Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Mar 1, 2021
1 parent 8cd054f commit 7f4a781
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## [Unreleased](https://github.com/poets-ai/elegy/tree/HEAD)
## [0.7.1](https://github.com/poets-ai/elegy/tree/0.7.1) (2021-03-01)

[Full Changelog](https://github.com/poets-ai/elegy/compare/0.7.0...HEAD)
[Full Changelog](https://github.com/poets-ai/elegy/compare/0.7.0...0.7.1)

**Merged pull requests:**

- Make Transformers official [\#170](https://github.com/poets-ai/elegy/pull/170) ([cgarciae](https://github.com/cgarciae))
- More Docs: Expand documentation for the low-level API guides. [\#168](https://github.com/poets-ai/elegy/pull/168) ([cgarciae](https://github.com/cgarciae))
- Rich Summary: uses rich to style the summary console output [\#167](https://github.com/poets-ai/elegy/pull/167) ([cgarciae](https://github.com/cgarciae))

Expand All @@ -16,7 +17,6 @@
**Merged pull requests:**

- Fix notebook [\#166](https://github.com/poets-ai/elegy/pull/166) ([cgarciae](https://github.com/cgarciae))
- Single Initialization: Removes the current progressive initialization in favor of a single underlying call to init\_step. [\#165](https://github.com/poets-ai/elegy/pull/165) ([cgarciae](https://github.com/cgarciae))

## [0.6.0](https://github.com/poets-ai/elegy/tree/0.6.0) (2021-02-14)

Expand All @@ -28,6 +28,7 @@

**Merged pull requests:**

- Single Initialization: Removes the current progressive initialization in favor of a single underlying call to init\_step. [\#165](https://github.com/poets-ai/elegy/pull/165) ([cgarciae](https://github.com/cgarciae))
- More Steps: adds additional \*\_step methods [\#163](https://github.com/poets-ai/elegy/pull/163) ([cgarciae](https://github.com/cgarciae))
- Better error message on elegy.States attribute access miss [\#162](https://github.com/poets-ai/elegy/pull/162) ([alexander-g](https://github.com/alexander-g))
- WGAN-GP low-level API example [\#157](https://github.com/poets-ai/elegy/pull/157) ([alexander-g](https://github.com/alexander-g))
Expand All @@ -41,14 +42,15 @@

- Improve States: uses \_\_dict\_\_ so States works with vars [\#159](https://github.com/poets-ai/elegy/pull/159) ([cgarciae](https://github.com/cgarciae))
- Simplify API: Cleans-up some API details around Model and Module [\#158](https://github.com/poets-ai/elegy/pull/158) ([cgarciae](https://github.com/cgarciae))
- fix-maybe-initialize [\#155](https://github.com/poets-ai/elegy/pull/155) ([cgarciae](https://github.com/cgarciae))

## [0.4.1](https://github.com/poets-ai/elegy/tree/0.4.1) (2021-02-03)

[Full Changelog](https://github.com/poets-ai/elegy/compare/0.4.0...0.4.1)

**Merged pull requests:**

- fix-maybe-initialize [\#155](https://github.com/poets-ai/elegy/pull/155) ([cgarciae](https://github.com/cgarciae))
- Add simple Flax low-level API Model example to README.md [\#153](https://github.com/poets-ai/elegy/pull/153) ([sooheon](https://github.com/sooheon))

## [0.4.0](https://github.com/poets-ai/elegy/tree/0.4.0) (2021-02-01)

Expand All @@ -60,7 +62,6 @@

**Merged pull requests:**

- Add simple Flax low-level API Model example to README.md [\#153](https://github.com/poets-ai/elegy/pull/153) ([sooheon](https://github.com/sooheon))
- Update Getting Started + README [\#152](https://github.com/poets-ai/elegy/pull/152) ([cgarciae](https://github.com/cgarciae))
- Pretrained ResNet fix after \#139 [\#151](https://github.com/poets-ai/elegy/pull/151) ([alexander-g](https://github.com/alexander-g))
- Dataset: better default batch\_fn and custom batch\_fn [\#148](https://github.com/poets-ai/elegy/pull/148) ([alexander-g](https://github.com/alexander-g))
Expand Down

0 comments on commit 7f4a781

Please sign in to comment.