mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-09 21:44:27 +00:00
changelog
This commit is contained in:
parent
47d8039819
commit
0bd6c8809a
1 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## Upcoming
|
||||
|
||||
**Bugfix**
|
||||
- [#38](https://github.com/p2p-ld/numpydantic/issues/38), [#39](https://github.com/p2p-ld/numpydantic/pull/39) -
|
||||
- JSON Schema generation failed when the `dtype` was embedded from dtypes that lack a `__name__` attribute.
|
||||
An additional check was added for presence of `__name__` when embedding.
|
||||
- `NDArray` types were incorrectly cached s.t. pipe-union dtypes were considered equivalent to `Union[]`
|
||||
dtypes. An additional tuple with the type of the args was added to the cache key to disambiguate them.
|
||||
|
||||
**Testing**
|
||||
- [#39](https://github.com/p2p-ld/numpydantic/pull/39) - Test that all combinations of shapes, dtypes, and interfaces
|
||||
can generate JSON schema.
|
||||
|
||||
## 1.*
|
||||
|
||||
### 1.6.*
|
||||
|
|
Loading…
Reference in a new issue