Skip to content

Commit 4516464

Browse files
authored
duncan/badges (man-group#960)
add python version badges tidy RERADME.md
1 parent f850d33 commit 4516464

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
[![Documentation Status](https://readthedocs.org/projects/arctic/badge/?version=latest)](https://arctic.readthedocs.io/en/latest/?badge=latest)
55
[![CircleCI](https://circleci.com/gh/man-group/arctic/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/man-group/arctic?branch=master)
6-
[![PyPI](https://img.shields.io/pypi/v/arctic)](https://pypi.org/project/arctic/)
6+
[![PyPI](https://img.shields.io/pypi/v/arctic)](https://pypi.org/project/arctic)
7+
[![Python](https://img.shields.io/badge/Python-3.6|3.7-green.svg)](https://github.com/man-group/arctic)
78
[![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)
89

910
Arctic is a high performance datastore for numeric data. It supports [Pandas](http://pandas.pydata.org/),
@@ -16,14 +17,12 @@ Arctic can query millions of rows per second per client, achieves ~10x compressi
1617

1718
Arctic has been under active development at [Man Group](https://www.man.com/) since 2012.
1819

19-
* Stable Version 1.79.3
20-
* Beta Version 1.80.4
21-
2220
---
2321

22+
2423
:loudspeaker::loudspeaker::loudspeaker: **BUILDING THE NEXT GENERATION OF ARCTIC** :loudspeaker::loudspeaker::loudspeaker:
2524

26-
Man Group is currently building the next generation of Arctic.
25+
## Man Group is currently building the next generation of Arctic.
2726

2827
This will offer the same intuitive Python-centric API whilst utilizing a custom C++ storage engine and modern S3 compatible object storage to provide a timeseries database that is:
2928

@@ -143,9 +142,9 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.
143142
Arctic currently works with:
144143

145144
* Python 3.6, 3.7
146-
* pymongo 3.6.0 thru 3.11.0
147-
* Pandas 0.22.0 thru 1.0.3
148-
* MongoDB >= 2.4.x
145+
* pymongo >= 3.6.0 <= 3.11.0
146+
* Pandas >= 0.22.0 <= 1.0.3
147+
* MongoDB >= 2.4.x <= 4.2.8
149148

150149

151150
Operating Systems:

0 commit comments

Comments
 (0)