From 3acc6f7aa734375af8e015a3c580e6cfb0b10c0f Mon Sep 17 00:00:00 2001 From: Cristian Garcia Date: Mon, 8 Nov 2021 16:20:12 -0500 Subject: [PATCH] 0.8.1 --- CHANGELOG.md | 83 +++++++++-------------------------------------- README.md | 2 +- elegy/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 18 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63521cf1..9ff3ba7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,23 @@ # Changelog -## [0.7.4](https://github.com/poets-ai/elegy/tree/0.7.4) (2021-06-01) +## [Unreleased](https://github.com/poets-ai/elegy/tree/HEAD) -[Full Changelog](https://github.com/poets-ai/elegy/compare/0.7.2...0.7.4) +[Full Changelog](https://github.com/poets-ai/elegy/compare/0.7.4...HEAD) -**Implemented enhancements:** +**Merged pull requests:** -- Relaxing/updating `optax` version requirement? [\#176](https://github.com/poets-ai/elegy/issues/176) -- \[Feature Request\] Elegy SimCLR implementation [\#175](https://github.com/poets-ai/elegy/issues/175) +- Distributed API [\#194](https://github.com/poets-ai/elegy/pull/194) ([cgarciae](https://github.com/cgarciae)) +- Toy examples [\#193](https://github.com/poets-ai/elegy/pull/193) ([cgarciae](https://github.com/cgarciae)) +- Fix examples [\#192](https://github.com/poets-ai/elegy/pull/192) ([cgarciae](https://github.com/cgarciae)) +- Support Haiku [\#191](https://github.com/poets-ai/elegy/pull/191) ([cgarciae](https://github.com/cgarciae)) +- Refactor Elegy using Treex [\#190](https://github.com/poets-ai/elegy/pull/190) ([cgarciae](https://github.com/cgarciae)) +- \(maint\): update README.md [\#187](https://github.com/poets-ai/elegy/pull/187) ([vladdoster](https://github.com/vladdoster)) +- New summary API [\#185](https://github.com/poets-ai/elegy/pull/185) ([cgarciae](https://github.com/cgarciae)) +- Fix Embedding module [\#184](https://github.com/poets-ai/elegy/pull/184) ([cgarciae](https://github.com/cgarciae)) + +## [0.7.4](https://github.com/poets-ai/elegy/tree/0.7.4) (2021-06-01) + +[Full Changelog](https://github.com/poets-ai/elegy/compare/0.7.2...0.7.4) **Merged pull requests:** @@ -47,10 +57,6 @@ [Full Changelog](https://github.com/poets-ai/elegy/compare/0.5.0...0.6.0) -**Fixed bugs:** - -- \[Bug\] Classifier with BinaryCrossentropy loss not learning [\#160](https://github.com/poets-ai/elegy/issues/160) - **Merged pull requests:** - More Steps: adds additional \*\_step methods [\#163](https://github.com/poets-ai/elegy/pull/163) ([cgarciae](https://github.com/cgarciae)) @@ -80,10 +86,6 @@ [Full Changelog](https://github.com/poets-ai/elegy/compare/0.3.0...0.4.0) -**Implemented enhancements:** - -- \[Feature Request\] Monitoring learning rates [\#124](https://github.com/poets-ai/elegy/issues/124) - **Merged pull requests:** - Update Getting Started + README [\#152](https://github.com/poets-ai/elegy/pull/152) ([cgarciae](https://github.com/cgarciae)) @@ -107,25 +109,6 @@ [Full Changelog](https://github.com/poets-ai/elegy/compare/0.2.2...0.3.0) -**Implemented enhancements:** - -- elegy.nn.Sequential docs not clear [\#107](https://github.com/poets-ai/elegy/issues/107) -- \[Feature Request\] Community example repo. [\#98](https://github.com/poets-ai/elegy/issues/98) - -**Fixed bugs:** - -- \[Bug\] Accuracy from Model.evaluate\(\) is inconsistent with manually computed accuracy [\#109](https://github.com/poets-ai/elegy/issues/109) -- Exceptions in "Getting Started" colab notebook [\#104](https://github.com/poets-ai/elegy/issues/104) - -**Closed issues:** - -- l2\_normalize [\#102](https://github.com/poets-ai/elegy/issues/102) -- Need some help for contributing new losses. [\#93](https://github.com/poets-ai/elegy/issues/93) -- Document Sum [\#62](https://github.com/poets-ai/elegy/issues/62) -- Binary Accuracy Metric [\#58](https://github.com/poets-ai/elegy/issues/58) -- Automate generation of API Reference folder structure [\#19](https://github.com/poets-ai/elegy/issues/19) -- Implement Model.summary [\#3](https://github.com/poets-ai/elegy/issues/3) - **Merged pull requests:** - `sparse\_categorical\_crossentropy` should check bounds [\#123](https://github.com/poets-ai/elegy/pull/123) ([alexander-g](https://github.com/alexander-g)) @@ -180,10 +163,6 @@ [Full Changelog](https://github.com/poets-ai/elegy/compare/0.1.4...0.1.5) -**Implemented enhancements:** - -- Change Tensorboard callback behavior to tf2 [\#47](https://github.com/poets-ai/elegy/issues/47) - **Merged pull requests:** - feature/improve-hooks [\#84](https://github.com/poets-ai/elegy/pull/84) ([cgarciae](https://github.com/cgarciae)) @@ -203,19 +182,6 @@ [Full Changelog](https://github.com/poets-ai/elegy/compare/0.1.3...0.1.4) -**Implemented enhancements:** - -- Tensorboard Callback [\#20](https://github.com/poets-ai/elegy/issues/20) - -**Closed issues:** - -- Document Loss [\#60](https://github.com/poets-ai/elegy/issues/60) -- Document Metric [\#59](https://github.com/poets-ai/elegy/issues/59) -- Specific Requirements for losses and metrics [\#54](https://github.com/poets-ai/elegy/issues/54) -- Document Metric and Loss "on" parameter [\#50](https://github.com/poets-ai/elegy/issues/50) -- Add how to build the docs instructions [\#49](https://github.com/poets-ai/elegy/issues/49) -- Binary Crossentropy + Accuracy [\#22](https://github.com/poets-ai/elegy/issues/22) - **Merged pull requests:** - feature/dropout-and-batchnorm [\#70](https://github.com/poets-ai/elegy/pull/70) ([cgarciae](https://github.com/cgarciae)) @@ -235,25 +201,6 @@ - Updated docs to allow eventual BibTeX citations for the project [\#55](https://github.com/poets-ai/elegy/pull/55) ([sebasarango1180](https://github.com/sebasarango1180)) -**Closed issues:** - -- Change favicon in Mkdocs [\#41](https://github.com/poets-ai/elegy/issues/41) -- Callbacks Documentation [\#31](https://github.com/poets-ai/elegy/issues/31) -- Fix Docs [\#28](https://github.com/poets-ai/elegy/issues/28) -- Checkpoint Callback [\#26](https://github.com/poets-ai/elegy/issues/26) -- Make state/params objects public in Model [\#24](https://github.com/poets-ai/elegy/issues/24) -- Add atleast 3 examples [\#23](https://github.com/poets-ai/elegy/issues/23) -- Document Model [\#21](https://github.com/poets-ai/elegy/issues/21) -- Support label smoothing in CategoricalCrossentropy [\#18](https://github.com/poets-ai/elegy/issues/18) -- \[RFC\] How to properly define the model function? [\#17](https://github.com/poets-ai/elegy/issues/17) -- Fix predict\_on\_batch when y is None and unintialized model [\#15](https://github.com/poets-ai/elegy/issues/15) -- Make Model\(..., loss\) Optional [\#13](https://github.com/poets-ai/elegy/issues/13) -- Document Loss.weight [\#12](https://github.com/poets-ai/elegy/issues/12) -- Fix license [\#11](https://github.com/poets-ai/elegy/issues/11) -- Port some Metrics and Losses [\#5](https://github.com/poets-ai/elegy/issues/5) -- Implement Callback API [\#4](https://github.com/poets-ai/elegy/issues/4) -- Finish training loop [\#2](https://github.com/poets-ai/elegy/issues/2) - **Merged pull requests:** - Readme windows support [\#56](https://github.com/poets-ai/elegy/pull/56) ([anvelezec](https://github.com/anvelezec)) diff --git a/README.md b/README.md index 00097392..1aebc5ee 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,6 @@ If your are interested in helping improve Elegy check out the [Contributing Guid author = {PoetsAI}, year = 2021, url = {https://github.com/poets-ai/elegy}, - version = {0.8.0} + version = {0.8.1} } ``` \ No newline at end of file diff --git a/elegy/__init__.py b/elegy/__init__.py index a7c3c0db..232b8c6f 100644 --- a/elegy/__init__.py +++ b/elegy/__init__.py @@ -1,6 +1,6 @@ # isort:skip_file -__version__ = "0.8.0" +__version__ = "0.8.1" from treex import * diff --git a/pyproject.toml b/pyproject.toml index 25e08f28..dc1c1e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = ["Cristian Garcia ", "Carlos Alvarez ", "David Cardozo ", "Sebastian Arango"] -version = "0.8.0" +version = "0.8.1" license = "APACHE" readme = "README.md" repository = "https://github.com/poets-ai/elegy"