@@ -10,12 +10,15 @@ Citation index:
10
10
DOI: 10.5281/zenodo.2597200
11
11
12
12
13
- ## What's new in versions 2.4.4
14
- * Moved BayesicFitting/BayesicFitting/documentation to BayesicFitting/docs
15
- * Added a references.md file which collects (external) references.
16
- * Updated the docs files.
17
- * Handling of weight in accordance with the definition in the Glossary.
18
- * Add keyword tail= to formatter to display last items of an array.
13
+ ## What's new in versions 2.5.0
14
+ * Add new models: BasicSplinesModel and SplinesDynamicModel
15
+ * Option for constraints on the likelihood
16
+ * Option for slow engines (working every slow-th iteration in NestedSampler)
17
+ * Restructure growPrior setting
18
+ * Print formatting in NestedSampler
19
+ * Adapt to SplinesDynamicModel
20
+ * Homogenized and improved plotoptions in test harnesses
21
+ * Three more exmaples added
19
22
20
23
## Content
21
24
@@ -266,6 +269,13 @@ More work needs to be done in:
266
269
* Add random seed to several examples to make them more stable.
267
270
268
271
+ 17 Mar 2020 version 2.4.4
272
+ * Moved BayesicFitting/BayesicFitting/documentation to BayesicFitting/docs
273
+ * Added a references.md file which collects (external) references.
274
+ * Updated the docs files.
275
+ * Handling of weight in accordance with the definition in the Glossary.
276
+ * Add keyword tail= to formatter to display last items of an array.
277
+
278
+ + 4 Jun 2020 version 2.5.0
269
279
* See above in Whats new.
270
280
271
281
0 commit comments