https://github.com/tensorflow/magenta
Name Target Message Date
HEAD 548dc4e [NumPy] Fix uses of the np.stack() family of functions under NumPy 1.25. NumPy 1.25 release notes: https://github.com/numpy/numpy/releases/tag/v1.25.0 Per the release notes, in NumPy 1.25: A sequence must now be passed into the stacking family of functions (stack, vstack, hstack, dstack and column_stack). (gh-23019) This change fixes test failures where a non-sequence was passed to a stack function. The most common fix is to convert the input to a list explicitly before passing it to any stacking functions. PiperOrigin-RevId: 547165426 11 July 2023, 13:02:40 UTC
refs/heads/dependabot/pip/pillow-10.3.0 824b43d Bump pillow from 9.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 03 April 2024, 20:11:19 UTC
refs/heads/dependabot/pip/scipy-1.10.0 d635417 Bump scipy from 1.7.3 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 09 August 2023, 22:24:54 UTC
refs/heads/dependabot/pip/tensorflow-2.11.1 27941cd Bump tensorflow from 2.9.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 09 August 2023, 22:25:22 UTC
refs/heads/main 548dc4e [NumPy] Fix uses of the np.stack() family of functions under NumPy 1.25. NumPy 1.25 release notes: https://github.com/numpy/numpy/releases/tag/v1.25.0 Per the release notes, in NumPy 1.25: A sequence must now be passed into the stacking family of functions (stack, vstack, hstack, dstack and column_stack). (gh-23019) This change fixes test failures where a non-sequence was passed to a stack function. The most common fix is to convert the input to a list explicitly before passing it to any stacking functions. PiperOrigin-RevId: 547165426 11 July 2023, 13:02:40 UTC
refs/heads/revert-1795-master 8e6ec15 Revert "Add option to drop additional tracks and truncate event sequence for MultiInstrumentPerformanceConverter (#1795)" This reverts commit 45f47c66fe5dd7a4bc483373ec3c93597c188846. 09 November 2020, 18:19:04 UTC
refs/heads/test_322142770 7e70344 Add build action for Magenta repo. PiperOrigin-RevId: 322160965 20 July 2020, 16:33:15 UTC
refs/heads/v1 9c0d50f Bump version number to release fix for #1734. PiperOrigin-RevId: 313803084 Change-Id: Ib231496a208ec0a597bad3ab5a4003e4e9d1f2c7 29 May 2020, 17:15:25 UTC
refs/tags/2.0.0 20cbc69 Unpin TF1. Fixes #1594. PiperOrigin-RevId: 314356554 Change-Id: Ice154d35b11ca74389b265837e13912e4389204b 02 June 2020, 17:25:49 UTC
refs/tags/2.0.1 caf088f Replace use of tf.Dimension.value, which has been deprecated in TF2. PiperOrigin-RevId: 314395568 Change-Id: I29212e28642a063f7989297ecb8dd4f74a09bdcc 02 June 2020, 20:42:00 UTC
refs/tags/2.1.0 eed016a Switch references from magenta.music to note_seq library. PiperOrigin-RevId: 316875465 Change-Id: I0b9ae2ad2c05e8e5d5a8a12879283a39c029cbd8 17 June 2020, 13:24:27 UTC
refs/tags/v0.1.10 2a3381d Prepare for 0.1.10 release (#560) * Bump version to 0.1.10. Also switch autoinstaller script to install tensorflow as a part of the pip depencencies for magenta, rather than downloading a specific .whl file. Installing via pip is now the recommended installation method. * Update README.md to install tensorflow via pip. 16 March 2017, 20:43:35 UTC
refs/tags/v0.1.11 8a84f7d Add pianoroll_rnn_nade model. (#640) * Add rnn-nade model. * Updates for compatibility * Limit the batch size based on the beam size and branch factor. * lint * Add support for _Layer and Layer depending on availability. * Add support for _Layer and Layer depending on availability. * Add README * Respond to reviewer comments. * Respond to reviewer comments. * Rename rnn_nade to pianoroll_rnn_nade for clarity and consistency. * Rename rnn_nade to pianoroll_rnn_nade for clarity and consistency. * lint * Rename rnn_nade to pianoroll_rnn_nade for clarity and consistency. * Add support for state tuples in bundles. * Lint * Lint * Add missing dep * Flatten state tuples for collections. * Simplifications. * Simplify * Lint 16 May 2017, 23:33:57 UTC
refs/tags/v0.1.12 1c53e5c Bump version to 0.1.12 (#657) 19 May 2017, 17:54:25 UTC
refs/tags/v0.1.13 152fb78 Bump version to 0.1.13 (#706) 05 June 2017, 23:49:13 UTC
refs/tags/v0.1.14 0c9da4d Minor updates to AI Jam instructions. (#718) * Increment version number. * Fix quantization error during generation. * Add controls to README * Remove extra space. * Remove extra space. 08 June 2017, 23:49:23 UTC
refs/tags/v0.1.15 e12acee Add missing rtmidi pip dep and bump version. (#720) * Add missing RUN_DEMO script. * Remove blank line * Add missing pip dep and bump version. 09 June 2017, 00:18:22 UTC
refs/tags/v0.1.2 4d85c70 bump version to 0.1.2 (#262) 07 October 2016, 00:22:02 UTC
refs/tags/v0.1.3 bdbda7a Bump version to 0.1.3 (#270) Cut a new release prior to announcing the pip package. 12 October 2016, 17:59:54 UTC
refs/tags/v0.1.4 448d7bf Merge RNN models. (#272) * Upgrade mido to 1.1.17 * Move encoder/decoders * Merge melody RNNs. * Re-add moved files. * Move melodyencoderdecoders to own file. * Move melodyencoderdecoders to own file. * Update sequene generator and magenta_midi to work with merged model. * Update docs. * update pip build rules * Add back 'KeyMelodyEncoderDecoder' * Add copyright. * Fix lint errors. * Fix lint errors. * Fix visibility. * Fix internal deps. * Fix lint errors. * Bug fixes. * Fix typo * don't process bundle file path when None * Remove bazel from melody_rnn README. * Push version. 18 October 2016, 20:07:34 UTC
refs/tags/v0.1.5 526de56 increment magenta version to 0.1.5 (#333) 01 November 2016, 22:27:35 UTC
refs/tags/v0.1.6 54b7132 Bump version to 0.1.6 (#370) 09 November 2016, 23:29:24 UTC
refs/tags/v0.1.7 16b510c Bump version to 0.1.7. (#465) Also update tensorflow dependency to 0.12.0rc1. 16 December 2016, 17:48:57 UTC
refs/tags/v0.1.8 f6b0d1d bump to 0.1.8 (#469) 16 December 2016, 19:30:42 UTC
refs/tags/v0.1.9 803db08 bump version to 0.1.9 (#504) 27 January 2017, 22:29:33 UTC
refs/tags/v0.2.0 a6af921 Bump to 0.2 (#729) 13 June 2017, 15:24:00 UTC
refs/tags/v0.2.3 f52a6f3 update version to 0.2.3 (#762) 29 June 2017, 04:28:12 UTC
refs/tags/v0.3.0 5ebe90d bump version for py3 release (#834) 22 August 2017, 00:33:45 UTC
refs/tags/v0.3.1 93f7c72 Fix linter errors (#848) * lint * lint * lint 25 August 2017, 19:09:32 UTC
refs/tags/v0.3.11 252b58f bump version (#1254) 14 August 2018, 20:33:13 UTC
refs/tags/v0.3.13 a694f70 bump version (#1331) 01 November 2018, 18:49:18 UTC
refs/tags/v0.3.2 f10c6a5 Bump version for new pip package (#940) 03 November 2017, 00:21:52 UTC
refs/tags/v0.3.6 73928ed bump version (#1079) 28 February 2018, 23:22:04 UTC
refs/tags/v0.3.8 75a3d48 Bump version, clarifications, lint (#1191) * Bump version, fixes. - Clarify dev environment install instructions. - Lint fixes. - Bump version. * allow long lines, sort 01 June 2018, 22:08:50 UTC
refs/tags/v0.3.9 ed3e6c3 bump version (#1220) 29 June 2018, 23:41:59 UTC
refs/tags/v1.0.1 24ff824 Update version number. (creating new pip package). PiperOrigin-RevId: 231876560 01 February 2019, 00:25:31 UTC
refs/tags/v1.0.2 14e7035 Update numpy dependency. Switch to using the highest version that works with pylint. Fixes issues with colab environment. (Fixes #1426) Also increase protobuf version since old versions of that cause problems too. Also bump the version number for an immediate new release. PiperOrigin-RevId: 232324825 04 February 2019, 18:44:43 UTC
refs/tags/v1.0.3 7f2e060 Internal change PiperOrigin-RevId: 240160470 25 March 2019, 16:53:04 UTC
refs/tags/v1.0.4 aab914d Update magenta to version 1.0.3 PiperOrigin-RevId: 240392595 26 March 2019, 18:34:27 UTC
refs/tags/v1.0.5 21bb647 Fix Version Number PiperOrigin-RevId: 240443839 26 March 2019, 22:43:57 UTC
refs/tags/v1.1.0 2844937 Bump version for GrooVAE release. PiperOrigin-RevId: 246245461 02 May 2019, 02:53:06 UTC
refs/tags/v1.1.1 2288a69 Bump Magenta version, update TF dependency to latest stable version. PiperOrigin-RevId: 251938343 06 June 2019, 22:21:13 UTC
refs/tags/v1.1.15 e6d3b27 require TF 1.14 because it's needed by the tf probability package. PiperOrigin-RevId: 269376736 16 September 2019, 18:10:50 UTC
refs/tags/v1.1.2 e248aa5 Bump version to avoid duplicate release. PiperOrigin-RevId: 251944555 06 June 2019, 22:53:12 UTC
refs/tags/v1.1.3 a5124e8 update version to 1.1.3 PiperOrigin-RevId: 265937146 28 August 2019, 17:18:42 UTC
refs/tags/v1.1.4 014ebd7 bump version to 1.1.4 PiperOrigin-RevId: 269365507 16 September 2019, 17:28:15 UTC
refs/tags/v1.1.5 e6d3b27 require TF 1.14 because it's needed by the tf probability package. PiperOrigin-RevId: 269376736 16 September 2019, 18:10:50 UTC
refs/tags/v1.1.6 77f867b version bump so pip package includes fix for #1589 PiperOrigin-RevId: 271169048 25 September 2019, 18:35:04 UTC
refs/tags/v1.1.7 8043cac bump version number for TFv1 pinning, fix presubmit tests. PiperOrigin-RevId: 272481893 02 October 2019, 18:29:01 UTC
refs/tags/v1.1.8 0826954 update version to 1.1.8 PiperOrigin-RevId: 280490566 14 November 2019, 20:49:04 UTC
refs/tags/v1.2.0 cb8f0e6 bump version for various package path changes PiperOrigin-RevId: 282391086 25 November 2019, 18:55:32 UTC
refs/tags/v1.2.1 ec389eb Bump version. PiperOrigin-RevId: 284798940 10 December 2019, 18:32:10 UTC
refs/tags/v1.2.2 34e0036 bump version PiperOrigin-RevId: 285030962 11 December 2019, 19:52:00 UTC
refs/tags/v1.3.0 1568965 bump version PiperOrigin-RevId: 303988210 31 March 2020, 17:03:18 UTC
refs/tags/v1.3.2 c007ca3 Bump version to release fix for Multitrack colab. #1728. PiperOrigin-RevId: 313431425 Change-Id: Icd4184baee451cb2a1cb234cece70e1c3a635595 27 May 2020, 18:42:32 UTC
refs/tags/v2.1.1 d907ece bump magenta version to 2.1.1 PiperOrigin-RevId: 327079161 17 August 2020, 19:50:58 UTC
refs/tags/v2.1.2 4b6c50d Bump version for gansynth fix. PiperOrigin-RevId: 329728693 02 September 2020, 16:34:32 UTC
refs/tags/v2.1.4 82ef836 bump version to 2.1.4 PiperOrigin-RevId: 464578074 01 August 2022, 18:13:42 UTC
back to top