v0.14.0
This release addresses a number of bugs and introduces feature relating to visualization, outlier detection, quantile calculations.
What's Changed
- Modeplot pc units by @CommonClimate in #449
- Alleviating the dependency conflict between scipy and cartopy by @fzhu2e in #451
- update to Python 3.10 by @CommonClimate in #453
- replaced lambda^2 by lambda by @CommonClimate in #455
- Try another RTD envt by @CommonClimate in #456
- made code more robust to uq options by @CommonClimate in #460
- gkernel e folding scale default param fix by @alexkjames in #465
- Fix link in
Series
docstring by @qianxyz in #468 - LOF implementation for outlier detection using Kmeans by @Aragath in #474
- Update test_core_EnsembleSeries.py by @CommonClimate in #471
- add auto_time_params arg to series init by @alexkjames in #472
- Update metadata.yml by @CommonClimate in #482
- Fix permil encoding by @CommonClimate in #487
- Update series.py by @neillinehan in #485
- Update plotting.py documentation by @khider in #490
- Pip install by @CommonClimate in #481
- Update .readthedocs.yml by @khider in #489
- change to read the docs build by @khider in #492
- Update rtd_env.yml by @khider in #493
- Documentation by @khider in #495
- doc fix? maybe by @khider in #496
- Update .readthedocs.yaml by @khider in #497
- Update rtd_env.yml by @khider in #498
- Custom frequency parameters by @CommonClimate in #494
- Coherence time axis by @CommonClimate in #501
- time coverage plots by @alexkjames in #500
- updated sphinx-search extension version by @CommonClimate in #505
- enabling LiPD controlled vocabulary for archiveType by @khider in #504
- fix spacing for time_coverage_plot examples by @alexkjames in #506
- Update contribution_guide.rst by @khider in #508
- quantiles calculations by @khider in #507
- Plotting utilities to support interval highlighting with labels by @jordanplanders in #509
- Fix archivetype and other mapping by @khider in #510
- Scipy failure -> pyhht integration into pyleoclim by @khider in #515
- Fix for failing documentation on read the docs by @khider in #517
- fix plot_legend arg in ens.plot_envelope by @alexkjames in #520
- fix plot_legend for psds by @alexkjames in #521
- Fixes the disappeared matplotlib style + doc fixes by @khider in #518
- Release of the code base by @khider in #522
New Contributors
- @qianxyz made their first contribution in #468
- @Aragath made their first contribution in #474
- @neillinehan made their first contribution in #485
Full Changelog: v0.13.0...v0.14.0