Skip to content

Commit 1ca261a

Browse files
committed
(Update the changelog: PyArrayDescr::new)
1 parent f331ea2 commit 1ca261a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
- Added `get_field` to query fields of structured dtypes
2525
- Additional helper methods: `has_subarray`, `has_fields`, `is_native_byteorder`
2626
- Renamed `get_type` to `typeobj`
27+
- `new` method, equivalent to invoking the constructor
28+
of `np.dtype` ([#266](https://github.com/PyO3/rust-numpy/pull/266))
2729

2830
- v0.15.1
2931
- Make arrays produced via `IntoPyArray`, i.e. those owning Rust data, writeable ([#235](https://github.com/PyO3/rust-numpy/pull/235))

0 commit comments

Comments
 (0)