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(rules): add RestateSubtractionRule #5

Merged
merged 2 commits into from
Nov 3, 2020

Conversation

justindujardin
Copy link
Member

for making term subtractions commutable

  • transforms "4x - 2x" to "4x + -2x"

@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #5 into master will increase coverage by 0.20%.
The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   85.75%   85.96%   +0.20%     
==========================================
  Files          19       20       +1     
  Lines        2310     2372      +62     
==========================================
+ Hits         1981     2039      +58     
- Misses        329      333       +4     
Impacted Files Coverage Δ
mathy_core/rules/restate_subtraction.py 90.16% <90.16%> (ø)
mathy_core/problems.py 49.83% <100.00%> (+0.64%) ⬆️
mathy_core/rules/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d194c8b...dfc5611. Read the comment docs.

@justindujardin justindujardin marked this pull request as ready for review November 3, 2020 23:55
@justindujardin justindujardin merged commit 5587d23 into master Nov 3, 2020
@justindujardin justindujardin deleted the feature/restate-subtraction branch November 3, 2020 23:56
github-actions bot pushed a commit that referenced this pull request Nov 3, 2020
## [0.8.2](v0.8.1...v0.8.2) (2020-11-03)

### Features

* **rules:** add RestateSubtractionRule ([#5](#5)) ([5587d23](5587d23))
@github-actions
Copy link

github-actions bot commented Nov 3, 2020

🎉 This PR is included in version 0.8.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@justindujardin justindujardin added the rules PRs related to implementing rules label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released rules PRs related to implementing rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant