-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unit improvements #541
Unit improvements #541
Conversation
- Added yd (yards), mi (miles) and km units (useful for displaying stats) - Added `inch` as synonym for `in`, which cannot be used in expressions (`in` is a keyword) (fixes #538) - Misc fixes in docstrings - Updated pyproject.toml for Poetry 1.2 - Update deps. TODO: - check expression with "inch" - check doc
Codecov ReportBase: 94.69% // Head: 94.72% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #541 +/- ##
==========================================
+ Coverage 94.69% 94.72% +0.03%
==========================================
Files 62 62
Lines 5631 5668 +37
Branches 810 818 +8
==========================================
+ Hits 5332 5369 +37
Misses 182 182
Partials 117 117
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
… docs) - Moved doc deps back to pyproject.toml (using an optional group) - Updated .readthedocs.yml and removed old files accordingly
- updated unit list in documentation (sync'd from code) - improved coverage
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
inch
as synonym forin
, which cannot be used in expressions (in
is a keyword) (fixes Expression:in
doesn't work (reserved keyword) #538)vp.format_length()
(for stats and Rich output to come)TODO:
Checklist
black
andisort
)mypy
returns no errorpytest
succeedshelp
reference.rst
make clean && make html
indocs/
)