We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a64d3 commit d6e6e9dCopy full SHA for d6e6e9d
CHANGELOG.rst
@@ -1,8 +1,17 @@
1
2
Changelog
3
=========
4
-[1.2.0] (13-03-2023)
5
+2.0.0 (2023-05-24)
6
+------------------
7
+
8
+* Faster approach on error propagation. As alternative to computational intensive Monte Carlo runs.
9
+* Refractored some of the indexing logic of the calibration routines.
10
+* Rewritten single-ended and double-ended example notebooks.
11
+* Removed support for OLS calibration, as with minor extra efforts WLS could be used, which has significant benefits.
12
13
+1.2.0 (2023-03-13)
14
15
Bugfixes
16
17
* Fixed deprecated np.float and np.int
0 commit comments