Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(package): fewer dependencies with fewer version pins #95

Merged
merged 13 commits into from
Nov 30, 2023

Conversation

justindujardin
Copy link
Owner

Mathy requires a specific version of the excellent Fragile library, and its dependencies are quite old making it a bit, erm fragile 😅

The source fork has moved on, and so to keep things reliable we'll inline the swarm solver.

 - drop dependency on fragile library since we need a fixed version, and its deps are OOOOOOOOLD.
 - we aren't using it for anything (useful)
 - tests pass and CLI works and no more numpy/gym heck
 - we can swarm with no fragile dep or numpy version pinning :)
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 507 lines in your changes are missing coverage. Please review.

Comparison is base (83176a2) 95.54% compared to head (3ce3f0f) 66.07%.
Report is 1 commits behind head on master.

Files Patch % Lines
...ibraries/mathy_python/mathy/fragile/core/states.py 56.34% 110 Missing ⚠️
...mathy_python/mathy/fragile/core/distributed_env.py 41.31% 98 Missing ⚠️
...braries/mathy_python/mathy/fragile/core/walkers.py 73.30% 63 Missing ⚠️
...ibraries/mathy_python/mathy/fragile/core/models.py 55.93% 52 Missing ⚠️
...es/mathy_python/mathy/fragile/core/base_classes.py 73.07% 49 Missing ⚠️
...ibraries/mathy_python/mathy/fragile/core/bounds.py 29.41% 48 Missing ⚠️
libraries/mathy_python/mathy/fragile/core/swarm.py 67.12% 48 Missing ⚠️
libraries/mathy_python/mathy/fragile/core/utils.py 50.00% 22 Missing ⚠️
libraries/mathy_python/mathy/fragile/core/env.py 84.48% 9 Missing ⚠️
...raries/mathy_python/mathy/fragile/core/wrappers.py 68.42% 6 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master      #95       +/-   ##
===========================================
- Coverage   95.54%   66.07%   -29.47%     
===========================================
  Files           5       19       +14     
  Lines         202     1524     +1322     
===========================================
+ Hits          193     1007      +814     
- Misses          9      517      +508     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justindujardin justindujardin changed the title WIP: fix dependency heck feat(package): fewer dependencies with fewer version pins Nov 30, 2023
@justindujardin justindujardin merged commit 699d40e into master Nov 30, 2023
@justindujardin justindujardin deleted the feat/swarm branch November 30, 2023 07:07
github-actions bot pushed a commit that referenced this pull request Nov 30, 2023
## [0.9.6](v0.9.5...v0.9.6) (2023-11-30)

### Features

* **package:** fewer dependencies with fewer version pins ([#95](#95)) ([699d40e](699d40e))
Copy link

🎉 This PR is included in version 0.9.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant