@@ -14,20 +14,18 @@ DOI: 10.5281/zenodo.2597200
14
14
15
15
16
16
## What's new.
17
- + 05 Apr 2022 version 3.0.1
18
- * Addressing issue #18 : UserModel does not work for multiple dimensions.
17
+ + 18 Jan 2023 version 3.1.0 (still working on the same update)
18
+ * Implementing accuracy in fitters and samplers
19
+ * Update of documentation
20
+ * More tests
21
+
22
+ + 19 Nov 2022 version 3.1.0
23
+ * Gauss2dErrorDistribution: New Class to handle correlated errors in X and Y
24
+ * ErrorDistribution and GaussErrorDistribution : adaptation for covariant errors.
25
+ * Small updates and corrections and removal of unused methods
26
+ * Added / corrected version information and documentation issues
27
+ * Rerun all examples and added tests
19
28
20
- + 07 Feb 2022 version 3.0.0
21
- * New classes: AstropyModel and UserModel
22
- * New class: NeuralNetUtilities
23
- * New classes: NestedSolver, OrderProblem, SalesmanProblem, DistanceCostFunction
24
- * New classes: OrderEngine, MoveEngine, SwitchEngine, LoopEngine, ShuffleEngine
25
- * New classes: ReverseEngine, NearEngine, StartOrderEngine
26
- * Make pipe work for more dimensional output | input
27
- * Test harnesses for the new classes
28
- * New examples for AstropyModel, UserModel and SalesmanProblem
29
- * Update existing examples to improve coverage of pytest
30
- * update Manual
31
29
32
30
33
31
## Content
@@ -360,7 +358,22 @@ More work needs to be done in:
360
358
* Documentation issues; Replaced style.md by code-style.md
361
359
* Correcting error on Windows systme
362
360
361
+ + 05 Apr 2022 version 3.0.1
362
+ * Addressing issue #18 : UserModel does not work for multiple dimensions.
363
+
363
364
+ 07 Feb 2022 version 3.0.0
365
+ * New classes: AstropyModel and UserModel
366
+ * New class: NeuralNetUtilities
367
+ * New classes: NestedSolver, OrderProblem, SalesmanProblem, DistanceCostFunction
368
+ * New classes: OrderEngine, MoveEngine, SwitchEngine, LoopEngine, ShuffleEngine
369
+ * New classes: ReverseEngine, NearEngine, StartOrderEngine
370
+ * Make pipe work for more dimensional output | input
371
+ * Test harnesses for the new classes
372
+ * New examples for AstropyModel, UserModel and SalesmanProblem
373
+ * Update existing examples to improve coverage of pytest
374
+ * update Manual
375
+
376
+ + 19 Nov 2022 version 3.1.0
364
377
* See above in Whats new
365
378
366
379
<br ><br ><br ><br >
0 commit comments