@@ -38,9 +38,11 @@ Version 2.2.0 (TBA)
38
38
especially pronounced when passing keyword arguments to
39
39
constructors. Note that this improvement only applies to
40
40
Python version 3.9 and newer (PR
41
- `#706 <https://github.com/wjakob/nanobind/pull/695 >`__, commits
42
- `#e24d7f3 <https://github.com/wjakob/nanobind/commit/e24d7f3434a6bbcc33cd8965632dc47f943fb2f8 >`__,
43
- `#0acecb4 <https://github.com/wjakob/nanobind/commit/0acecb474874f286119dce2b97b84142b6ada1a8 >`__).
41
+ `#706 <https://github.com/wjakob/nanobind/pull/706 >`__, commits
42
+ `#e24d7f <https://github.com/wjakob/nanobind/commit/e24d7f3434a6bbcc33cd8965632dc47f943fb2f8 >`__,
43
+ `#0acecb <https://github.com/wjakob/nanobind/commit/0acecb474874f286119dce2b97b84142b6ada1a8 >`__,
44
+ `#77f910 <https://github.com/wjakob/nanobind/commit/77f910f2a92c88f2c5512f3c375b4fe94369558e >`__,
45
+ `#2c96d5 <https://github.com/wjakob/nanobind/commit/2c96d5ae2fdbca030dccb1d01c457c7c5df29a0d >`__).
44
46
45
47
* A new :cpp:class: `nb::is_flag() <is_flag> ` annotation in
46
48
:cpp:class: `nb::enum_\< T\> () <enum_> ` produces enumeration
@@ -141,8 +143,8 @@ Version 2.2.0 (TBA)
141
143
* The :cpp:class: `nb::sig("...") <sig> ` annotation now supports `inline type
142
144
parameter lists
143
145
<https://docs.python.org/3/reference/compound_stmts.html#type-params> `__ such
144
- as ``def first[T](l: Sequence[T]) -> T `` (PR `#709
145
- <https://github.com/wjakob/nanobind/pull/709 > `__).
146
+ as ``def first[T](l: Sequence[T]) -> T `` (PR `#704
147
+ <https://github.com/wjakob/nanobind/pull/704 > `__).
146
148
147
149
* Fixed implicit conversion of complex nd-arrays. (issue `#709
148
150
<https://github.com/wjakob/nanobind/issues/709> `__)
@@ -159,8 +161,10 @@ Version 2.2.0 (TBA)
159
161
* ABI version 15.
160
162
161
163
* Minor fixes and improvements (PRs
164
+ `#703 <https://github.com/wjakob/nanobind/pull/703 >`__,
165
+ `#724 <https://github.com/wjakob/nanobind/pull/724 >`__,
166
+ `#723 <https://github.com/wjakob/nanobind/pull/723 >`__,
162
167
`#722 <https://github.com/wjakob/nanobind/pull/722 >`__,
163
- `#24 <https://github.com/wjakob/nanobind/pull/724 >`__,
164
168
`#715 <https://github.com/wjakob/nanobind/pull/715 >`__,
165
169
`#696 <https://github.com/wjakob/nanobind/pull/696 >`__,
166
170
`#693 <https://github.com/wjakob/nanobind/pull/693 >`__,
0 commit comments