Skip to content

Releases: mbrobbel/narrow

v0.7.2

10 Jun 14:26
Compare
Choose a tag to compare

New Features

  • Implement IntoIterator for VariableSizeListArray

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #186

Commit Details

view details
  • #186
    • Implement IntoIterator for VariableSizeListArray (6385862)

v0.7.1

07 Jun 14:39
Compare
Choose a tag to compare

New Features

  • implement IntoIterator for UnionArray

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #184

Commit Details

view details

narrow-derive v0.6.1

07 Jun 14:39
Compare
Choose a tag to compare

New Features

  • implement IntoIterator for UnionArray

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #184

Commit Details

view details

v0.7.0

06 Jun 20:19
Compare
Choose a tag to compare

Documentation

  • docs.rs defines --cfg=docsrs by default

New Features

  • implement IntoIterator for FixedSizeListArray

Refactor

  • clean up arrow-rs interop FixedSizeBinaryArray impls and tests

New Features (BREAKING)

  • fix union array arrow-rs conversion

Commit Statistics

  • 4 commits contributed to the release over the course of 22 calendar days.
  • 49 days passed between releases.
  • 4 commits were understood as conventional.
  • 4 unique issues were worked on: #166, #176, #178, #179

Commit Details

view details
  • #166
    • Fix union array arrow-rs conversion (8128b7d)
  • #176
    • Implement IntoIterator for FixedSizeListArray (a074bfe)
  • #178
    • Docs.rs defines --cfg=docsrs by default (c4a6e6c)
  • #179
    • Clean up arrow-rs interop FixedSizeBinaryArray impls and tests (f3f3a9f)

narrow-derive v0.6.0

06 Jun 20:19
Compare
Choose a tag to compare

Bug Fixes

  • match field visibility in array struct definition

New Features (BREAKING)

  • fix union array arrow-rs conversion

Commit Statistics

  • 2 commits contributed to the release over the course of 22 calendar days.
  • 34 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #166, #180

Commit Details

view details
  • #166
    • Fix union array arrow-rs conversion (8128b7d)
  • #180
    • Match field visibility in array struct definition (a90fa58)

narrow-derive v0.5.3

03 May 13:30
Compare
Choose a tag to compare

Bug Fixes

  • make StructArray field for unit structs nullable

Commit Statistics

  • 1 commit contributed to the release.
  • 14 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #174

Commit Details

view details
  • #174
    • Make StructArray field for unit structs nullable (7930e73)

v0.6.0

18 Apr 17:58
Compare
Choose a tag to compare

Chore

  • remove unused IndexMut trait

New Features (BREAKING)

  • add FixedSizeBinaryArray and use it for Uuid

Commit Statistics

  • 2 commits contributed to the release over the course of 48 calendar days.
  • 72 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #155, #171

Commit Details

view details

narrow-derive v0.5.2

18 Apr 17:58
Compare
Choose a tag to compare

Chore

  • bump syn from 2.0.52 to 2.0.53
  • bump proc-macro2 from 1.0.78 to 1.0.79
  • bump syn from 2.0.48 to 2.0.52

Commit Statistics

  • 3 commits contributed to the release over the course of 48 calendar days.
  • 72 days passed between releases.
  • 3 commits were understood as conventional.
  • 3 unique issues were worked on: #154, #157, #161

Commit Details

view details

v0.5.0

06 Feb 12:04
Compare
Choose a tag to compare

New Features (BREAKING)

  • add parquet write support for UnionArray

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #149

Commit Details

view details
  • #149
    • Add parquet write support for UnionArray (a2276a0)

v0.4.4

06 Feb 08:11
Compare
Choose a tag to compare

New Features

  • add arrow NullArray interop

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #147

Commit Details

view details