Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arcticdb v5.2.0 #382

Merged
merged 14 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 79 additions & 0 deletions .ci_support/linux_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
aws_sdk_cpp:
- 1.11.458
azure_core_cpp:
- 1.14.0
azure_identity_cpp:
- 1.10.0
azure_storage_blobs_cpp:
- 12.13.0
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
fmt:
- '11'
folly:
- 2023.09.25.00
gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.86'
libcurl:
- '8'
libevent:
- 2.1.12
liblzma_devel:
- '5'
libprotobuf:
- 5.28.3
lmdb:
- 0.9.22
lz4_c:
- '1.10'
msgpack_c:
- '6'
nodejs:
- '18'
numpy:
- '1.26'
openssl:
- '3'
pcre:
- '8'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
spdlog:
- '1.15'
target_platform:
- linux-64
xxhash:
- 0.8.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
zstd:
- '1.5'
81 changes: 81 additions & 0 deletions .ci_support/osx_64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
aws_sdk_cpp:
- 1.11.458
azure_core_cpp:
- 1.14.0
azure_identity_cpp:
- 1.10.0
azure_storage_blobs_cpp:
- 12.13.0
c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
fmt:
- '11'
folly:
- 2023.09.25.00
gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.86'
libcurl:
- '8'
libevent:
- 2.1.12
liblzma_devel:
- '5'
libprotobuf:
- 5.28.3
lmdb:
- 0.9.22
lz4_c:
- '1.10'
macos_machine:
- x86_64-apple-darwin13.4.0
msgpack_c:
- '6'
nodejs:
- '18'
numpy:
- '1.26'
openssl:
- '3'
pcre:
- '8'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
spdlog:
- '1.15'
target_platform:
- osx-64
xxhash:
- 0.8.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
zstd:
- '1.5'
81 changes: 81 additions & 0 deletions .ci_support/osx_arm64_numpy1.26python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
aws_sdk_cpp:
- 1.11.458
azure_core_cpp:
- 1.14.0
azure_identity_cpp:
- 1.10.0
azure_storage_blobs_cpp:
- 12.13.0
c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
fmt:
- '11'
folly:
- 2023.09.25.00
gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.86'
libcurl:
- '8'
libevent:
- 2.1.12
liblzma_devel:
- '5'
libprotobuf:
- 5.28.3
lmdb:
- 0.9.22
lz4_c:
- '1.10'
macos_machine:
- arm64-apple-darwin20.0.0
msgpack_c:
- '6'
nodejs:
- '18'
numpy:
- '1.26'
openssl:
- '3'
pcre:
- '8'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
spdlog:
- '1.15'
target_platform:
- osx-arm64
xxhash:
- 0.8.2
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- numpy
zstd:
- '1.5'
21 changes: 21 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 6 additions & 15 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
{% set name = "arcticdb" %}
{% set version = "5.1.2" %}
{% set version = "5.2.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: f088b8d15e5d1ccad53938bf639ac2848bfbdac29b83ced45707208ce61afbfe
patches:
- patches/0002-maint-fmt-11-support.patch
sha256: a771dbdc3bcc148fad8a72e33cf0807f91e24b4c983253eb07353fd80c2c56f3

build:
# We skip the build on Windows because of linkage problems with libprotobuf.
# See: https://github.com/man-group/ArcticDB/pull/449
skip: true # [win]
# not ready yet; needs to unpin pybind11
skip: true # [py>=312]
number: 4
number: 0

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main
Expand Down Expand Up @@ -59,10 +55,7 @@ requirements:
# See: https://github.com/man-group/ArcticDB/pull/1050
- libmongocxx <3.9
- zstd
# TODO: pybind 2.11.X became stricter regarding the handling of reference counts
# See: https://github.com/pybind/pybind11/issues/4748#issuecomment-1639445403
# See: https://github.com/man-group/ArcticDB/pull/647
- pybind11 <2.11
- pybind11
- pcre
- gflags
- msgpack-c
Expand Down Expand Up @@ -94,9 +87,6 @@ requirements:
- glog
- python
# To keep in sync with `install_requires` in setup.cfg.
# Enforce the same major NumPy version at runtime.
# See: https://conda-forge.org/docs/maintainer/knowledge_base/#building-against-numpy
- {{ pin_compatible('numpy') }}
- pandas
- attrs
- decorator
Expand Down Expand Up @@ -159,7 +149,8 @@ test:
# - for `test_write_not_sorted_multi_index_exception`, see #247
# - `test_compat_write_read` - there is problem with resolving the path
# - `test_modify_old_library_option_with_current` - there is problem with resolving the path
- ARCTICDB_RAND_SEED=$RANDOM pytest python/tests --verbose --reruns 5 --reruns-delay 1 -k "not Azure and not azurite and not test_lmdb_warnings_when_reopened and not test_force_compact_symbol_list_lock_held_past_ttl and not test_write_non_timestamp_index and not test_write_not_sorted_multi_index_exception and not test_map_size_bad_input and not test_map_size_parsing and not lmdb and not test_column_stats_string_column_minmax and not test_filter_numeric_isnotin_signed and not test_filter_numeric_isnotin_unsigned and not test_compat_write_read and not test_modify_old_library_option_with_current"
- ARCTICDB_RAND_SEED=$RANDOM pytest python/tests --verbose --reruns 5 --reruns-delay 1 -k "not Azure and not azurite and not test_lmdb_warnings_when_reopened and not test_force_compact_symbol_list_lock_held_past_ttl and not test_write_non_timestamp_index and not test_write_not_sorted_multi_index_exception and not test_map_size_bad_input
and not test_map_size_parsing and not lmdb and not test_column_stats_string_column_minmax and not test_filter_numeric_isnotin_signed and not test_filter_numeric_isnotin_unsigned and not test_compat_write_read and not test_modify_old_library_option_with_current"

about:
home: https://arcticdb.io/
Expand Down
Loading
Loading