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

Restructure code, and rename InfExtended to InfExtendedReal #12

Merged
merged 2 commits into from
Jun 9, 2020

Conversation

fchorney
Copy link
Contributor

@fchorney fchorney commented Jun 8, 2020

closes #5

I tried moving everything in the way we discussed previously. Let me know if I moved something in a place you weren't wanting.

I also decided to do the renaming of InfExtended to InfExtendedReal. Since this is a breaking change, and this package isn't at 1.0.0 yet, I just renamed it and bumped the version to 0.2.0. Not sure if we want to set a deprecation cycle for this.

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2020

Codecov Report

Merging #12 into master will increase coverage by 0.95%.
The diff coverage is 50.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   53.27%   54.23%   +0.95%     
==========================================
  Files           8       13       +5     
  Lines         122      118       -4     
==========================================
- Hits           65       64       -1     
+ Misses         57       54       -3     
Impacted Files Coverage Δ
src/Infinity.jl 100.00% <ø> (ø)
src/infextendedreal/io.jl 0.00% <0.00%> (ø)
src/infinite/io.jl 0.00% <ø> (ø)
src/infinite/rand.jl 100.00% <ø> (ø)
src/infextendedreal/conversion.jl 20.00% <20.00%> (ø)
src/infinite/arithmetic.jl 25.00% <25.00%> (ø)
src/infextendedreal/base.jl 36.36% <36.36%> (ø)
src/infextendedreal/arithmetic.jl 53.33% <53.33%> (ø)
src/infinite/conversion.jl 57.14% <57.14%> (ø)
src/infinite/base.jl 66.66% <66.66%> (ø)
... and 12 more

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 fa73ee8...29b1d11. Read the comment docs.

@cjdoris cjdoris merged commit b50a1a5 into cjdoris:master Jun 9, 2020
@cjdoris
Copy link
Owner

cjdoris commented Jun 9, 2020

Thanks very much. Yes this and InfExtendedTime will become v0.2.0. As this is still "alpha" a deprecation cycle is not necessary.

@fchorney fchorney deleted the fc/restructure branch June 9, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restructure code
3 participants