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

MAINT: Rename RandomGenerator to Generator #96

Merged
merged 1 commit into from
May 12, 2019

Conversation

bashtage
Copy link
Owner

Rename to reflect upstream decision

Rename to reflect upstream decision
@codecov
Copy link

codecov bot commented May 12, 2019

Codecov Report

Merging #96 into 1.17.0 will increase coverage by <.01%.
The diff coverage is 99.1%.

Impacted file tree graph

@@            Coverage Diff             @@
##           1.17.0      #96      +/-   ##
==========================================
+ Coverage   93.43%   93.43%   +<.01%     
==========================================
  Files          26       26              
  Lines        7880     7881       +1     
  Branches      121      121              
==========================================
+ Hits         7363     7364       +1     
  Misses        497      497              
  Partials       20       20
Impacted Files Coverage Δ
randomgen/mtrand.pyx 90.18% <ø> (ø) ⬆️
randomgen/pcg64.pyx 82.92% <100%> (ø) ⬆️
randomgen/pcg32.pyx 79.41% <100%> (ø) ⬆️
randomgen/tests/test_direct.py 98.23% <100%> (ø) ⬆️
randomgen/xoshiro512starstar.pyx 79.16% <100%> (ø) ⬆️
randomgen/threefry32.pyx 82.92% <100%> (ø) ⬆️
randomgen/xorshift1024.pyx 79.59% <100%> (ø) ⬆️
randomgen/tests/test_generator_mt19937.py 99.3% <100%> (ø) ⬆️
randomgen/generator.pyx 91.4% <100%> (+0.01%) ⬆️
randomgen/tests/test_against_numpy.py 99.28% <100%> (ø) ⬆️
... and 10 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 433d83b...6b910e1. Read the comment docs.

@bashtage bashtage merged commit f0ba66e into 1.17.0 May 12, 2019
@bashtage bashtage deleted the rename-RandomGenerator branch May 12, 2019 09:26
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.

None yet

1 participant