Releases: LinkedEarth/Pyleoclim_util
Releases · LinkedEarth/Pyleoclim_util
v0.8.1
v0.8.0
This release includes:
- New functionalities:
- Continuous wavelet transform from Torrence and Compo for evenly-spaced timers
- Cross-Wavelet and Coherence from cwt, including a new dashboard to display the results.
- Various bug fixes to Series functionalities.
- Changes to
Series.summary_plot
, which now requires a Scalogram and PSD to be pre-computed and passed to the function
- Architecture:
ui.py
is split into various model for the main classes in Pyleoclim
- Continuous integration is set up through GitHub actions
v0.7.4
v0.7.3
v0.7.2
Pyleoclim v0.7.1
Update README.md
Pyleoclim v0.7.0
Update index.rst
Pyleoclim v0.6.2
additional bug fix
Pyleoclim v0.6.1
Various bug fixes and improvements to user experience
Pyleoclim v0.6.0
- 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 objectscommon_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