You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
Changelog
2
2
=========
3
3
4
-
0.7.0 (unreleased)
4
+
0.7.0 (2013-09-25)
5
5
------------------
6
6
- Wordnet integration. ``Word`` objects have ``synsets`` and ``definitions`` properties. The ``text.wordnet`` module allows you to create ``Synset`` and ``Lemma`` objects directly.
7
7
- Move all English-specific code to its own module, ``text.en``.
8
8
- Basic extensions framework in place. TextBlob has been refactored to make it easier to develop extensions.
- Fix ``__str__`` behavior. ``printblob`` should now print expected output in both Python 2 and 3.
11
+
- Fix ``__str__`` behavior. ``print(blob)`` should now print non-ascii text correctly in both Python 2 and 3.
12
12
- *Backwards-incompatible*: All abstract base classes have been moved to the ``text.base`` module.
13
13
- *Backwards-incompatible*: ``PerceptronTagger`` will now be maintained as an extension, ``textblob-aptagger``. Instantiating a ``text.taggers.PerceptronTagger()`` will raise a ``DeprecationWarning``.
0 commit comments