Skip to content

Commit

Permalink
Updated CHANGELOG file.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 11, 2017
1 parent 37f77d8 commit 1fd1d69
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ Release History
~~~~~~~~~~~~~~~~~~
**Improvements**

- New faster `bmrblex.py` lexical analyzer module based on Python generators.
- Added Cythonized version of `bmrblex` (`cbmrblex.pyx`) for faster tokenization.
- API change: new `nmrstarlib.read_files()` generator that does not require passing list.
- API change: new `StarFile.chem_shifts_by_residue()` representation.
- Added automated tests for `pytest` framework.
- New faster ``bmrblex.py`` lexical analyzer module based on Python generators.
- Added Cythonized version of ``bmrblex`` (``cbmrblex.pyx``) for faster tokenization.
- API change: new ``nmrstarlib.read_files()`` generator that does not require passing list.
- API change: new ``StarFile.chem_shifts_by_residue()`` representation.
- Improved printing layout for original NMR-STAR format when printing from ``StarFile`` object.
- Added automated tests for ``pytest`` framework.

**New features**

- Added support for Python 2.7.
- Added support for ``ujson`` library.
- Added ability to preserve comments.

1.0.4 (2016-10-06)
~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1fd1d69

Please sign in to comment.