Skip to content

Commit

Permalink
Merge pull request #277 from G-D-Petrov/450
Browse files Browse the repository at this point in the history
arcticdb 4.5.0
  • Loading branch information
G-D-Petrov committed Aug 15, 2024
2 parents 9bd696c + 4161cfd commit e8534d0
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_numpy1.22python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
8 changes: 0 additions & 8 deletions .ci_support/migrations/aws_sdk_cpp111379.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/glog07.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .ci_support/osx_64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_numpy1.22python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_numpy1.22python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ gflags:
- '2.2'
glog:
- '0.7'
libboost_devel:
- '1.84'
libcurl:
- '8'
libevent:
Expand Down
19 changes: 13 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "arcticdb" %}
{% set version = "4.4.3" %}
{% set version = "4.5.0" %}

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

source:
url: https://github.com/man-group/ArcticDB/archive/refs/tags/v{{ version }}.tar.gz
sha256: cef2a75e50588b4a2683305c99f5eadd507c6ee0f302675c9a833252668a61d8
sha256: c22dff1f1caa39a8776a68eb02a2035d796a7778c8f86d24be49c0efba725455

build:
# We skip the build on Windows because of linkage problems with libprotobuf.
Expand All @@ -19,7 +19,7 @@ build:
skip: true # [osx and py<39]
# not ready yet; needs to unpin pybind11
skip: true # [py>=312]
number: 6
number: 0

entry_points:
- arcticdb_update_storage = arcticdb.scripts.update_storage:main
Expand All @@ -45,6 +45,7 @@ requirements:
- python
- numpy
- pip
- libboost-devel
- folly
- lz4-c
- prometheus-cpp
Expand Down Expand Up @@ -94,13 +95,13 @@ requirements:
- pandas
- attrs
- decorator
- msgpack-python
- msgpack-python >=0.5.0
- psutil
- pyyaml
# Resolves https://github.com/man-group/ArcticDB/issues/465
- aws-crt-cpp >=0.19.8
- prometheus-cpp
- protobuf >=3.5.1, <5
- protobuf >=3.5.1
- lmdb
- packaging
test:
Expand Down Expand Up @@ -128,6 +129,7 @@ test:
- virtualenv
- pymongo
- mock
- trustme
# Extra dependencies
- pytest-rerunfailures
- nodejs # for npm
Expand All @@ -146,7 +148,12 @@ test:
# For now, we skip the following tests:
# - Tests for Azure are deactivated for now (not present for MacOS, fails for Linux).
# - `test_lmdb_warnings_when_reopened` also currently fails.
- ARCTICDB_RAND_SEED=$RANDOM pytest python/tests --verbose -n 2 --reruns 5 --reruns-delay 1 -k "not Azure and not azurite and not test_lmdb_warnings_when_reopened"
# - `test_column_stats_string_column_minmax` fails for linux.
# - `test_force_compact_symbol_list_lock_held_past_ttl` also currently fails for MacOS.
# - `test_filter_numeric_isnotin_signed` is generally flaky
# - for `test_write_non_timestamp_index`, see #246
# - for `test_write_not_sorted_multi_index_exception`, see #247
- 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"

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

1 comment on commit e8534d0

@conda-forge-webservices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.