Skip to content

Commit

Permalink
Update changelog and bump version, 0.6.3 => 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed May 13, 2019
1 parent 7e6b39a commit 103dd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

0.7.0 (in development)
----------------------
0.7.0 (2019-05-13)
------------------

New and Changed:

Expand All @@ -20,7 +20,6 @@ New and Changed:
- **New:** Added functions for setting, getting, and removing these extensions.
Note that they are set automatically when textacy is imported.


- **Simplified and improved performance of ``textacy.Corpus``**

- Documents are now added through a simpler API, either in ``Corpus.__init__``
Expand All @@ -30,7 +29,6 @@ New and Changed:
- Saving / loading corpus data to disk is now more efficient and robust.
- Note: ``Corpus`` is now a collection of spaCy ``Doc`` s rather than ``textacy.Doc`` s.


- **Simplified, standardized, and added ``Dataset`` functionality**

- **New:** Added an ``IMDB`` dataset, built on the classic 2011 dataset
Expand All @@ -53,7 +51,6 @@ New and Changed:
- Common functionality (such as validating filter values) is now standardized
and consolidated in the ``datasets.utils`` module.


- **Quality of life improvements**

- Reduced load time for ``import textacy`` from ~2-3 seconds to ~1 second,
Expand Down
2 changes: 1 addition & 1 deletion textacy/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "textacy"
__version__ = "0.6.3"
__version__ = "0.7.0"
__description__ = "NLP, before and after spaCy"
__url__ = "https://github.com/chartbeat-labs/textacy"
__download_url__ = "https://pypi.org/project/textacy"
Expand Down

0 comments on commit 103dd7e

Please sign in to comment.