Releases: DanaJomar/PyALE
Releases · DanaJomar/PyALE
v1.2.0
- allow option not to fill in empty cells in the 2D effect plot (PR #24)
- change the the way the jitter effect is computed for the rug in the 1D continoues plot (issue #6)
- fix bug in 1D continuous quantiles definition (issue #15)
- address pandas future warnings
- fix 2D plot when the two features are in two very different scales (PR #23)
v1.1.3: Address Deprecation Errors/Warnings
The following was addressed in this release
- sklearn is deprecated (replace by scikit-learn)
- FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version.
- DeprecationWarning: In a future version,
df.iloc[:, i] = newvals
will attempt to set the values inplace instead of always setting a new array.