Bump version and update changelog

This commit is contained in:
sneakers-the-rat 2024-08-05 19:49:13 -07:00
parent 4c5b3699a3
commit c0f322c70f
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
2 changed files with 12 additions and 1 deletions

View file

@ -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` -

View file

@ -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"},