Release 0.16.1
This is a patch
release, that provides the following fixes.
-
Fixed:
- Fixed
DepracationWarning
s related datetime operations. - Fixed
DeprecationWarning
occuring due to the use of oldnumpy
functions. - Fixed
FutureWarning
happening during edge-cases of dataframe concatenation by performing checks ahead of time. - Fixed
FutureWarning
s occuring due to deprecatedpandas.Series
accesses. - Fixed
UserWarning
occuring when wrongly setting ticks and labels for correction plots.
- Fixed
-
Changed:
- Masked
NaturalNameWarning
s happening during HDF5 tables operations, as the use of names such askq4.r8b2
is not avoidable andpandas
properly handles access operations for us. - Masked
UserWarning
s happening during plotting for operations that are explicitely demanded. - Intercept
RankWarning
which can happen during apolyfit
of data and re-emit as log message. - Intercept
OptimizeWarning
happening when the covariance parameters could not be estimated inkmod
analysis and re-emit as log message. - Intercept
OptimizeWarning
happening when the covariance parameters could not be estimated inrdt
analysis and re-emit as log message.
- Masked
What's Changed
- Fix Various Warnings by @fsoubelet in #460
Full Changelog: 0.16.0...0.16.1