A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of Paleoclimate

Paleoclimate - Multiple small fixes

What's Changed

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v1.1.0...v1.2.0

Climate Change - Climate Data Processing and Analysis - Python
Published by khider 3 months ago

Paleoclimate - v1.1.0

This release fixes some bugs and introduces revamped APIs for the spectral and wavelet functions.

What's Changed

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v1.0.0...v1.1.0

Climate Change - Climate Data Processing and Analysis - Python
Published by khider 9 months ago

Paleoclimate - v1.0.0

Inaugural release of Pyleoclim 1.0.0, introducing new classes, functionalities, and many changes to the API.
Of note:

  • generalized surrogates
  • MC-PCA
  • GeoSeries
  • independence from the LiPD utilities

What's Changed

New Contributors

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.14.0...v1.0.0

Climate Change - Climate Data Processing and Analysis - Python
Published by CommonClimate 11 months ago

Paleoclimate - v0.14.0

This release addresses a number of bugs and introduces feature relating to visualization, outlier detection, quantile calculations.

What's Changed

New Contributors

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.13.0...v0.14.0

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 1 year ago

Paleoclimate - 0.13.0 : GeoSeries & MultipleGeoSeries; revamped maps

This version introduces 2 new classes, GeoSeries & MultipleGeoSeries, which parallel Series and MultipleSeries, respectively.
GeoSeries is the more general substitute for LiPDSeries, which will be deprecated soon.
Both classes enable new mapping capabilities, supported by seaborn to allow semantics that leverage shape, color and size to represent multivariate information in space. MultipleGeoSeries allows geolocated principal component analysis.
This release also includes minor bug fixes, particularly on the handling of time metadata.

What's Changed

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.12.0...v0.13.0

Climate Change - Climate Data Processing and Analysis - Python
Published by CommonClimate almost 2 years ago

Paleoclimate - v0.12.0

What's Changed

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.11.0...v0.12.0

Climate Change - Climate Data Processing and Analysis - Python
Published by alexkjames about 2 years ago

Paleoclimate - v0.11.0

This releases integrated Pyleoclim with Pandasv2.0 which extends datetime indices to the geologic timescale.

What's Changed

New Contributors

Full Changelog: https://github.com/LinkedEarth/Pyleoclim_util/compare/v0.10.0...v0.11.0

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 2 years ago

Paleoclimate - v0.10.0

Minor bug fixes
Compatibility with Python 3.10
New methods:

  • Warming stripes
  • Flip axis
  • Log keeping

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 2 years ago

Paleoclimate - v0.9.1

Minor fixes for paper publication and fixes to updated version of Matplotlib and Cartopy

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 2 years ago

Paleoclimate - v0.9.0

Major update to outliers functionalities.

Various bug fixes on plots.

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 2 years ago

Paleoclimate - v0.8.1

Functionalities:

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

Climate Change - Climate Data Processing and Analysis - Python
Published by khider almost 3 years ago

Paleoclimate - v0.8.0

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

Climate Change - Climate Data Processing and Analysis - Python
Published by khider almost 3 years ago

Paleoclimate - v0.7.4

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

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 3 years ago

Paleoclimate - v0.7.3

Fix problem with SSA

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 3 years ago

Paleoclimate - v0.7.2

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

No new functionalities.

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 3 years ago

Paleoclimate - Pyleoclim v0.7.1

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 3 years ago

Paleoclimate - Pyleoclim v0.7.0

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 3 years ago

Paleoclimate - Pyleoclim v0.6.2

additional bug fix

Climate Change - Climate Data Processing and Analysis - Python
Published by fzhu2e about 4 years ago

Paleoclimate - Pyleoclim v0.6.1

Various bug fixes and improvements to user experience

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 4 years ago

Paleoclimate - 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 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

Climate Change - Climate Data Processing and Analysis - Python
Published by khider about 4 years ago

Paleoclimate - Stable release of v0.5.1

  • enabled unit tests through TravisCI (to facilitate external contributions)
  • developed unit tests for all methods
  • expanded documentation, now on readthedocs
  • expanded Jupyter notebook tutorials (under "example_notebooks")
  • more user-friendly Getting Started section

Climate Change - Climate Data Processing and Analysis - Python
Published by fzhu2e over 4 years ago

Paleoclimate - Stable release of v0.5.0

  • complete redesign of the code, now centered on Series objects and descendants.
  • user interface allowing succinct, expressive calls
  • expanded repertoire of spectral and wavelet methods
  • inclusion of singular spectral analysis, permitting missing data
  • Sphinx documentation for all functions
  • clean, additive plot styles inspired by Matplotlib style sheets.

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 4 years ago

Paleoclimate - Updates to filtering methods

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 4 years ago

Paleoclimate - 0.5.2beta

This release fixes some bugs and expands on plotting functionalities for Pyleoclim

Climate Change - Climate Data Processing and Analysis - Python
Published by khider over 4 years ago

Paleoclimate - 0.5.1beta

  • Updates to Series method, including outliers detection
  • SSA/MSSA/PCA functions

Climate Change - Climate Data Processing and Analysis - Python
Published by khider almost 5 years ago

Paleoclimate - Beta version of the new Pyleoclim UI

Pyleoclim has been switched to object-oriented programming. Beta release.

Climate Change - Climate Data Processing and Analysis - Python
Published by khider almost 5 years ago

Paleoclimate - Add support of f2py WWZ for Linux

Climate Change - Climate Data Processing and Analysis - Python
Published by LinkedEarth over 6 years ago

Paleoclimate - v0.4.7 Release

New release of Pyleoclim that fixes issues with .so files.

Climate Change - Climate Data Processing and Analysis - Python
Published by LinkedEarth about 7 years ago

Paleoclimate - Pyleoclim release v0.4.0

Release of Pyleoclim

Climate Change - Climate Data Processing and Analysis - Python
Published by LinkedEarth about 7 years ago