Skip to content

Commit 152b437

Browse files
authored
Merge pull request #448 from mj-will/prepare-v0.14.0
REL: prepare v0.14.0
2 parents c477591 + 57e61b8 commit 152b437

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.0]
11+
12+
**Note:** this version includes several changes that mean runs performed using
13+
previous versions cannot be resumed using this version.
14+
1015
### Added
1116

1217
- Add experimental support for discrete parameters (https://github.com/mj-will/nessai/pull/401)
1318
- Support remapping to the unit hypercube with the standard sampler (https://github.com/mj-will/nessai/pull/398)
1419
- Support reparameterisations that are not one-to-one (https://github.com/mj-will/nessai/pull/418)
1520
- Support user-defined for flow proposal classes via the `nessai.proposals` entry point (https://github.com/mj-will/nessai/pull/411)
1621
- Add an `inverse` method to `FlowModel` (https://github.com/mj-will/nessai/pull/419)
22+
- Add support for using numpy random generators as inputs to samplers and other classes (https://github.com/mj-will/nessai/pull/435)
23+
- Add `include_logger_name` to `configure_logger` (https://github.com/mj-will/nessai/pull/445)
24+
- Add delta logL to the state plot produced by the standard sampler (https://github.com/mj-will/nessai/pull/442)
25+
- Support resuming the sampler from a different directory to which it was run (https://github.com/mj-will/nessai/pull/429)
1726

1827
### Changed
1928

2029
- Rework progress bar to no longer use tqdm (https://github.com/mj-will/nessai/pull/422)
2130
- `nessai.proposal.flowproposal.FlowProposal` submodule has been refactored into two classes (https://github.com/mj-will/nessai/pull/419)
22-
- `N` has been renamed to `n_samples` in `FlowProposal.populate`
31+
- `N` has been renamed to `n_samples` in `FlowProposal.populate` (https://github.com/mj-will/nessai/pull/419)
32+
- Use new numpy random number generation for all RNG (https://github.com/mj-will/nessai/pull/435, https://github.com/mj-will/nessai/pull/437, https://github.com/mj-will/nessai/pull/441, )
33+
- Change logging output to only include the name of the base logger (`nessai`) (https://github.com/mj-will/nessai/pull/445)
34+
- Renamed `setup_logger` to `configure_logger` (https://github.com/mj-will/nessai/pull/445)
35+
- Tweaks to experimental `MCMCFlowproposal` (https://github.com/mj-will/nessai/pull/432, https://github.com/mj-will/nessai/pull/438)
2336

2437
### Fixed
2538

2639
- Fix outputs of `FlowProposal.backwards_pass` when `discard_nans` and `return_z` are both `True` (https://github.com/mj-will/nessai/pull/419)
40+
- Fix `AugmentedFlowProposal` (https://github.com/mj-will/nessai/issues/421)
2741

2842
### Deprecated
2943

3044
- The `flow_class` argument for `NestedSampler` is deprecated in favour of `flow_proposal_class` (https://github.com/mj-will/nessai/pull/411)
45+
- `setup_logger` is now deprecated in favour of `configure_logger` (https://github.com/mj-will/nessai/pull/445)
3146

3247
### Removed
3348

@@ -693,7 +708,8 @@ First public release.
693708

694709
- Original `GWFlowProposal` method renamed to `LegacyGWFlowProposal`. Will be removed in the next release.
695710

696-
[Unreleased]: https://github.com/mj-will/nessai/compare/v0.13.2...HEAD
711+
[Unreleased]: https://github.com/mj-will/nessai/compare/v0.14.0...HEAD
712+
[0.14.0]: https://github.com/mj-will/nessai/compare/v0.13.2...v0.14.0
697713
[0.13.2]: https://github.com/mj-will/nessai/compare/v0.13.1...v0.13.2
698714
[0.13.1]: https://github.com/mj-will/nessai/compare/v0.13.0...v0.13.1
699715
[0.13.0]: https://github.com/mj-will/nessai/compare/v0.12.0...v0.13.0

0 commit comments

Comments
 (0)