diff --git a/docs/changelog.md b/docs/changelog.md index 2df9c76..8a0a566 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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` - diff --git a/pyproject.toml b/pyproject.toml index 3da4cd6..3a1ebf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"},