Skip to content

Commit 007a44d

Browse files
committed
- release v0.0.8
1 parent 3c14fe2 commit 007a44d

File tree

2 files changed

+7
-33
lines changed

2 files changed

+7
-33
lines changed

README.rst

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,24 @@ Overview
44

55
.. start-badges
66
7-
.. list-table::
8-
:stub-columns: 1
7+
|circleci| |version| |supported-versions|
98

10-
* - tests
11-
- | |requires|
12-
| |codecov|
13-
* - package
14-
- | |version| |wheel| |supported-versions| |supported-implementations|
15-
| |commits-since|
16-
17-
.. |codecov| image:: https://codecov.io/gh/jalammar/ecco/branch/master/graphs/badge.svg?branch=master
18-
:alt: Coverage Status
19-
:target: https://codecov.io/github/jalammar/ecco
9+
.. |circleci| image:: https://circleci.com/gh/jalammar/ecco.svg?style=shield
10+
:target: https://circleci.com/gh/jalammar/ecco
11+
:alt: testing status
2012

2113
.. |version| image:: https://img.shields.io/pypi/v/ecco.svg
2214
:alt: PyPI Package latest release
2315
:target: https://pypi.org/project/ecco
2416

25-
.. |wheel| image:: https://img.shields.io/pypi/wheel/ecco.svg
26-
:alt: PyPI Wheel
27-
:target: https://pypi.org/project/ecco
28-
2917
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/ecco.svg
3018
:alt: Supported versions
3119
:target: https://pypi.org/project/ecco
3220

33-
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/ecco.svg
34-
:alt: Supported implementations
35-
:target: https://pypi.org/project/ecco
36-
37-
.. |commits-since| image:: https://img.shields.io/github/commits-since/jalammar/ecco/v0.0.0.svg
38-
:alt: Commits since latest release
39-
:target: https://github.com/jalammar/ecco/compare/v0.0.0...master
40-
41-
42-
4321
.. end-badges
4422
23+
[Work in progress. Not yet ready for public consumption]
24+
4525
Visualization tools for NLP machine learning models.
4626

4727
* Free software: BSD 3-Clause License
@@ -53,10 +33,6 @@ Installation
5333

5434
pip install ecco
5535

56-
You can also install the in-development version with::
57-
58-
pip install https://github.com/jalammar/ecco/archive/master.zip
59-
6036

6137
Documentation
6238
=============

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525

2626
setup(
2727
name='ecco',
28-
version='0.0.7',
28+
version='0.0.8',
2929
license='BSD-3-Clause',
3030
description='Visualization tools for NLP machine learning models.',
3131
long_description='%s\n%s' % (
@@ -49,8 +49,6 @@ def read(*names, **kwargs):
4949
'Operating System :: POSIX',
5050
'Operating System :: Microsoft :: Windows',
5151
'Programming Language :: Python',
52-
'Programming Language :: Python :: 3.5',
53-
'Programming Language :: Python :: 3.6',
5452
'Programming Language :: Python :: 3.7',
5553
'Programming Language :: Python :: 3.8',
5654
'Programming Language :: Python :: Implementation :: CPython',

0 commit comments

Comments
 (0)