Skip to content

Commit

Permalink
Remove support for float128
Browse files Browse the repository at this point in the history
  • Loading branch information
collijk committed Jun 25, 2024
1 parent c41b550 commit 20554aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Removed support for float128, which doesn't work on apple silicon.

## [0.5.13] - 2024-06-24
### Added
Expand Down
1 change: 0 additions & 1 deletion src/rasterra/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
| np.float16
| np.float32
| np.float64
| np.float128
)
SupportedDtypes: typing.TypeAlias = int | bool | float | DataDtypes
RasterData: typing.TypeAlias = npt.NDArray[DataDtypes]
Expand Down

0 comments on commit 20554aa

Please sign in to comment.