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

Release v0.17.0 #108

Merged
merged 7 commits into from
Jul 7, 2024
Merged

Release v0.17.0 #108

merged 7 commits into from
Jul 7, 2024

Conversation

sr-murthy
Copy link
Owner

@sr-murthy sr-murthy commented Jul 6, 2024

  • Add library methods for computing + generating remainders
  • Use these to optimise the computation of remainders in the ContinuedFraction class (remainder method + remainders property)
  • Improve exception handling in the library and update doctests and unit tests
  • Update dev. & docs dependencies - addresses Certifi Dependabot alert
  • Other minor fixes and improvements in the docs

@sr-murthy sr-murthy added refactor Refactoring changes packaging Dependencies and/or packaging performance Performance improvements and/or related changes labels Jul 6, 2024
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (7a85c6e) to head (63e19f9).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #108   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          354       374   +20     
  Branches        75        79    +4     
=========================================
+ Hits           354       374   +20     
Flag Coverage Δ
unit 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sr-murthy sr-murthy linked an issue Jul 6, 2024 that may be closed by this pull request
@sr-murthy sr-murthy added the enhancement New feature or request label Jul 6, 2024
… fractions + use this to reimplement `ContinuedFraction.remainder` + add/update doctests and tests + update Sphinx docs
@sr-murthy sr-murthy added the code quality Code quality measures label Jul 7, 2024
…ions + use this to reimplement `ContinuedFraction.remainders` property + add/update doctests and tests + update Sphinx docs
@sr-murthy sr-murthy marked this pull request as ready for review July 7, 2024 18:30
@sr-murthy sr-murthy merged commit e1589b8 into main Jul 7, 2024
15 checks passed
@sr-murthy sr-murthy deleted the release-0.17.0 branch July 7, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Code quality measures enhancement New feature or request packaging Dependencies and/or packaging performance Performance improvements and/or related changes refactor Refactoring changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: further optimisation for remainders
1 participant