Skip to content

Commit

Permalink
release/1.80.3 (#942)
Browse files Browse the repository at this point in the history
updated various versions to 1.80.3, CHANGES.md,  and man-group github url
  • Loading branch information
dunckerr authored Jan 20, 2022
1 parent d3ef406 commit f10f9f5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
PYTHON_VERSION: "2_7"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/2_7
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/2_7
VERSION: 1.80.2
VERSION: 1.80.3
#PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
#YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/arctic
Expand All @@ -115,7 +115,7 @@ jobs:
PYTHON_VERSION: "3_6"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_6
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_6
VERSION: 1.80.2
VERSION: 1.80.3
#PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
#YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/arctic
Expand All @@ -128,7 +128,7 @@ jobs:
PYTHON_VERSION: "3_7"
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts/3_7
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results/3_7
VERSION: 1.80.2
VERSION: 1.80.3
#PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
#YARN_STATIC_DIR: notebooker/web/static/
IMAGE_NAME: mangroup/arctic
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 1.80.3 (2022-01-20)
* Feature: #941 use named index for VersionStore to avoid 127 max fully qualified index name
* Bugfix: #935, #936 fixed README.md rendering which was preventing pypi upload

### 1.80.2 (2022-01-10)
* Bugfix: #932 revert serialization-optimization (#909, #910)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# [![arctic](logo/arctic_50.png)](https://github.com/manahl/arctic) [Arctic TimeSeries and Tick store](https://github.com/manahl/arctic)
# [![arctic](logo/arctic_50.png)](https://github.com/man-group/arctic) [Arctic TimeSeries and Tick store](https://github.com/man-group/arctic)


[![Documentation Status](https://readthedocs.org/projects/arctic/badge/?version=latest)](https://arctic.readthedocs.io/en/latest/?badge=latest)
[![CircleCI](https://circleci.com/gh/man-group/arctic/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/man-group/arctic?branch=master)
[![PyPI](https://img.shields.io/pypi/v/arctic)](https://pypi.org/project/arctic/)
[![Travis CI](https://travis-ci.com/man-group/arctic.svg?branch=master)](https://travis-ci.org/man-group/arctic)
[![Join the chat at https://gitter.im/manahl/arctic](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/manahl/arctic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/man-group/arctic](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/man-group/arctic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Arctic is a high performance datastore for numeric data. It supports [Pandas](http://pandas.pydata.org/),
[numpy](http://www.numpy.org/) arrays and pickled objects out-of-the-box, with pluggable support for
Expand All @@ -18,14 +18,14 @@ Arctic can query millions of rows per second per client, achieves ~10x compressi
Arctic has been under active development at [Man AHL](https://www.man.com/ahl) since 2012.

* Stable Version 1.79.3
* Beta Version 1.80.2
* Beta Version 1.80.3

## Quickstart

### Install Arctic

``
pip install git+https://github.com/manahl/arctic.git
pip install git+https://github.com/man-group/arctic.git
``

### Run a MongoDB
Expand Down Expand Up @@ -116,7 +116,7 @@ Arctic includes three storage engines:
* [Documentation](docs/versionstore.md)
* [TickStore](arctic/tickstore/tickstore.py): Column oriented tick database. Supports
dynamic fields, chunks aren't versioned. Designed for large continuously ticking data.
* [Chunkstore](https://github.com/manahl/arctic/wiki/Chunkstore): A storage type that allows data to be stored in customizable chunk sizes. Chunks
* [Chunkstore](https://github.com/man-group/arctic/wiki/Chunkstore): A storage type that allows data to be stored in customizable chunk sizes. Chunks
aren't versioned, and can be appended to and updated in place.
* [Documentation](docs/chunkstore.md)

Expand All @@ -128,7 +128,7 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.
Arctic currently works with:

* Python 3.6, 3.7
* pymongo 3.60 thru 3.11.0
* pymongo 3.6.0 thru 3.11.0
* Pandas 0.22.0 thru 1.0.3
* MongoDB >= 2.4.x

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Project info
site_name: Arctic
site_url: https://github.com/manahl/arctic
site_url: https://github.com/man-group/arctic
site_description: High performance datastore for numeric data

# Repository info
repo_name: 'arctic'
repo_url: 'https://github.com/manahl/arctic'
repo_url: 'https://github.com/man-group/arctic'
edit_uri: edit/master/docs/

theme:
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ def run_tests(self):

setup(
name="arctic",
version="1.80.2",
version="1.80.3",
author="Man AHL Technology",
author_email="[email protected]",
description=("AHL Research Versioned TimeSeries and Tick store"),
license="GPL",
keywords=["ahl", "keyvalue", "tickstore", "mongo", "timeseries", ],
url="https://github.com/manahl/arctic",
url="https://github.com/man-group/arctic",
packages=find_packages(exclude=['tests', 'tests.*', 'benchmarks']),
long_description='\n'.join((long_description, changelog)),
long_description_content_type="text/markdown",
Expand All @@ -76,7 +76,6 @@ def run_tests(self):
],
install_requires=["decorator",
"enum-compat",
#"enum34",
"mock",
"mockextras",
"pandas<=1.0.3",
Expand Down

0 comments on commit f10f9f5

Please sign in to comment.