Skip to content

Releases: magenta/magenta

Magenta v0.3.1

25 Aug 19:20
Compare
Choose a tag to compare

Changes:

  • Improved Python 3 support

Magenta v0.3.0

22 Aug 00:35
Compare
Choose a tag to compare

Changes:

  • Python 3 support
  • Pitch class and note density conditioning for Performance RNN

Magenta v0.2.3

29 Jun 04:36
Compare
Choose a tag to compare

Changes:

  • Performance RNN release
  • Improvements to AI Jam JavaScript demo
  • New NSynth notebook example
  • Several documentation fixes

Magenta v0.2.0

13 Jun 15:31
Compare
Choose a tag to compare

This release includes the following changes from v0.1.5:

  • Add WaveNet fast generator and model to pip package. Thanks to @pkmital!
  • Switch to using tf.contrib.training.HParams instead of our own implementation now that it is available in TF v1.1.0. This changes the format of the --hparams flags.
    Example:
    --hparams="{'batch_size': 3, 'rnn_layer_sizes': [128, 128]}'"
    would now be written as
    --hparams="batch_size=3,rnn_layer_sizes=[128,128]".

Magenta v0.1.15

09 Jun 00:19
Compare
Choose a tag to compare

Minor update to add missing python-rtmidi dependency for the AI Jam JavaScript demo.

Magenta v0.1.14

08 Jun 23:53
Compare
Choose a tag to compare

Major changes:

Magenta v0.1.13

05 Jun 23:54
Compare
Choose a tag to compare

Major changes:

  • sketch_rnn fixes
  • bug fixes and improvements in event_rnn models

Magenta v0.1.12

19 May 17:57
Compare
Choose a tag to compare

Major Changes:

  • Released sketch_rnn

Magenta v0.1.11

16 May 23:42
Compare
Choose a tag to compare

Major Changes:

  • Fixed compatibility with newer versions of mido.
  • Made Event RNN generation compatible with tuple RNN states.
  • Added Pianoroll RNN-NADE model.

Magenta v0.1.10

16 Mar 20:48
Compare
Choose a tag to compare

Major changes:

  • TensorFlow 1.0 API compatibility
  • Added drums and improv rnn to the pip package