Skip to content

v1.1.0

Compare
Choose a tag to compare
@BSchilperoort BSchilperoort released this 25 Sep 14:16
1c04602

1.1.0 (2022-09-25)

New features

  • Added support for Python 3.9, 3.10.
  • Silixa's xml version 8 is now supported

Bug fixes

  • Loading in untested sensornet files will not give a UnboundLocalError error anymore
  • Sensornet .ddf file version check is now more robust (commas are replaced to periods)
  • Changed matplotlib's deprecated DivergingNorm to TwoSlopeNorm
  • Updated the stokes_variance_linear docstring to remove incorrect and duplicate information
  • Adjusted resample_datastore to avoid using deprecated 'base' kwarg, instead using the new arguments 'origin' and 'offset'. See http://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.resample.html

Others

  • Notebook 04 on Stokes variance has been updated to explain the different estimation methods for the variance, and their importance.
  • Notebook 07 and 08 have been updated to take into account the changes in ds.stokes_variance.
  • Silenced xarray's slots warning
  • Deprecated Python 3.6
  • CI has been moved to GitHub Actions. Travis-CI and AppVeyor have been removed.