Releases: simw/pydantic-to-pyarrow
Releases · simw/pydantic-to-pyarrow
v0.1.5
v0.1.4
v0.1.3
What's Changed
- add support for dictionary field type as pyarrow map array by @mae5357 in #13
- feature: if pydantic field info has exclude=True, exclude it from the schema by @mae5357 in #14
- Update README for dict conversion and exclude_fields by @simw in #15
- Update github actions versions, to avoid node deprecation warnings by @simw in #16
- Bump version to 0.1.3 by @simw in #17
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1
Initial version with basic functionality.
What's Changed
- Initial implementation for simple types by @simw in #1
- Update README by @simw in #2
- Add option to allow timezone aware datetimes losing their timezone in… by @simw in #3
- Add decimal type for conversion by @simw in #4
- Add further types: nested models, Literal, list by @simw in #5
- Add PositiveInt -> uint64 conversion by @simw in #6
- Add settings to be able to deploy to PyPI by @simw in #7
- Fix build by @simw in #8
Full Changelog: https://github.com/simw/pydantic-to-pyarrow/commits/v0.1