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

release 1.82.2 #1022

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### 1.82.2 (2024-02-01)
* Release: #1022 Prepare release 1.82.2
* Perf: #1021 Improve performance of Tickstore read
* Bugfix: #1019 Remove failing requirements.txt versions
* Docs: #1019 Updated links to ArcticDB website and docs
* Docs: #1017 Fix doc for chunkstore's list_symbols

### 1.82.1 (2023-10-09)
* Release: #1014 Prepare release 1.82.1
* Bugfix: #1013 Fix serialized tz name for index timezones of dateutil.timezone.tzutc()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_tests(self):

setup(
name="arctic",
version="1.82.1",
version="1.82.2",
author="Man AHL Technology",
author_email="arctic@man.com",
description=("AHL Research Versioned TimeSeries and Tick store"),
Expand Down