Skip to content

Releases: simw/pydantic-to-pyarrow

v0.1.3

23 May 13:56
8c5517b
Compare
Choose a tag to compare

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

05 Mar 14:58
adbfdb2
Compare
Choose a tag to compare

What's Changed

  • Adding conversion of Enum type by @simw in #12

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Nov 10:48
Compare
Choose a tag to compare

What's Changed

  • Update README for PyPI deployment by @simw in #9
  • Add bytes as possible field type by @simw in #10

Full Changelog: v0.1...v0.1.1

v0.1

02 Nov 16:07
Compare
Choose a tag to compare

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