We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e44b commit a253ea2Copy full SHA for a253ea2
CHANGELOG.md
docs/release-notes/9.0.0.md
@@ -0,0 +1,21 @@
1
+# Statistical methods Library 9.0.0
2
+
3
+Release date: 2022-11-29
4
5
+## Synopsis
6
7
+This release addresses various floating point accuracy issues by switching
8
+to the Pyspark Decimal type for all calculations where such issues may
9
+occur.
10
11
+## Changes
12
13
+All methods now expect columns which were previously double precision to be
14
+of type decimal and uses this type when outputting columns which would have
15
+previously been of double precision.
16
17
+## Notes
18
19
+No type casting is performed on either the input or output data frames.
20
+Providing columns using double precision where decimal types are now
21
+expected will cause an error as with any other incorrect data types.
0 commit comments