Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarciae committed Aug 25, 2020
1 parent f5923f0 commit 7a679d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.1] - 2020-08-25
* Uses `optax` instead of `optix`.
* Implements `BinaryAccuracy`.

* Big refactor. Elegy has its own Module system independent of Haiku and its now incompatible with it. #85
## [0.2.0] - 2020-08-17
* Big refactor. Elegy has its own Module system independent of Haiku and its now incompatible with it. #85

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To cite this project:
author = {PoetsAI},
title = {Elegy: A Keras-like deep learning framework based on Jax},
url = {https://github.com/poets-ai/elegy},
version = {0.2.0},
version = {0.2.1},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To cite this project:
author = {PoetsAI},
title = {Elegy: A Keras-like deep learning framework based on Jax},
url = {https://github.com/poets-ai/elegy},
version = {0.2.0},
version = {0.2.1},
year = {2020},
}
```
Expand Down
2 changes: 1 addition & 1 deletion elegy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"


from . import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Cristian Garcia <[email protected]>",
"Carlos Alvarez <[email protected]>",
"David Cardozo <[email protected]>",
"Sebastian Arango"]
version = "0.2.0"
version = "0.2.1"

[tool.poetry.dependencies]
python = "^3.6.1"
Expand Down

0 comments on commit 7a679d3

Please sign in to comment.