Releases: Swoorup/arrow-convert
Releases · Swoorup/arrow-convert
arrow_convert_derive-v0.8.1
Other
- Introduce rustfmt.toml for consistent formatting
- Expose
arrow_schema
on structs with >1 column
arrow_convert-v0.8.1
Other
- update Cargo.toml dependencies
arrow_convert_derive-v0.8.0
Other
- Introduce rustfmt.toml for consistent formatting
- Expose
arrow_schema
on structs with >1 column
arrow_convert-v0.8.0
Other
- Update dependencies
arrow_convert_derive-v0.7.3
Other
- Introduce rustfmt.toml for consistent formatting
- Expose
arrow_schema
on structs with >1 column
arrow_convert-v0.7.3
Other
- Update dependencies
arrow_convert_derive-v0.7.2
Other
- Introduce rustfmt.toml for consistent formatting
- Expose
arrow_schema
on structs with >1 column
arrow_convert-v0.7.2
Other
- Add support for tinystr, rust_decimal, and glam types
arrow_convert_derive-v0.7.1
Other
- Introduce rustfmt.toml for consistent formatting
- Expose
arrow_schema
on structs with >1 column
arrow_convert-v0.7.1
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