Skip to content

Release Notes v2023.05.05

Compare
Choose a tag to compare
@stress-tess stress-tess released this 05 May 18:03
· 553 commits to master since this release
a6629af

Bug Fixes

  • Issue #2398 - Fixes parquet error on list columns containing nested lists
  • Issue #2380 - Fixes SegArray register bug
  • Issue #2396 - Fixes server crash caused by nested parquet fields
  • Issue #2300 - Improves Strings strip performance

New Features

  • Issue #2296 - Adds bitops support for bigint pdarays
  • Issue #474 - Adds HDF5 overwrite dataset
  • Issues #2372 and #2373 - Update Categorical HDF5 format and add update_hdf method
  • Issue #2377 - Adds groupby aggregations that require min/max on bigint
  • Issue #1855 - Adds divmod support

Minor Updates

  • Issue #2355 - Drops support for 1.28
  • Issue #2138 - Updates messaging overview docs
  • Issue #2368 - Cleans up Strings references in SegArray
Auto-Generated Release Notes * Closes #2370 - Fixes Deprecation Warnings during `make` by @Ethan-DeBandi99 in https://github.com//pull/2371 * Closes #2368 - Cleans up Strings references in SegArray by @Ethan-DeBandi99 in https://github.com//pull/2369 * Closes #1855: Implement `divmod` by @jaketrookman in https://github.com//pull/2356 * Closes #2374: Pin hdf5 version to 1.12.2 by @pierce314159 in https://github.com//pull/2375 * Closes #2355: Drop support for 1.28 by @bmcdonald3 in https://github.com//pull/2383 * Closes #2377: Add groupby aggregations that require min/max on bigint by @pierce314159 in https://github.com//pull/2378 * Closes #474 - HDF5 Overwrite Dataset by @Ethan-DeBandi99 in https://github.com//pull/2382 * Closes #2300 - `segString` Strip performance issue by @joshmarshall1 in https://github.com//pull/2379 * Fixes #2380: Segarray register bug by @pierce314159 in https://github.com//pull/2392 * Closes #2341: Quiet 131 deprecations by @bmcdonald3 in https://github.com//pull/2342 * Closes #2372 & #2373 - Categorical HDF5 Format Update & `update_hdf` method by @Ethan-DeBandi99 in https://github.com//pull/2394 * Closes #2396 - Fixes Nested parquet fields causing server crash by @Ethan-DeBandi99 in https://github.com//pull/2399 * Closes #2398 - Fixes Parquet List Columns with Nested Lists Error by @Ethan-DeBandi99 in https://github.com//pull/2401 * Closes #2403: Update c_getDatasetNames calls to match new behavior by @bmcdonald3 in https://github.com//pull/2404 * Add a use of the Math module to avoid the anticipated `pi` deprecation warning by @lydia-duncan in https://github.com//pull/2407 * Deprecation updates for `BitOps.popcount` and `bigint.mod` by @jeremiah-corrado in https://github.com//pull/2409 * Closes #2296: bitops support for bigint by @pierce314159 in https://github.com//pull/2408 * Closes #2138 Update messaging overview docs by @jaketrookman in https://github.com//pull/2391 * Deprecation updates for `datetime` and `fromTimestamp` by @bmcdonald3 in https://github.com//pull/2410

Full Changelog: v2023.04.07...v2023.05.05