Skip to content

Releases: Swoorup/arrow-convert

arrow_convert_derive-v0.8.1

01 Feb 05:35
db4af78
Compare
Choose a tag to compare

Other

  • Introduce rustfmt.toml for consistent formatting
  • Expose arrow_schema on structs with >1 column

arrow_convert-v0.8.1

01 Feb 05:35
db4af78
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

arrow_convert_derive-v0.8.0

26 Dec 13:38
a4e2fca
Compare
Choose a tag to compare

Other

  • Introduce rustfmt.toml for consistent formatting
  • Expose arrow_schema on structs with >1 column

arrow_convert-v0.8.0

26 Dec 13:38
a4e2fca
Compare
Choose a tag to compare

Other

  • Update dependencies

arrow_convert_derive-v0.7.3

07 Dec 08:50
b5101de
Compare
Choose a tag to compare

Other

  • Introduce rustfmt.toml for consistent formatting
  • Expose arrow_schema on structs with >1 column

arrow_convert-v0.7.3

07 Dec 08:50
b5101de
Compare
Choose a tag to compare

Other

  • Update dependencies

arrow_convert_derive-v0.7.2

01 Oct 13:52
4705f63
Compare
Choose a tag to compare

Other

  • Introduce rustfmt.toml for consistent formatting
  • Expose arrow_schema on structs with >1 column

arrow_convert-v0.7.2

01 Oct 13:52
4705f63
Compare
Choose a tag to compare

Other

  • Add support for tinystr, rust_decimal, and glam types

arrow_convert_derive-v0.7.1

30 Sep 16:11
6e31682
Compare
Choose a tag to compare

Other

  • Introduce rustfmt.toml for consistent formatting
  • Expose arrow_schema on structs with >1 column

arrow_convert-v0.7.1

30 Sep 16:11
6e31682
Compare
Choose a tag to compare

Fixed

  • Use DEFAULT_FIELD_NAME for unnamed fields
  • Improve null handling for FixedSizeList fields

Other

  • Fix cargo checks
  • Remove unused import comment
  • Introduce rustfmt.toml for consistent formatting
  • Move trait bounds to where clauses in TryIntoCollection and TryIntoArrow
  • Expose arrow_schema on structs with >1 column
  • Refactor gitignore and mod qualification