Skip to content

Commit

Permalink
- release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jalammar committed Nov 20, 2020
1 parent 3c14fe2 commit 007a44d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 33 deletions.
36 changes: 6 additions & 30 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,24 @@ Overview

.. start-badges
.. list-table::
:stub-columns: 1
|circleci| |version| |supported-versions|

* - tests
- | |requires|
| |codecov|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |codecov| image:: https://codecov.io/gh/jalammar/ecco/branch/master/graphs/badge.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/jalammar/ecco
.. |circleci| image:: https://circleci.com/gh/jalammar/ecco.svg?style=shield
:target: https://circleci.com/gh/jalammar/ecco
:alt: testing status

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

.. |wheel| image:: https://img.shields.io/pypi/wheel/ecco.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/ecco

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/ecco.svg
:alt: Supported versions
:target: https://pypi.org/project/ecco

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/ecco.svg
:alt: Supported implementations
:target: https://pypi.org/project/ecco

.. |commits-since| image:: https://img.shields.io/github/commits-since/jalammar/ecco/v0.0.0.svg
:alt: Commits since latest release
:target: https://github.com/jalammar/ecco/compare/v0.0.0...master



.. end-badges
[Work in progress. Not yet ready for public consumption]

Visualization tools for NLP machine learning models.

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

pip install ecco

You can also install the in-development version with::

pip install https://github.com/jalammar/ecco/archive/master.zip


Documentation
=============
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='ecco',
version='0.0.7',
version='0.0.8',
license='BSD-3-Clause',
description='Visualization tools for NLP machine learning models.',
long_description='%s\n%s' % (
Expand All @@ -49,8 +49,6 @@ def read(*names, **kwargs):
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit 007a44d

Please sign in to comment.