You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
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
+
10
15
### Added
11
16
12
17
- Add experimental support for discrete parameters (https://github.com/mj-will/nessai/pull/401)
13
18
- Support remapping to the unit hypercube with the standard sampler (https://github.com/mj-will/nessai/pull/398)
14
19
- Support reparameterisations that are not one-to-one (https://github.com/mj-will/nessai/pull/418)
15
20
- Support user-defined for flow proposal classes via the `nessai.proposals` entry point (https://github.com/mj-will/nessai/pull/411)
16
21
- 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)
17
26
18
27
### Changed
19
28
20
29
- Rework progress bar to no longer use tqdm (https://github.com/mj-will/nessai/pull/422)
21
30
-`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)
23
36
24
37
### Fixed
25
38
26
39
- Fix outputs of `FlowProposal.backwards_pass` when `discard_nans` and `return_z` are both `True` (https://github.com/mj-will/nessai/pull/419)
0 commit comments