Skip to content

Releases: Swoorup/arrow-convert

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

arrow_convert_derive-v0.7.0

29 Sep 05:25
8895362
Compare
Choose a tag to compare

Commit Statistics

  • 3 commits contributed to the release.
  • 40 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Bump version (8105051)
    • Merge pull request #8 from Swoorup/sj-update-arrow (4ccca87)
    • Update UnionArray::try_new usage (aa7688f)

arrow_convert-v0.7.0

29 Sep 05:25
8895362
Compare
Choose a tag to compare

Commit Statistics

  • 1 commit contributed to the release.
  • 40 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

arrow_convert_derive v0.6.7

01 May 08:23
Compare
Choose a tag to compare

Other

  • better no-fields error

Commit Statistics

  • 15 commits contributed to the release over the course of 33 calendar days.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Added changelogs (c50cd3b)
    • Release arrow_convert_derive v0.6.7, arrow_convert v0.6.7 (60d2ccc)
    • Merge pull request #6 from aldanor/feature/more-attrs (aa60656)
    • Initial support for arrow_field(name = "...") (fa20bd4)
    • Better no-fields error (566214e)
    • Migrate to syn 2.0 crate (f66efbe)
    • Remove need for Native type, added array[u8] and string reference serialisation (a67d32e)
    • Rework IntoArrowArrayIterator to ArrowArrayIterable using a lending iterator (5ed817c)
    • Fix panic message compilation error in derive_struct (4b166b0)
    • Unify cargo.toml and bump version (8bfdb23)
    • Merge pull request #2 from Swoorup/sj-migrate-to-arrow (37e78ca)
    • Added support for arrays (6ae0e04)
    • Fix field accesses serializing when using names like min and max (dd1fa17)
    • Merge pull request #1 from Swoorup/sj-migrate-to-arrow (cc32c2f)
    • Ported arrow2-convert to use arrow-rs library. (1e4c016)

arrow_convert v0.6.7

01 May 08:23
Compare
Choose a tag to compare

Other

  • better no-fields error

Commit Statistics

  • 19 commits contributed to the release over the course of 33 calendar days.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Added changelogs (c50cd3b)
    • Release arrow_convert_derive v0.6.7, arrow_convert v0.6.7 (60d2ccc)
    • Merge pull request #6 from aldanor/feature/more-attrs (aa60656)
    • Add tests for field renaming (8774068)
    • Better no-fields error (566214e)
    • Merge pull request #5 from slinkydeveloper/main (50992a6)
    • Implement ArrowArray for Date64Array (c3efdfd)
    • Merge pull request #4 from slinkydeveloper/main (03725fe)
    • Expanded an existing test, plus format using alternative formatting. (0d52c0d)
    • Add more info to data mismatch error (f02a5bd)
    • Fix array u8 ser/de (c30562d)
    • Migrate to syn 2.0 crate (f66efbe)
    • Remove need for Native type, added array[u8] and string reference serialisation (a67d32e)
    • Rework IntoArrowArrayIterator to ArrowArrayIterable using a lending iterator (5ed817c)
    • Unify cargo.toml and bump version (8bfdb23)
    • Merge pull request #2 from Swoorup/sj-migrate-to-arrow (37e78ca)
    • Added support for arrays (6ae0e04)
    • Merge pull request #1 from Swoorup/sj-migrate-to-arrow (cc32c2f)
    • Ported arrow2-convert to use arrow-rs library. (1e4c016)