Skip to content

Releases: man-group/ArcticDB

v6.3.1

03 Nov 13:46

Choose a tag to compare

🐛 Fixes

  • Reduce number of requests when getting a library (#2722)
  • Delete written data keys when storage quota is reached. (#2707)
  • Fix staged data corner case when using finalize with delete_staged_data_on_failure and update docs (#2714)
  • Allow grouping on empty columns (#2727)
  • Fix reads of series with multiindex (#2726)
  • Update sparrow to 1.3.0 (#2725)
  • Register cleanup function reliably (#2730)

The wheels are on PyPI. Below are for debugging:

v6.3.1+man0

27 Oct 09:14

Choose a tag to compare

v6.3.1+man0 Pre-release
Pre-release

🐛 Fixes

  • Reduce number of requests when getting a library (#2722)
  • Delete written data keys when storage quota is reached. (#2707)
  • Fix staged data corner case when using finalize with delete_staged_data_on_failure and update docs (#2714)
  • Allow grouping on empty columns (#2727)
  • Fix reads of series with multiindex (#2726)
  • Update sparrow to 1.3.0 (#2725)
  • Register cleanup function reliably (#2730)

The wheels are on PyPI. Below are for debugging:

v6.3.0+man0

20 Oct 08:29

Choose a tag to compare

v6.3.0+man0 Pre-release
Pre-release

✨ Features

  • Add mongodb retry logic (#2695)

🚀 Performance

  • Improve lambda inlining when using for_each_enumerated (#2704)

📖 Fixes

  • Staged data with tokens demo notebook (#2650)

The wheels are on PyPI. Below are for debugging:

v6.2.6

20 Oct 10:30

Choose a tag to compare

🐛 Fixes

  • conda build now depends on sparrow-devel (#2665)
  • Fix flaky filter test (#2694)
  • Performance 18146257858: speedup reading as_of tombstoned versions alive in snapshots (#2699)

The wheels are on PyPI. Below are for debugging:

v6.2.6+man0

13 Oct 18:31

Choose a tag to compare

v6.2.6+man0 Pre-release
Pre-release

🐛 Fixes

  • conda build now depends on sparrow-devel (#2665)
  • Fix flaky filter test (#2694)
  • Performance 18146257858: speedup reading as_of tombstoned versions alive in snapshots (#2699)

The wheels are on PyPI. Below are for debugging:

v6.2.5

13 Oct 15:43

Choose a tag to compare

🐛 Fixes

  • Increase the version when batch_append and batch_update are called with upsert and the symbol is tombstoned (#2661)
  • Fix changed message for GCP (#2676)
  • Raise exception if filtering recursively normalized data or numpy array (#2641)
  • Fix azure missing keys exception on mac (#2637)
  • Downgrade Windows distribution to windows-2022 in GitHub CI (#2672)
  • Increase testing coverage of the v1 API update_time, name, batch_restore_version (#2668)
  • Fix flaky test test_library_get_key_path (#2648)
  • Update installation tests with 6.1.1 version (#2682)

The wheels are on PyPI. Below are for debugging:

v6.2.4

08 Oct 13:11

Choose a tag to compare

🐛 Fixes

  • Add UpdatePayload and DeleteRequest to arcticdb. import path (#2664)
# Now you can
import arcticdb.WritePayload
import arcticdb.UpdatePayload
  • v1 API - batch_read_an_join specific tests (#2659)
  • Add exception when trying to write an index or a column with a boolean name (#2667)
df = pd.DataFrame({"col": [1, 2, 3]}, index=idx)
df.index.name = True
# Below line now raises ArcticNativeException
lmdb_version_store.write(symbol, df)
df = pd.DataFrame({True: [1, 2, 3]}, index=pd.date_range(ts, periods=3))
# Below line now raises ArcticNativeException
lmdb_version_store.write(symbol, df)
  • Adds http response code to S3 error message (#2656)
  • Downgrade Windows distribution to windows-2022 (#2672) (#2675)
  • Fix asv test disk space issue (#2692)

The wheels are on PyPI. Below are for debugging:

v6.2.5+man0

06 Oct 10:49

Choose a tag to compare

v6.2.5+man0 Pre-release
Pre-release

🐛 Fixes

  • Downgrade Windows distribution to windows-2022 (#2672)
  • v1 API update_time, name, batch_restore_version increase coverage (#2668)
  • test_library_get_key_path check (#2648)
  • Fix batch_append and batch_update bust version chain if upsert (#2661)
  • Fix changed message for GCP (#2676)
  • Raise exception if filtering recursively normalized data or numpy array (#2641)
  • Update installation tests with 6.1.1 version (#2682)
  • Fix azure missing keys exception on mac (#2637)

The wheels are on PyPI. Below are for debugging:

v6.2.4+man1

30 Sep 09:35

Choose a tag to compare

v6.2.4+man1 Pre-release
Pre-release

🐛 Fixes

  • Add UpdatePayload and DeleteRequest to arcticdb. import path (#2664)
  • Add exception when trying to write an index or a column with a boolean name (#2667)
  • Adds http response code to S3 error message (#2656)

The wheels are on PyPI. Below are for debugging:

v6.2.3

30 Sep 10:05

Choose a tag to compare

🐛 Fixes

  • Fix range intersection calculation in query.cpp (#2632)
  • additional check for batch_metadata_multi (#2653)

The wheels are on PyPI. Below are for debugging: