Skip to content

Commit

Permalink
Merge pull request #80 from marl/v0.2.1-docs
Browse files Browse the repository at this point in the history
V0.2.1 docs
  • Loading branch information
bmcfee committed Nov 12, 2015
2 parents e98ee48 + 4c9d18b commit 439e523
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 5 deletions.
33 changes: 33 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Changes
=======

v0.2.1
------
New features
- ``eval`` support for hierarchical segmentation via the ``multi_segment`` namespace
(`PR #79 <https://github.com/marl/jams/pull/79>`_).
- Local namespace management
(`PR #75 <https://github.com/marl/jams/pull/75>`_).
- Python 3.5 support
(`PR #73 <https://github.com/marl/jams/pull/73>`_).
- ``jams.search()`` now allows matching objects by equality
(`PR #71 <https://github.com/marl/jams/pull/71>`_).
- ``multi_segment`` namespace for multi-level structural segmentations.
(`PR #69 <https://github.com/marl/jams/pull/69>`_).
- ``vector`` namespace for numerical vector data
(`PR #64 <https://github.com/marl/jams/pull/64>`_).
- ``blob`` namespace for unstructured, time-keyed observation data
(`PR #63 <https://github.com/marl/jams/pull/63>`_).
- ``tag_msd_tagtraum_cd1`` and ``tag_msd_tagtraum_cd2`` namespaces for genre tags
(`PR #63 <https://github.com/marl/jams/pull/83>`_).

Schema changes
- ``Annotation`` objects now have ``time`` and ``duration`` fields which encode the
interval over which the annotation is valid.
(`PR #67 <https://github.com/marl/jams/pull/67>`_).

Bug fixes
- Appending data to ``Annotation`` or ``JamsFrame`` objects now fails if ``time`` or ``duration`` are
ill-specified.
(`PR #87 <https://github.com/marl/jams/pull/87>`_).

16 changes: 12 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ API reference
jams
namespace

Indices and tables
==================
Contribute
----------
- `Issue Tracker <http://github.com/marl/jams/issues>`_
- `Source Code <http://github.com/marl/jams>`_


Changelog
=========
.. toctree::
:maxdepth: 1

changes

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

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.0'
version = '0.2.1'

0 comments on commit 439e523

Please sign in to comment.