Skip to content

Releases: LinkedEarth/Pyleoclim_util

v0.8.1

27 Jun 22:13
da9fe2c
Compare
Choose a tag to compare

Functionalities:

  • Compute phase angles from Coherence
  • Fix a bug in summary_plot() that overwrote user's parameters.

v0.8.0

06 Jun 19:48
Compare
Choose a tag to compare

This release includes:

  • New functionalities:
  1. Continuous wavelet transform from Torrence and Compo for evenly-spaced timers
  2. Cross-Wavelet and Coherence from cwt, including a new dashboard to display the results.
  3. Various bug fixes to Series functionalities.
  4. Changes to Series.summary_plot, which now requires a Scalogram and PSD to be pre-computed and passed to the function
  • Architecture:
  1. ui.py is split into various model for the main classes in Pyleoclim
  • Continuous integration is set up through GitHub actions

v0.7.4

19 Apr 22:57
0ed595d
Compare
Choose a tag to compare

Starting incorporating wavelet methods for evenly-spaced data. This is an intermediate release for autoTS

v0.7.3

08 Mar 02:39
Compare
Choose a tag to compare

Fix problem with SSA

v0.7.2

03 Mar 22:35
Compare
Choose a tag to compare

This version fixes a few bugs, reorganizes some objects/functionalities for improved usability.

No new functionalities.

Pyleoclim v0.7.1

11 Nov 23:51
71c851b
Compare
Choose a tag to compare
Update README.md

Pyleoclim v0.7.0

25 Oct 22:32
Compare
Choose a tag to compare
Update index.rst

Pyleoclim v0.6.2

18 Feb 05:58
Compare
Choose a tag to compare

additional bug fix

Pyleoclim v0.6.1

18 Feb 04:36
Compare
Choose a tag to compare

Various bug fixes and improvements to user experience

Pyleoclim v0.6.0

16 Feb 01:18
Compare
Choose a tag to compare
  • re-introduced support for LiPD objects, including loading, export, and mapping
  • rigorous time representation, based on PaCTS proposal
  • Gaussian kernel method for coarsening time grids (gkernel)
  • filter method for Series objects
  • common_time method to put various timeseries on a common timescale, using interpolation, binning or Gaussian kernel
  • MultipleSeries methods, including stack plots, correlation, filtering, and PCA
  • EnsembleSeries methods, including correlation and plotting
  • expanded documentation of data structures (classes)
  • various bug fixes