fuzzysearch/HISTORY.rst

35 lines
693 B
ReStructuredText

.. :changelog:
History
-------
0.2.2 (2014-03-27)
++++++++++++++++++
* Added support for searching through BioPython Seq objects
* Added specialized search function allowing only subsitutions and insertions
* Fixed several bugs
0.2.1 (2014-03-14)
++++++++++++++++++
* Fixed major match grouping bug
0.2.0 (2013-03-13)
++++++++++++++++++
* New utility function `find_near_matches()` for easier use
* Additional documentation
0.1.0 (2013-11-12)
++++++++++++++++++
* Two working implementations
* Extensive test suite; all tests passing
* Full support for Python 2.6-2.7 and 3.1-3.3
* Bumped status from Pre-Alpha to Alpha
0.0.1 (2013-11-01)
++++++++++++++++++
* First release on PyPI.