Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.3...v0.6.0) (2020-01-05)

### Bug Fixes

* **colab:** force upgrade mathy in snippets to avoid outdated dependency issues ([a902a8c](a902a8c))
* **envs:** use uniform random range for complex/binomial params ([8534239](8534239))
* **zero:** default to non-recurrent architecture ([38690c2](38690c2))

### Features

* **embedding:** add optional non-recurrent DenseNet+Attention architecture `--use-lstm=False` ([8b97e9d](8b97e9d))
* **zero:** add `--profile` support for `num_workers=1` ([622cdfd](622cdfd))
* **zero:** support `--show` argument for worker 0 ([82b3f66](82b3f66))

### Reverts

* **zero:** use old-style batch training ([4d5fd37](4d5fd37))
  • Loading branch information
semantic-release-bot committed Jan 5, 2020
1 parent e39900e commit 91e2240
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathy_alpha_sm",
"version": "0.5.3",
"version": "0.6.0",
"description": "Mathy.ai multi-task small model",
"license": "CC BY-SA 3.0",
"author": "Justin DuJardin",
Expand Down
2 changes: 1 addition & 1 deletion libraries/mathy_alpha_sm/model.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathy_alpha_sm",
"version": "0.5.3",
"version": "0.6.0",
"description": "Mathy.ai trained model",
"license": "CC BY-SA 3.0",
"author": "Justin DuJardin",
Expand Down
2 changes: 1 addition & 1 deletion libraries/mathy_python/mathy/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "mathy"
__version__ = "0.5.3"
__version__ = "0.6.0"
__summary__ = "Mathy - RL environments for solving math problems step-by-step"
__uri__ = "https://mathy.ai"
__author__ = "Justin DuJardin"
Expand Down
21 changes: 21 additions & 0 deletions libraries/website/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [0.6.0](https://github.com/justindujardin/mathy/compare/v0.5.3...v0.6.0) (2020-01-05)


### Bug Fixes

* **colab:** force upgrade mathy in snippets to avoid outdated dependency issues ([a902a8c](https://github.com/justindujardin/mathy/commit/a902a8c0b36feabcb83500bad6e1f36b9fa27077))
* **envs:** use uniform random range for complex/binomial params ([8534239](https://github.com/justindujardin/mathy/commit/8534239c2f120569bcc9d77ee095f1b5a7dab849))
* **zero:** default to non-recurrent architecture ([38690c2](https://github.com/justindujardin/mathy/commit/38690c241289de4d31918c383bb86f2a48d318bc))


### Features

* **embedding:** add optional non-recurrent DenseNet+Attention architecture `--use-lstm=False` ([8b97e9d](https://github.com/justindujardin/mathy/commit/8b97e9d7591f6fcac4532f7d7111c67d342b55a8))
* **zero:** add `--profile` support for `num_workers=1` ([622cdfd](https://github.com/justindujardin/mathy/commit/622cdfd25a272614bde7607079c5b3a7e0e67370))
* **zero:** support `--show` argument for worker 0 ([82b3f66](https://github.com/justindujardin/mathy/commit/82b3f6604459eaf3e1acc4b92704fa1659d76649))


### Reverts

* **zero:** use old-style batch training ([4d5fd37](https://github.com/justindujardin/mathy/commit/4d5fd37143483e578a70e3fed9a77a9b71048be9))

## [0.5.3](https://github.com/justindujardin/mathy/compare/v0.5.2...v0.5.3) (2020-01-03)


Expand Down

0 comments on commit 91e2240

Please sign in to comment.