mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-09 21:44:27 +00:00
changelog and bump version
This commit is contained in:
parent
34e48b394a
commit
09582bd61e
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
### 1.5.*
|
### 1.5.*
|
||||||
|
|
||||||
|
#### 1.5.3 - 24-09-03 - Bugfix, type checking for empty HDF5 datasets
|
||||||
|
|
||||||
|
- [#16](https://github.com/p2p-ld/numpydantic/pull/16): Empty HDF5 datasets shouldn't break validation
|
||||||
|
if the NDArray spec allows Any shaped arrays.
|
||||||
|
|
||||||
#### 1.5.2 - 24-09-03 - `datetime` support for HDF5
|
#### 1.5.2 - 24-09-03 - `datetime` support for HDF5
|
||||||
|
|
||||||
- [#15](https://github.com/p2p-ld/numpydantic/pull/15): Datetimes are supported as
|
- [#15](https://github.com/p2p-ld/numpydantic/pull/15): Datetimes are supported as
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "numpydantic"
|
name = "numpydantic"
|
||||||
version = "1.5.2"
|
version = "1.5.3"
|
||||||
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
|
description = "Type and shape validation and serialization for arbitrary array types in pydantic models"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
|
||||||
|
|
Loading…
Reference in a new issue