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

Random seeds #70

Merged
merged 1 commit into from
Aug 21, 2019
Merged

Random seeds #70

merged 1 commit into from
Aug 21, 2019

Conversation

bmcfee
Copy link
Owner

@bmcfee bmcfee commented Aug 21, 2019

This PR fixes #31 by standardizing the ability to seed random number generators.

Note that this breaks object compatibility from the 0.2 series, so old deformers will need to be reconstructed moving forward to ensure that they have randomstate objects.

There are a bunch of minor compatibility fixes rolled into this one as well, mainly to do with some legacy python compatibility issues and deprecations.


This change is Reviewable

@bmcfee bmcfee added this to the 0.3.0 milestone Aug 21, 2019
@bmcfee bmcfee self-assigned this Aug 21, 2019
@bmcfee bmcfee merged commit 248e1ea into master Aug 21, 2019
@bmcfee bmcfee deleted the rng-seed branch August 21, 2019 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RNG seed [formerly Reproducibility enhancements]
1 participant