Skip to content

Commit f929081

Browse files
chore(release): 0.7.5
## [0.7.5](v0.7.4...v0.7.5) (2020-04-02) ### Features * **fragile:** add swarm agent as untrained solver ([8515273](8515273))
1 parent 2ca0226 commit f929081

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

libraries/mathy_alpha_sm/mathy_alpha_sm/model.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathy_alpha_sm",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Mathy.ai multi-task small model",
55
"license": "CC BY-SA 3.0",
66
"author": "Justin DuJardin",

libraries/mathy_alpha_sm/model.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathy_alpha_sm",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "Mathy.ai trained model",
55
"license": "CC BY-SA 3.0",
66
"author": "Justin DuJardin",

libraries/mathy_pydoc/mathy_pydoc/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "mathy_pydoc"
2-
__version__ = "0.7.4"
2+
__version__ = "0.7.5"
33
__summary__ = "Minimal python API documentation generation for https://mathy.ai"
44
__uri__ = "https://mathy.ai"
55
__author__ = "Justin DuJardin"

libraries/mathy_python/mathy/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "mathy"
2-
__version__ = "0.7.4"
2+
__version__ = "0.7.5"
33
__summary__ = "Mathy - RL environments for solving math problems step-by-step"
44
__uri__ = "https://mathy.ai"
55
__author__ = "Justin DuJardin"

libraries/website/docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.7.5](https://github.com/justindujardin/mathy/compare/v0.7.4...v0.7.5) (2020-04-02)
2+
3+
4+
### Features
5+
6+
* **fragile:** add swarm agent as untrained solver ([8515273](https://github.com/justindujardin/mathy/commit/85152731b5813f706a6c5dc239ab9272b20aaafd))
7+
18
## [0.7.4](https://github.com/justindujardin/mathy/compare/v0.7.3...v0.7.4) (2020-03-30)
29

310

0 commit comments

Comments
 (0)