@@ -7,6 +7,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ### Added
12
+
13
+ - Add p-value and additional panel to indices plot
14
+ (https://github.com/mj-will/nessai/pull/391 )
15
+ - Add support for numpy 2.0 (https://github.com/mj-will/nessai/pull/387 )
16
+ - Add support for arbitrary priors in unit hypercube with the importance sampler
17
+ (https://github.com/mj-will/nessai/pull/377 )
18
+
19
+ ### Changed
20
+
21
+ - Simplify rescaling/reparameterisation configuration
22
+ https://github.com/mj-will/nessai/pull/395 )
23
+ - The default reparameterisation has been changed from rescale-to-bounds to
24
+ z-score standardisation (https://github.com/mj-will/nessai/pull/395 )
25
+ - Change default seaborn style to avoid plotting issues on some systems
26
+ (https://github.com/mj-will/nessai/pull/397 )
27
+ - Rework flow configuration to use ` flow_config ` and ` training_config ` keyword
28
+ arguments (https://github.com/mj-will/nessai/pull/394 )
29
+ - Skip nested sampling loop and populating live points if run is already finalised
30
+ (https://github.com/mj-will/nessai/pull/393 , https://github.com/mj-will/nessai/pull/400 )
31
+
32
+ ### Deprecated
33
+
34
+ - Specifying ` model_config ` in the ` flow_config ` dictionary is now deprecated
35
+ (https://github.com/mj-will/nessai/pull/394 )
36
+ - ` FlowProposal.names ` , ` FlowProposal.rescaled_names ` and
37
+ ` FlowProposal.rescaled_dims ` are now deprecated
38
+ (https://github.com/mj-will/nessai/pull/395 )
39
+
40
+ ### Removed
41
+
42
+ - ` rescale_parameters ` , ` boundary_inversion ` , ` inversion_type ` , ` rescale_bounds `
43
+ ` update_bounds ` , ` detect_edges ` , ` detect_edges_kwargs ` ,
44
+ have all been removed in favour of using the reparameterisations directly
45
+ (https://github.com/mj-will/nessai/pull/395 )
46
+ - Drop support for Python 3.8 (https://github.com/mj-will/nessai/pull/396 )
47
+
48
+
49
+ ### Experimental
50
+
51
+ - Add experimental ` ClusteringFlowProposal `
52
+ (https://github.com/mj-will/nessai/pull/380 )
53
+ - Add experimental support for using flows directly from ` glasflow `
54
+ (https://github.com/mj-will/nessai/pull/386 )
55
+
56
+
10
57
## [ 0.12.0]
11
58
12
59
This release reworks large parts of the importance nested sampler to enable
0 commit comments