New Features:
- Option to use different likelihood functions with tempered updates
- Option to make near zero diagonals for proposal densities exactly zero to avoid errors
Bug Fixes:
- Make tempered updates ignore particles with
-Inf
log-likelihoods - Ensure setting
tempered_update_prior_weight = 1
still works
Miscellaneous:
- Implement
add_parameters_to_cloud
to help construct a bridge distribution for a new model by using an estimation of a previous model, which uses only a subset of the new model's parameters (under some mild assumptions). - Resolved
logpost
andlogprior
confusion in the source code
Miscelleanous:
- Moved
get_fixed_para_inds
andget_free_para_inds
to ModelConstructors.jl - Update syntax for HDF5 deprecations
New Features:
- Better print statements during estimation
- Parallel multinomial sampling
Bug Fixes:
- Estimation of regime switching parameters works correctly
New Features:
- Estimate regime switching parameters
New Features:
- Bug fixes from last release (save rejoined cloud ater rejoining)"
New Features:
- New functionality to split and join (after splitting) Clouds (allows users to split a large Cloud into smaller Clouds under the Github size limit, to be rejoined by user).
New Features:
- Bug fixes and cleanup:
New Features:
- Permit bridging between clouds with differing numbers of particles
Bug fixes and cleanup:
- Catching domain errors
Bug fixes and cleanup:
- Due to erroneous tagging situation, domain error catching included in this tag.
Bug fixes and cleanup; most notably, catching domain errors in mutation.
Bug fixes and cleanup, including:
- Turn off precompilation (causes issues on some heterogeneous clusters)
- Fix capitalization bug on Mac and Windows
- Fully unit-tested.
Bug fixes and cleanup
Bug fixes and cleanup
Bug fixes and cleanup