Skip to content

Release 0.16.1

Latest
Compare
Choose a tag to compare
@fsoubelet fsoubelet released this 20 Sep 13:43
95024bc

This is a patch release, that provides the following fixes.

  • Fixed:

    • Fixed DepracationWarnings related datetime operations.
    • Fixed DeprecationWarning occuring due to the use of old numpy functions.
    • Fixed FutureWarning happening during edge-cases of dataframe concatenation by performing checks ahead of time.
    • Fixed FutureWarnings occuring due to deprecated pandas.Series accesses.
    • Fixed UserWarning occuring when wrongly setting ticks and labels for correction plots.
  • Changed:

    • Masked NaturalNameWarnings happening during HDF5 tables operations, as the use of names such as kq4.r8b2 is not avoidable and pandas properly handles access operations for us.
    • Masked UserWarnings happening during plotting for operations that are explicitely demanded.
    • Intercept RankWarning which can happen during a polyfit of data and re-emit as log message.
    • Intercept OptimizeWarning happening when the covariance parameters could not be estimated in kmod analysis and re-emit as log message.
    • Intercept OptimizeWarning happening when the covariance parameters could not be estimated in rdt analysis and re-emit as log message.

What's Changed

Full Changelog: 0.16.0...0.16.1