Socket
Socket
Sign inDemoInstall

mathy-envs

Package Overview
Dependencies
14
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mathy-envs

Learning environments for solving math problems step-by-step


Maintainers
1

Readme

mathy_envs: Learning environments for solving math problems

Build Types codecov Pypi version Code style: black

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 VersionTo VersionChanges are Breaking
0.2.00.2.1No
0.3.20.3.6No
0.3.10.3.17No
0.2.20.3.0Yes

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!

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc