Skip to content

Releases: vortex-data/vortex

🌪 0.43.0

05 Aug 13:01
d02095f

Choose a tag to compare

Changes

⚠️ Breaks

✨ Features

🚀 Performance

🐛 Bug Fixes

16 changes

🧰 Maintenance

57 changes

🌪 0.42.1

24 Jul 18:23
c6783bb

Choose a tag to compare

Changes

🐛 Bug Fixes

🌪 0.42.0

24 Jul 17:36
eec0e17

Choose a tag to compare

Changes

⚠️ Breaks

  • chore: Add new_expr to all built-in expressions in the name of consistency (#3847) @AdamGS

✨ Features

🚀 Performance

🐛 Bug Fixes

35 changes

🧰 Maintenance

110 changes
Read more

🌪 0.41.2

03 Jul 17:31
26984c0

Choose a tag to compare

Changes

🧰 Maintenance

🌪 0.41.1

03 Jul 17:03
83afde2

Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

🌪 0.41.0

03 Jul 15:37
ec2c383

Choose a tag to compare

Changes

  • feat: simplify again after removing select & merge (#3683) @danking

⚠️ Breaks

  • chore: remove unused worker dep from repo (#3721) @a10y
  • feat: Move the StructFields arc inside (#3686) @AdamGS

✨ Features

🐛 Bug Fixes

15 changes
  • fix: Make all JNI types support idempotent close (#3752) @a10y
  • fix: teach StructFieldExpressionSplitter the scope of its root expr (#3743) @danking
  • fix: Handle DictArray::fill_null with nullable codes where fill is in the dictionary (#3740) @robert3005
  • fix: column type leak (#3729) @0ax1
  • fix: fix decimal byte parts compare & duckdb as_decimal (#3726) @joseph-isaacs
  • fix: SparseArray handles take with null indices if the fill value is not null (#3677) @robert3005
  • fix: skip tpch q6 for duckdb:vortex (#3700) @0ax1
  • fix: Bump polars dependency and fix expr conversion (#3697) @AdamGS
  • fix: duckdb scalar date and time conversion (#3690) @0ax1
  • fix: FFI example fixed up, hooked into CI (#3684) @a10y
  • fix[vortex-array]: check NaN for inferring is constant with min/max (#3663) @joseph-isaacs
  • fix[fuzz]: file_io apply filter + proj to create expected array (#3658) @joseph-isaacs
  • fix[vortex-layout]: correctly write struct (w/o field) length to layout (#3657) @joseph-isaacs
  • fix: table func parameters leak (#3655) @0ax1
  • dict layout writer to allow empty input stream (#3652) @onursatici

🧰 Maintenance

57 changes

🌪 0.40.0

26 Jun 07:43
dae960a

Choose a tag to compare

Changes

  • bug[vortex-array]: take nullability chunked array not respects validity (#3594) @joseph-isaacs
  • bug[vortex-layout]: file_row_number & file_index i64-> u64 in type signature (#3587) @joseph-isaacs
  • bug[decimal]: to arrow use precision not scale to decide arrow type (#3577) @joseph-isaacs
  • fix: add default fields when canonicalize-ing nullable structs (#3551) @blaginin
  • docs: clarify docs of the minimum and maximum compute kernels (#3507) @danking

✨ Features

🚀 Performance

🐛 Bug Fixes

26 changes

🧰 Maintenance

52 changes

🌪 0.39.0

12 Jun 20:06
e5cf8c6

Choose a tag to compare

Changes

✨ Features

🚀 Performance

🐛 Bug Fixes

  • fix: Expose Decimal Literal over Java (#3521) @a10y
  • fix: move back linker flags to global config toml (#3523) @0ax1

🧰 Maintenance

4 changes

🌪 0.38.0

11 Jun 17:51
de2e82a

Choose a tag to compare

Changes

✨ Features

🐛 Bug Fixes

  • fix: row_range vs row_indices pushdown in JNI (#3514) @a10y

🧰 Maintenance

🌪 0.37.2

11 Jun 01:02
4e33d70

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix: deserialize ident proto expressions as the new Var("") (#3509) @a10y