Skip to content

Commit

Permalink
documentation and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed May 13, 2017
1 parent 3b315cd commit 3aba29a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
47 changes: 34 additions & 13 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,34 +1,55 @@
Changes
=======

v0.2.3
------

- Deprecated the `JamsFrame` class
(`PR #153 <https://github.com/marl/jams/pull/153>`_):

- Moved `JamsFrame.to_interval_values()` to `Annotation.to_interval_values()`

- Any code that uses `pandas.DataFrame` methods on `Annotation.data` will cease to work
starting in 0.3.0.

- Forward compatibility with 0.3.0
(`PR #153 <https://github.com/marl/jams/pull/153>`_):

- Added the `jams.Observation` type

- Added iteration support to `Annotation` objects

- added type safety check in regexp search (`PR #146 <https://github.com/marl/jams/pull/146>`_).
- added support for `pandas=0.20` (`PR #150 <https://github.com/marl/jams/pull/150>`_).

v0.2.2
------
- added ``__contains__`` method to ``JObject``
(`PR #139 <https://github.com/marl/jams/pull/139`_).
(`PR #139 <https://github.com/marl/jams/pull/139>`_).
- Implemented ``JAMS.trim()`` method
(`PR #136 <https://github.com/marl/jams/pull/136`_).
(`PR #136 <https://github.com/marl/jams/pull/136>`_).
- Updates to the SALAMI tag namespaces
(`PR #134 <https://github.com/marl/jams/pull/134`_).
(`PR #134 <https://github.com/marl/jams/pull/134>`_).
- added `infer_duration` flag to ``import_lab``
(`PR #125 <https://github.com/marl/jams/pull/125`_).
(`PR #125 <https://github.com/marl/jams/pull/125>`_).
- namespace conversion validates input
(`PR #123 <https://github.com/marl/jams/pull/123`_).
(`PR #123 <https://github.com/marl/jams/pull/123>`_).
- Refactored the ``pitch`` namespaces
(`PR #121 <https://github.com/marl/jams/pull/121`_).
(`PR #121 <https://github.com/marl/jams/pull/121>`_).
- Fancy indexing for annotation arrays
(`PR #120 <https://github.com/marl/jams/pull/120`_).
(`PR #120 <https://github.com/marl/jams/pull/120>`_).
- ``jams.schema.values`` function to access enumerated types
(`PR #119 <https://github.com/marl/jams/pull/119`_).
(`PR #119 <https://github.com/marl/jams/pull/119>`_).
- ``jams.display`` submodule
(`PR #115 <https://github.com/marl/jams/pull/115`_).
(`PR #115 <https://github.com/marl/jams/pull/115>`_).
- support for `mir_eval >= 0.3`
(`PR #106 <https://github.com/marl/jams/pull/106`_).
(`PR #106 <https://github.com/marl/jams/pull/106>`_).
- Automatic conversion between namespaces
(`PR #105 <https://github.com/marl/jams/pull/105`_).
(`PR #105 <https://github.com/marl/jams/pull/105>`_).
- Fixed a type error in ``jams_to_lab``
(`PR #94 <https://github.com/marl/jams/pull/94`_).
(`PR #94 <https://github.com/marl/jams/pull/94>`_).
- ``jams.sonify`` module for sonification
(`PR #91 <https://github.com/marl/jams/pull/91`_).
(`PR #91 <https://github.com/marl/jams/pull/91>`_).

v0.2.1
------
Expand Down
2 changes: 1 addition & 1 deletion jams/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.2'
version = '0.2.2'
version = '0.2.3'

0 comments on commit 3aba29a

Please sign in to comment.