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
- Added
auto_time_params
to GeoSeries to make it consistent with Series by @khider in #523 - Update README.md by @khider in #526
- Include MLE estimation of tau_0 and sigma_2 by @lionelvoirol in #524
- Multiple resolution by @alexkjames in #527
- Generalized surrogates by @CommonClimate in #530
- uar1 surrogates by @lionelvoirol in #534
- uar1 surrogates by @CommonClimate in #537
- Random time axis by @alexkjames in #539
- Mapping legend colorbar by @jordanplanders in #525
- Updates to spectral() behavior by @CommonClimate in #540
- Colored noise by @CommonClimate in #541
- Ensemblegeoseries + MCPCA by @alexkjames in #542
- allow colored_noise to output normalized series and use it to generat… by @CommonClimate in #543
- Surrogate bug fixes by @CommonClimate in #545
- Surrogate bug fixes, number =1 by @CommonClimate in #546
- include np.squeeze in series init by @alexkjames in #548
- coerced signif to boolean and removed extraneous print() statement by @CommonClimate in #550
- Remove traces of LiPD by @khider in #551
- New class docs by @jordanplanders in #553
- Cmap fix by @jordanplanders in #555
- Update geoseries.py by @alexkjames in #557
- fix pylipd query by @alexkjames in #558
- edgecolor fix for map_neighbors by @jordanplanders in #559
- Doc fixes format by @jordanplanders in #560
- fix .query by @alexkjames in #561
- Doc fixes format by @jordanplanders in #562
- fixed import in plotting example by @jordanplanders in #563
- another get_cmap fix by @jordanplanders in #564
- Docstring fixes by @jordanplanders in #565
- Update rtd_env.yml by @jordanplanders in #566
- pin all python versions to 3.11.0 by @jordanplanders in #567
- Update .readthedocs.yaml by @alexkjames in #568
- Mcpca doc by @alexkjames in #570
- tick version by @CommonClimate in #571
New Contributors
- @lionelvoirol made their first contribution in #524
Full Changelog: v0.14.0...v1.0.0