Skip to content

Commit a253ea2

Browse files
committedNov 29, 2022
Migrate change log to release notes for more user focus
1 parent 4d1e44b commit a253ea2

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed
 

‎CHANGELOG.md

-12
This file was deleted.

‎docs/release-notes/9.0.0.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)