Learning environments for solving math problems step-by-step
Project description
mathy_envs: Learning environments for solving math problems
Mathy environments present users/agents with a prompt problem, and are asked to simplify it according to some problem-specific criteria using combinations of simple actions based on the Properties of Numbers.
🚀 Quickstart
You can install mathy_envs
from pip:
pip install mathy_envs
Semantic Versioning
Mathy Envs tries to be predictable when it comes to breaking changes, so the project uses semantic versioning to help users avoid breakage.
Specifically, new releases increase the patch
semver component for new features and fixes, and the minor
component when there are breaking changes. If you don't know much about semver strings, they're usually formatted {major}.{minor}.{patch}
so increasing the patch
component means incrementing the last number.
Consider a few examples:
From Version | To Version | Changes are Breaking |
---|---|---|
0.2.0 | 0.2.1 | No |
0.3.2 | 0.3.6 | No |
0.3.1 | 0.3.17 | No |
0.2.2 | 0.3.0 | Yes |
If you are concerned about breaking changes, you can pin the version in your requirements so that it does not go beyond the current semver minor
component, for example if the current version was 0.1.37
:
mathy_envs>=0.1.37,<0.2.0
Contributors
Mathy Envs wouldn't be possible without the wonderful contributions of the following people:
Justin DuJardin |
Guillem Duran Ballester |
This project follows the all-contributors specification. Contributions of any kind welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mathy_envs-0.11.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc60bd195b754d30fc5d83a14621cb0b34c670fa54b1e5b8c11c2ff8fe6696e4 |
|
MD5 | d89d611064199452177ac46cd9c65710 |
|
BLAKE2b-256 | 61f8e813928c53b049dcc9167f36cb974f21d320519be859ee0ef5ab1bb9d48a |