File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
33### HEAD
4+
5+ ### 1.82.0 (2023-07-24)
6+ * Release: #1012 version 1.82.0
47 * Compatibility: update pinning from pandas<1.1, to pandas<2
58 * Compatibility: update pinning from numpy<1.19 to numpy<2
69 * Build: specify which version of python/numpy/pandas to test
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Arctic currently works with:
112112
113113 * python 3.6, 3.7, 3.8
114114 * pymongo >= 3.6.0 <= 3.11.0
115- * pandas >= 0.22.0 <1.1.0
115+ * pandas >= 0.22.0 < 2
116116 * MongoDB >= 2.4.x <= 4.4.18
117117
118118
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def run_tests(self):
5858
5959setup (
6060 name = "arctic" ,
61- version = "1.81.2 " ,
61+ version = "1.82.0 " ,
6262 author = "Man AHL Technology" ,
6363 author_email = "arctic@man.com" ,
6464 description = ("AHL Research Versioned TimeSeries and Tick store" ),
You can’t perform that action at this time.
0 commit comments