Henry Schreiner
c4a8b5bb91
chore: bump to 2.6.0rc2
2020-10-14 16:37:25 -04:00
Henry Schreiner
645d83813b
feat: typing support for helpers ( #2588 )
...
* feat: basic typing support
* docs: mention syncing as suggested by @rwgk
* docs: update changelog
* docs: copy of warning in limitations
2020-10-14 14:08:41 -04:00
Jay Soffian
01453b05c4
fix (setup_helpers): fix bug in _add_lflags ( #2586 )
...
Fix minor bug in `_add_lflags` that allows a flag to be added more than once.
2020-10-13 18:20:10 -04:00
Henry Schreiner
f385eccdb7
chore: bump to 2.6.0rc1
2020-10-09 16:41:42 -04:00
Henry Schreiner
b9d00273ee
feat: parallel compiler ( #2521 )
2020-10-02 10:03:35 -04:00
Henry Schreiner
0fc5774c0c
fix: beta does not have a dot in front ( #2539 )
2020-09-30 16:32:19 -04:00
Henry Schreiner
2190246243
chore: bump to 2.6.0b1, beta release
2020-09-30 16:10:26 -04:00
Henry Schreiner
4a288ab928
fix: Windows C++ latest ( #2508 )
2020-09-18 14:57:47 -04:00
Henry Schreiner
87828c7ec1
fix: typo in Windows C++17 support ( #2507 )
2020-09-18 11:15:36 -04:00
Henry Schreiner
fd61f5038e
feat: setup.py redesign and helpers ( #2433 )
...
* feat: setup.py redesign and helpers
* refactor: simpler design with two outputs
* refactor: helper file update and Windows support
* fix: review points from @YannickJadoul
* refactor: fixes to naming and more docs
* feat: more customization points
* feat: add entry point pybind11-config
* refactor: Try Extension-focused method
* refactor: rename alt/inplace to global
* fix: allow usage with git modules, better docs
* feat: global as an extra (@YannickJadoul's suggestion)
* feat: single version location
* fix: remove the requirement that setuptools must be imported first
* fix: some review points from @wjacob
* fix: use .in, add procedure to docs
* refactor: avoid monkeypatch copy
* docs: minor typos corrected
* fix: minor points from @YannickJadoul
* fix: typo on Windows C++ mode
* fix: MSVC 15 update 3+ have c++14 flag
See <https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=vs-2019 >
* docs: discuss making SDists by hand
* ci: use pep517.build instead of manual setup.py
* refactor: more comments from @YannickJadoul
* docs: updates from @ktbarrett
* fix: change to newly recommended tool instead of pep517.build
This was intended as a proof of concept; build seems to be the correct replacement.
See https://github.com/pypa/pep517/pull/83
* docs: updates from @wjakob
* refactor: dual version locations
* docs: typo spotted by @wjakob
2020-09-16 17:13:41 -04:00
Henry Schreiner
d8c7ee00a6
ci: GHA basic format & pre-commit ( #2309 )
2020-07-20 13:35:21 -04:00
Wenzel Jakob
0234871649
begin working on next version
2020-03-31 13:09:41 +02:00
Wenzel Jakob
3b1dbebabc
v2.5.0 release
2020-03-31 13:00:39 +02:00
Isuru Fernando
3735249122
Install headers using both headers and package_data ( #1995 )
2019-11-28 15:59:23 +08:00
Wenzel Jakob
dfde1554ea
begin working on next version
2019-10-15 01:58:43 +02:00
Wenzel Jakob
80d452484c
v2.4.3 release
2019-10-15 01:57:24 +02:00
Wenzel Jakob
34c2281e31
begin working on next version
2019-09-21 20:23:01 +02:00
Wenzel Jakob
7ec2ddfc95
v2.4.2 release
2019-09-21 20:20:26 +02:00
Wenzel Jakob
82cf793588
begin working on next version
2019-09-20 11:12:22 +02:00
Wenzel Jakob
e44fcc3c15
v2.4.1 release
2019-09-20 11:10:49 +02:00
Wenzel Jakob
e825205ac6
begin working on v2.4.1
2019-09-19 23:18:04 +02:00
Wenzel Jakob
00a0aa9929
v2.4.0 release
2019-09-19 23:06:22 +02:00
Samuel Debionne
87fa6a4342
Detect whether we are running in a Conda environment and adjust get_include() ( #1877 )
2019-08-19 12:43:33 +02:00
Wenzel Jakob
64f2a5f8e6
begin work on v2.3.1
2019-06-12 21:03:40 +02:00
Wenzel Jakob
060936fed2
Detect pybind11 header path without depending on pip internals ( fixes #1174 ) ( #1190 )
2018-04-16 10:27:21 +02:00
Wenzel Jakob
8cf091a41f
updated version flags for next version
2017-08-31 14:01:08 +02:00
Wenzel Jakob
def3c18c65
updated variables for v2.2.0 release
2017-08-31 13:56:57 +02:00
Dean Moldovan
3d8df5af03
Fix missing user dir in python -m pybind11 --includes
...
For the case of `pip install --user`, the header include dirs must
also include `pybind11.get_include(True)`.
[skip appveyor]
2017-08-24 13:55:43 +02:00
Ivan Smirnov
6b442ff9e1
python -m pybind11 --includes
prints include paths
2017-06-28 11:05:26 +02:00
Wenzel Jakob
d405b1b3a4
updated version information for v2.2 development
2017-03-22 22:20:07 +01:00
Wenzel Jakob
fb4e1047e4
begin work on v2.1.0
2017-01-01 14:29:40 +01:00
Wenzel Jakob
e33ef9c20d
v2.0.0 release
2017-01-01 13:56:37 +01:00
Wenzel Jakob
3c79671112
a few more minor v2.0.0-rc1 related changes
2016-12-23 16:19:36 +01:00
Dean Moldovan
bad1740213
Add checks to maintain a consistent Python code style and prevent bugs ( #515 )
...
A flake8 configuration is included in setup.cfg and the checks are
executed automatically on Travis:
* Ensures a consistent PEP8 code style
* Does basic linting to prevent possible bugs
2016-11-20 21:21:54 +01:00
Wenzel Jakob
f85c52901e
starting to work on release v1.9
2016-06-14 15:24:47 +02:00
Wenzel Jakob
c4d7ccd8b0
started working on v1.8
2016-04-30 22:00:44 +02:00
Wenzel Jakob
e70b2abb6d
preparing for v1.7 release
2016-04-30 22:00:24 +02:00
Wenzel Jakob
5a2924275c
pybind11.get_include(): added *args and **kwargs pass-through parameters
2016-04-22 12:00:17 +02:00
Wenzel Jakob
54b6fdd43d
starting work on the v1.6 release
2016-04-21 12:29:17 +02:00
Wenzel Jakob
bb79d7bdc0
preparing for version 1.5 release
2016-04-21 12:23:20 +02:00
Wenzel Jakob
1a060fd70d
function for retrieving the header file path ( fixes #158 )
2016-04-13 18:46:05 +02:00
Wenzel Jakob
95dc0695b7
starting work on version 1.5
2016-04-07 08:59:15 +02:00
Wenzel Jakob
0e6ca5916e
version 1.4
2016-04-07 08:49:37 +02:00
Wenzel Jakob
504f7553e3
starting to work on next version
2016-03-08 18:12:24 +01:00
Wenzel Jakob
d2385e8fc6
ready for version 1.3
2016-03-08 18:09:50 +01:00
Wenzel Jakob
4f972c0039
Revert of the revert of the python package with version information
...
This reverts commit bee8f16dbb
.
2016-03-01 10:37:37 +01:00
Wenzel Jakob
bee8f16dbb
removed 'pybind11' package which ultimately served no purpose
2016-02-22 17:29:30 +01:00
Wenzel Jakob
4f8902a931
starting development cycle for v1.3
2016-02-07 17:33:12 +01:00
Wenzel Jakob
8ed2808239
pybind11, version 1.2
2016-02-07 17:32:37 +01:00
Sylvain Corlay
97dc81057f
Add version info and release instructions for pybind11
2016-02-01 10:23:52 -05:00