-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(NumpyModel): Equality operator when the fields are heterogeneous.
patch(NumpyModel): Migrated to new __eq__ method in Pydantic
- Loading branch information
Showing
6 changed files
with
317 additions
and
236 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pydantic_numpy" | ||
version = "5.0.1" | ||
version = "5.0.2" | ||
description = "Pydantic Model integration of the NumPy array" | ||
authors = ["Can H. Tartanoglu", "Christoph Heindl"] | ||
maintainers = ["Can H. Tartanoglu <[email protected]>"] | ||
|
@@ -30,6 +30,7 @@ semver = "^3.0.1" | |
pytest = "^7.4.0" | ||
parameterized = "^0.9.0" | ||
orjson = "*" | ||
coverage = "^7.5.1" | ||
|
||
[tool.poetry.group.format.dependencies] | ||
black = "^23.7.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters