Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
# [0.9.0](v0.8.1...v0.9.0) (2020-10-18)

### Features

* **solver:** replace ML model with Swarm solver ([2e192ff](2e192ff))

### BREAKING CHANGES

* **solver:** This removes mathy.agent and all training utilities
  • Loading branch information
semantic-release-bot committed Oct 18, 2020
1 parent 2e192ff commit a4803cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.8.1"
__version__ = "0.9.0"
__summary__ = "Mathy - RL environments for solving math problems step-by-step"
__uri__ = "https://mathy.ai"
__author__ = "Justin DuJardin"
Expand Down
12 changes: 12 additions & 0 deletions libraries/website/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.9.0](https://github.com/justindujardin/mathy/compare/v0.8.1...v0.9.0) (2020-10-18)


### Features

* **solver:** replace ML model with Swarm solver ([2e192ff](https://github.com/justindujardin/mathy/commit/2e192ffdec8df8731d922a27a1155bece307e03a))


### BREAKING CHANGES

* **solver:** This removes mathy.agent and all training utilities

## [0.8.1](https://github.com/justindujardin/mathy/compare/v0.8.0...v0.8.1) (2020-07-24)


Expand Down

0 comments on commit a4803cf

Please sign in to comment.