Skip to content

Releases: man-group/ArcticDB

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:

v6.2.3+man0

23 Sep 10:32

Choose a tag to compare

v6.2.3+man0 Pre-release
Pre-release

🐛 Fixes

  • Only one version when running storage tests (#2643)
  • Fix range intersection calculation in query.cpp (#2632)
  • Use s3 for sccache in ASV related builds (#2657)
  • v1 API tests for add_to_snapshot and remove_from_snapshot + other (#2651)
  • Flexible execution and easier analysis with autogenerated Marks (#2609)
  • additional check for batch_metadata_multi (#2653)
  • Cleanup CI buckets/containers (#2646)

The wheels are on PyPI. Below are for debugging:

v6.2.2

23 Sep 10:35

Choose a tag to compare

  • Upgrade node version in CI to 24 (#2636)

v6.2.1...v6.2.2

The wheels are on PyPI. Below are for debugging:

v6.2.2+man0

15 Sep 07:37

Choose a tag to compare

v6.2.2+man0 Pre-release
Pre-release

The wheels are on PyPI. Below are for debugging:

v6.2.1

15 Sep 08:42

Choose a tag to compare

🐛 Fixes

  • Update vcpkg baseline and sparrow to 1.1.0 (#2634)

The wheels are on PyPI. Below are for debugging:

v6.2.1+man0

08 Sep 08:26

Choose a tag to compare

v6.2.1+man0 Pre-release
Pre-release

🐛 Fixes

Full Changelog: v6.2.0+man1...v6.2.1+man0

v6.2.0

08 Sep 08:24

Choose a tag to compare

🚀 Features

  • Add docstring and warning for disparity between will_item_be_pickled and is_symbol_pickle (#2548)
  • Remove feature toggle and update docstrings for staged data with tokens (#2614)

🐛 Fixes

  • Retry install Azurite (#2606)

  • delete_container() operation for Azurite should not be reason tests to fail (#2603)

  • asv flakiness fixes (#2590)

  • test: ARM64-check test_type_promotion_int64_and_float64_up_to_float64 (#2613)

  • Retry on OOM during tests execution (#2617)

  • xfail for now noisy test (#2621)

  • Increase coverage - append,update and stage v1 API (#2470)

  • Make copy_index_key_recursively parallelizable (#2622)

  • Remove dependency on numpy.typing (#2626) (#2628)


The wheels are on PyPI. Below are for debugging: