-
Notifications
You must be signed in to change notification settings - Fork 60
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 v0.8.4 #424
Merged
Release v0.8.4 #424
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
* Change ac_noise_var into float, int or dict * Add checks for acq_noise_var * Move acq_noise_var tests to acquisition.py. * Fix lint. * Add and modify tests for new acquisition API. * Add CHANGELOG. * Fix test_bo.py * Fix doctrings that refer to AcquisitionBase. * Remove check for None. * Store parameter_names in GPyRegression * Fix a bug on acquisition-tests. * Modify documents to follow new API * Fix a bug in docstring. * Fix a bug in tests.
* update array check * remove obsolete float conversion * update CHANGELOG * Update CHANGELOG.rst Co-authored-by: Henri Pesonen <[email protected]>
* Require a dictionary for sigma_proposals to be fed in metropolis. * Fix a bug in type annotation
* initial commit * update cost function -standardise input and output shape -include documentation * add tests * add type check * fix style issues * update CHANGELOG * Minor style changes Co-authored-by: Henri Pesonen <[email protected]>
* Update and fix tox.ini * Add CHANGELOG * Update MANIFEST.in
* Update CHANGELOG * Use always surrogate parameter_names in BOLFI to avoid bugs.
* Add CHANGELOG.rst * Use target_model.parameters_names instead of model.parameter_names.
* use batch system to run simulations * clean -rearranged new functions and added docstrings -removed unused functions and updated unit tests * update CHANGELOG * fix typo * fix random state setting * update likelihood construction
* use negative log-posterior in minimisation * make minimisation optional * update CHANGELOG * update tests * fix style issue Co-authored-by: Henri Pesonen <[email protected]>
* Add model details to ARCH-docstring * Add CHANGELOG
* fix nodes type * add new test * update CHANGELOG
* add len check * update CHANGELOG Co-authored-by: Henri Pesonen <[email protected]>
* add optional input variable feature_names * make training data size not optional * update tests * fix style issue * update CHANGELOG
* add control over parameter order in model prior add parameter names as optional input variable in model prior and use that to control parameter order in the priors used in BOLFI and BOLFIRE * update CHANGELOG
* Add option to disable observation noise from lotka-volterra. * Modify observation_noise-option logic. * Simplify allowed true_parameters -option. * Change logger.errors to ValueErrors.
* Add option to disable observation noise from lotka-volterra. * Modify observation_noise-option logic. * Simplify allowed true_parameters -option. * Add summary statistics to LV * Add sumstats to LV * Add CHANGELOG.rst * Enable batch evaluation.
* Add option to disable observation noise from lotka-volterra. * Modify observation_noise-option logic. * Simplify allowed true_parameters -option. * Add summary statistics to LV * Add sumstats to LV * Add CHANGELOG.rst * Fix linting in arch.py
* Reformat summary-output. * Add CHANGELOG.rst * Bring back sample_means_summary * Remove double definition of weighted sample quantiles * Revert to older definition of sample quantiles.
* fix plot_state * update CHANGELOG
* Change LV priors from poisson to normal approximations. * Approximate poisson distributions with gaussians. * Add CHANGELOG.rst
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.
summary()
forSample(ParameterInferenceResult)
arch.py
observation_noise
option tolotka_volterra
target_model.parameter_names
from instead ofmodel.parameter_names
inBOLFIRE
target_model.parameter_names
from instead ofmodel.parameter_names