mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-12 17:54:29 +00:00
Bump version and update changelog
This commit is contained in:
parent
4c5b3699a3
commit
c0f322c70f
2 changed files with 12 additions and 1 deletions
|
@ -2,6 +2,17 @@
|
|||
|
||||
## 1.*
|
||||
|
||||
### 1.3.0 - 24-08-05 - Better string dtype handling
|
||||
|
||||
API Changes:
|
||||
- Split apart the validation methods into smaller chunks to better support
|
||||
overrides by interfaces. Customize getting and raising errors for dtype and shape,
|
||||
as well as separation of concerns between getting, validating, and raising.
|
||||
|
||||
Bugfix:
|
||||
- [#4](https://github.com/p2p-ld/numpydantic/issues/4) - Support dtype checking
|
||||
for strings in zarr and numpy arrays
|
||||
|
||||
### 1.2.3 - 24-07-31 - Vendor `nptyping`
|
||||
|
||||
`nptyping` vendored into `numpydantic.vendor.nptyping` -
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "numpydantic"
|
||||
version = "1.2.3"
|
||||
version = "1.3.0"
|
||||
description = "Type and shape validation and serialization for numpy arrays in pydantic models"
|
||||
authors = [
|
||||
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
||||
|
|
Loading…
Reference in a new issue