Skip to content

Commit

Permalink
updated docs for 0.3.0 pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jul 7, 2017
1 parent 72b4760 commit e3de561
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/changes.rst
@@ -1,6 +1,27 @@
Changes
=======

v0.3.0
------

- Removed the `JamsFrame` class and replaced the underlying observation storage data
structure (`PR #149 <https://github.com/marl/jams/pull/149>`_).

- `import_lab` now returns only an `Annotation` and does not construct a `JAMS` object
(`PR #154 <https://github.com/marl/jams/pull/154>`_)

- Accelerated pitch contour sonification
(`PR #155 <https://github.com/marl/jams/pull/155>`_)

- Migrated all tests from nosetest to py.test
(`PR #157 <https://github.com/marl/jams/pull/157>`_)

- Improved `repr()` and added HTML rendering for JAMS objects in notebooks
(`PR #158 <https://github.com/marl/jams/pull/158>`_)

- Fixed a JSON serialization bug with numpy datatypes
(`PR #160 <https://github.com/marl/jams/pull/160>`_)

v0.2.3
------

Expand Down

0 comments on commit e3de561

Please sign in to comment.