Skip to content

Commit

Permalink
(Update the changelog: PyArrayDescr::new)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldanor committed Jan 23, 2022
1 parent 4359624 commit e286734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
- Added `get_field` to query fields of structured dtypes
- Additional helper methods: `has_subarray`, `has_fields`, `is_native_byteorder`
- Renamed `get_type` to `typeobj`
- `new` method, equivalent to invoking the constructor
of `np.dtype` ([#266](https://github.com/PyO3/rust-numpy/pull/266))

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

0 comments on commit e286734

Please sign in to comment.