Skip to content

Releases: TUW-GEO/pytesmo

v0.6.7

25 Jul 12:46
Compare
Choose a tag to compare
  • Add respect leap years option for climatology calculation.

v0.6.6

25 Jul 12:46
Compare
Choose a tag to compare
  • Compatible with Python 3.6
  • Updated build process to also build wheels for Python 3.6

v0.6.5

12 Jul 10:19
Compare
Choose a tag to compare
  • Add additonal functions for working with dekads.

v0.6.4

02 Jun 11:14
Compare
Choose a tag to compare
  • Refactor resampling routine to be more modular and better usable outside of pytesmo.

v0.6.3

28 Apr 07:53
Compare
Choose a tag to compare
  • temporal matching performance improvement of approx. 50%
  • Add functions for handling dekadal dates. See pytesmo.timedate.dekad.

v0.6.2

13 Jan 15:13
Compare
Choose a tag to compare
  • Fix metadata for new version of pypi.

v0.6.1

13 Jan 14:08
Compare
Choose a tag to compare

v0.6.1, 2017-01-13

  • Add return_clim keyword to anomaly calculation. Useful for getting both
    anomaly and climatology in one pandas.DataFrame. Also used in time series
    anomaly plot.
  • Fix bug in julian2date which led to negative microseconds in some edge cases.

Bye Bye ASCAT readers and small bugfixes.

29 Jul 09:24
Compare
Choose a tag to compare
  • Moved the ASCAT readers to the ascat package. The functionality is the same, just replace
    import pytesmo.io.sat.ascat by import ascat and everything should work the same as before.
  • The H07 reader now returns also ssm mean as a value between 0 and 100. Before
    it was between 0 and 1 and inconsistent with the other ssm values.
  • Fix small bug in julian date calculation and add tests for it.
  • Add hamming window to resample module

Version 0.5.2 - Bugfix and performance improvements

26 Apr 13:46
Compare
Choose a tag to compare
  • Fix bugs when the validation framework encountered empty datasets for various reasons.
  • Add dataset adapters for masking and anomaly calculation.
  • Improve performance of moving average calculation and ISMN readers.
  • ISMN readers are approx. an order of magnitude faster now.

Small Bugfixes, and refactoring

21 Apr 15:35
Compare
Choose a tag to compare
  • Fix bug in jobs argument passing to Validation class.
  • Add support to use a pre initialized DataManager instance in the Validation class.
  • Add support for per dataset reading method names in the DataManager. This
    relaxes the assumption that every dataset has a read_ts method.