From 6def69bb3829f7dcab2c308cd61b0f9fff76bc40 Mon Sep 17 00:00:00 2001 From: Ruo-Ping Dong Date: Thu, 8 Oct 2020 15:35:41 -0700 Subject: [PATCH 1/3] update release table --- README.md | 4 ++-- com.unity.ml-agents/CHANGELOG.md | 14 -------------- utils/make_readme_table.py | 1 + 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 303d9f186a..b8f3696efa 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ under active development and may be unstable. A few helpful guidelines: | **Version** | **Release Date** | **Source** | **Documentation** | **Download** | |:-------:|:------:|:-------------:|:-------:|:------------:| | **master (unstable)** | -- | [source](https://github.com/Unity-Technologies/ml-agents/tree/master) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/master/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/master.zip) | -| **Release 7** | **September 16, 2020** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_7)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_7_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_7.zip)** | +| **Release 8** | **October 14, 2020** | **[source](https://github.com/Unity-Technologies/ml-agents/tree/release_8)** | **[docs](https://github.com/Unity-Technologies/ml-agents/tree/release_8_docs/docs/Readme.md)** | **[download](https://github.com/Unity-Technologies/ml-agents/archive/release_8.zip)** | +| **Release 7** | September 16, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_7) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_7_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_7.zip) | | **Release 6** | August 12, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_6) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_6_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_6.zip) | | **Release 5** | July 31, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_5) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_5_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_5.zip) | | **Release 4** | July 15, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_4) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_4_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_4.zip) | | **Release 3** | June 10, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_3) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_3_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_3.zip) | | **Release 2** | May 20, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_2) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_2_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_2.zip) | -| **Release 1** | April 30, 2020 | [source](https://github.com/Unity-Technologies/ml-agents/tree/release_1) | [docs](https://github.com/Unity-Technologies/ml-agents/tree/release_1_docs/docs/Readme.md) | [download](https://github.com/Unity-Technologies/ml-agents/archive/release_1.zip) | ## Citation diff --git a/com.unity.ml-agents/CHANGELOG.md b/com.unity.ml-agents/CHANGELOG.md index b7d74278ba..2a5ccca6fe 100755 --- a/com.unity.ml-agents/CHANGELOG.md +++ b/com.unity.ml-agents/CHANGELOG.md @@ -6,20 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Major Changes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - -### Minor Changes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - -### Bug Fixes -#### com.unity.ml-agents (C#) -#### ml-agents / ml-agents-envs / gym-unity (Python) - ## [1.5.0-preview] - 2020-10-14 ### Major Changes diff --git a/utils/make_readme_table.py b/utils/make_readme_table.py index 836a431a01..ed9adb4d7c 100644 --- a/utils/make_readme_table.py +++ b/utils/make_readme_table.py @@ -73,6 +73,7 @@ def display_name(self) -> str: ReleaseInfo("release_5", "1.2.1", "0.18.1", "July 31, 2020"), ReleaseInfo("release_6", "1.3.0", "0.19.0", "August 12, 2020"), ReleaseInfo("release_7", "1.4.0", "0.20.0", "September 16, 2020"), + ReleaseInfo("release_8", "1.5.0", "0.21.0", "October 14, 2020"), ] MAX_DAYS = 150 # do not print releases older than this many days From 0adc14cd08744fcfd1803d6344e16f5cd8507ba8 Mon Sep 17 00:00:00 2001 From: Ruo-Ping Dong Date: Thu, 8 Oct 2020 15:45:22 -0700 Subject: [PATCH 2/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8f3696efa..034a8b48f6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ descriptions of all these features. ## Releases & Documentation -**Our latest, stable release is `Release 7`. Click +**Our latest, stable release is `Release 8`. Click [here](https://github.com/Unity-Technologies/ml-agents/tree/release_7_docs/docs/Readme.md) to get started with the latest release of ML-Agents.** From 8be1e609117068d69d5b9e592e00d3d03ea8fa60 Mon Sep 17 00:00:00 2001 From: Ruo-Ping Dong Date: Thu, 8 Oct 2020 15:52:02 -0700 Subject: [PATCH 3/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 034a8b48f6..1c7b7612e6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ descriptions of all these features. ## Releases & Documentation **Our latest, stable release is `Release 8`. Click -[here](https://github.com/Unity-Technologies/ml-agents/tree/release_7_docs/docs/Readme.md) +[here](https://github.com/Unity-Technologies/ml-agents/tree/release_8_docs/docs/Readme.md) to get started with the latest release of ML-Agents.** The table below lists all our releases, including our `master` branch which is