Skip to content

Commit 7c3ed39

Browse files
committed
(Update the changelog: PyArrayDescr::new)
1 parent e1b4bc4 commit 7c3ed39

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
@@ -25,6 +25,8 @@
2525
- Added `get_field` to query fields of structured dtypes
2626
- Additional helper methods: `has_subarray`, `has_fields`, `is_native_byteorder`
2727
- Renamed `get_type` to `typeobj`
28+
- `new` method, equivalent to invoking the constructor
29+
of `np.dtype` ([#266](https://github.com/PyO3/rust-numpy/pull/266))
2830

2931
- v0.15.1
3032
- 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)