-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@dec_str
macro
#74
@dec_str
macro
#74
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 97.81% 98.03% +0.22%
==========================================
Files 10 10
Lines 183 204 +21
==========================================
+ Hits 179 200 +21
Misses 4 4 ☔ View full report in Codecov by Sentry. |
@barucden You should proceed with merging your PRs! |
I will do so over the weekend |
Fixes JuliaMath#26: ```julia julia> dec"10_000.000_000_1" 10000.0000001 ```
Please feel free to tag a new version of the package whenever convenient. Great to see the improvements! |
There are still issues that I would like to tackle before releasing a new version. I don't intend to implement any new features, but I would like to make the currently provided operations sound and stable, supported by extensive test-suite and documentation. To this end, I plan to
This will take me one or two weeks more, but I will gain much more confidence in the package and its correctness (xref #56). If it's okay with you, I would postpone releasing a new version until then. |
Of course! I just meant to say that please feel free to tag a release whenever convenient. |
Fixes #26:
Needs #71 to be merged first.