-
Notifications
You must be signed in to change notification settings - Fork 44
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
Release 0.9.23 #220
Merged
Merged
Release 0.9.23 #220
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
yannikschaelte
commented
Nov 11, 2019
- Fix extras_require directive.
- Fix error with histogram plot arguments.
- Extend test coverage for visualization (all Fix visualization issues #215).
- ABCSMC.{new,load,run} all return the history with set id for convenience.
- Document pickling paradigm of ABCSMC class (see doc/sampler.rst).
- Always use lazy evaluation in updates (all Various improvements #216).
- Restructure run function of ABCSMC class (Various improvements #216, disentangle transition, prior, weight #218).
- Run notebooks on travis only on pull requests (Feature travis faster #217).
- Correct weighting in AcceptanceRateScheme (Feature temperation scheme #219).
* fix wrong function called, now also eps viz tested * fix extras_require typo in setup.py * fix viz:histogram not passed arg; add tests * version 0.9.23, update releasenotes
* run nbs only on pull requests * fix do pr only on TRUE
* add note on pickling ABCSMC class * always return history in {new,load,run} * make max_nr_recorded_particles a parameter * reformulate sample.get_first_m_sum_stats * acceptor: always use lazy eval * epsilon: always use lazy eval * distance: always use lazy eval * adapt tests * smc: remove kwargs; postfix+initial of updates; move update steps to separate function _prepare_next_iteration * update releasenotes * add meta info to releasenotes * document ABCSMC:history.id * correct return types in {new,load} * adapt resuming nb * run nbs only on pull requests * fix do pr only on TRUE * document #217
* disentangle transition, prior, weight * fix codacy * deprecated warning for nr_samples_per_parameter * fix multiple */ errors * use t for model_probabilities * fix travis unexpected behavior * rerun notebooks * fix docs * add option to not apply RCIS * rerun pi nb to be sure
* tidy up smc run loop. NOTHING CHANGED YET * minor edit * streamline max_nr_recorded_particles; fixes #151 * add explanation of the old pickle size problem to sampler.rst * reorganize calculation of weights * add type hint * tmp * complete rewrite * adapt eps tests * fix resume test * multiple minor fixes * cover initial temperature in tests * add default minimum_epsilon; add test * fix typo * add cr noise nb * add noise nb to docs
Codecov Report
@@ Coverage Diff @@
## master #220 +/- ##
==========================================
+ Coverage 80.94% 82.69% +1.74%
==========================================
Files 84 84
Lines 4467 4554 +87
==========================================
+ Hits 3616 3766 +150
+ Misses 851 788 -63
Continue to review full report at Codecov.
|
EmadAlamoudi
approved these changes
Nov 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.