Skip to content

Commit

Permalink
Various fill value fixes and tests
Browse files Browse the repository at this point in the history
Complex numbers were not handled correctly in fill_value_from_metadata.
Byte arrays could be interpreted as Complex.
A positive integer would not be accepted as a signed integer datatype.
  • Loading branch information
LDeakin committed Oct 9, 2023
1 parent c430e90 commit 6537642
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 39 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- `Array::store_chunk` now erases empty chunks
- Fixed a race in `Array::store_chunk_subset` and add a fast path if the subset spans the whole chunk
- Fix complex number handling in `fill_value_from_metadata`
- Fix byte arrays being interpreted as complex number fill value metadata

## [0.5.0] - 2023-10-08

Expand Down
Loading

0 comments on commit 6537642

Please sign in to comment.