-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Support round
/trunc
/ceil
/floor
for Bool
#799
Conversation
Codecov Report
@@ Coverage Diff @@
## master #799 +/- ##
==========================================
- Coverage 91.92% 91.69% -0.23%
==========================================
Files 2 2
Lines 260 265 +5
==========================================
+ Hits 239 243 +4
- Misses 21 22 +1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically lgtm, but needs an entry in the README. Also feel free to bump the version in Project.toml for an immediate release.
Co-authored-by: Martin Holters <[email protected]>
@martinholters I added an entry to the README and bumped the version, good from my end. |
Closes #798.