Skip to content

Releases: wesselhuising/pandantic

1.0.0

10 Jan 15:26
4fe5c42
Compare
Choose a tag to compare

See the milestone:
https://github.com/wesselhuising/pandantic/milestone/1

What's Changed

Full Changelog: 0.3.1...1.0.0

0.3.1 - pandas plugin

03 Sep 17:09
0b1a5d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.3.1

Add the option to use Optional typed columns

05 Sep 12:51
aeb36d9
Compare
Choose a tag to compare

Using the new special type pandantic.Optional, parsing DataFrames which have the need for optional columns is possible again. None is accepted as the Optional value, make sure to import the pandantic.Optional type over the typing.Optional type when specifying the BaseModel.

Bugfix for parsing dataframe without ordinal index using 1 process.

28 Aug 15:07
03a115c
Compare
Choose a tag to compare

In the case of setting the amount of processes to one, a dataframe with a shuffled index would not work properly when setting the error flag to filter. This should be fixed now.

Include stable release of Pydantic V2

06 Jul 11:39
ba8dc0c
Compare
Choose a tag to compare

As Pydantic V2 is officially released and considered being stable, pandantic couldn't stay behind and therefore this minor change had to be incorporated. Only version above 2.x.x are allowed for pandantic from now on.

Multiprocessing for DataFrame validation

02 May 19:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/wesselhuising/pandantic/commits/0.2.0