Echo Nest Remix API Changelog

What's new in Echo Nest Remix API 2.4.0

Jan 13, 2015
  • Moved examples to new repo: https://github.com/echonest/remix-examples

New in Echo Nest Remix API 2.3.0 (Oct 10, 2014)

  • Added rhythmstring, synchstring, and codestring.
  • Added per-section key, tempo, and time signature data.
  • Bug fixes, install fixes.

New in Echo Nest Remix API 2.2.1 (Mar 27, 2014)

  • Update dirac C extension.
  • Add better timestretch example.

New in Echo Nest Remix API 2.2.0 (Jun 5, 2013)

  • Pull latest 8.0.0 Pyechonest submodule for Track.get_analysis() method.

New in Echo Nest Remix API 2.1.3 (Mar 19, 2013)

  • Fixed bug in multi.py

New in Echo Nest Remix API 2.1.2 (Mar 12, 2013)

  • Added more tutorials
  • Fixed develop installation script

New in Echo Nest Remix API 2.0.1 (Dec 10, 2012)

  • Fix namespace bug.
  • Removed JavaScript to separate repository.
  • Add sample rate and channels to capsule and audio.py
  • Update tutorials to new namespace

New in Echo Nest Remix API 2.0.0 (Dec 7, 2012)

  • Changed namespace: now 'import echonest.remix.audio as audio'.
  • Removed .that, .ordered_by, and .beget.
  • Added functions for getting segments and segment data from rhythmic AudioQuanta.
  • Added examples for sorting and filtering AudioQuanta.
  • Added alpha version of new JavaScript code.

New in Echo Nest Remix API 1.6.1 (Nov 16, 2012)

  • Patched around pyechonest not always returning metadata

New in Echo Nest Remix API 1.6.0 (Nov 4, 2012)

  • Added local saving of analysis files
  • Fixed two memory leaks
  • Added helper script for installing for development
  • Deprecated .that, .ordered_by, and .beget, refactored examples.