v0.11.0
This releases integrated Pyleoclim with Pandasv2.0 which extends datetime indices to the geologic timescale.
What's Changed
- WIP stub out pandas roundtrip by @MarcoGorelli in #289
- add tests for changes in tsutils by @kcpevey in #297
- add load_dataset methods by @kcpevey in #301
- Add extra index to pip install by @kcpevey in #306
- Update enviroment by @kcpevey in #307
- New obj bug fixes by @CommonClimate in #309
- Fixup TestUISeriesConvertTimeUnit tests by @MarcoGorelli in #310
- 294 utils bugfix 2 by @alexkjames in #314
- Enable json loading into Series both from a user dataset and an example json by @khider in #311
- implement pyleo.Series.resample by @MarcoGorelli in #303
- reshuffling code to solve #299 by @CommonClimate in #318
- update version syntax by @kcpevey in #319
- Remove stray print statement in load_datasets by @kcpevey in #323
- Covariance regularization by @CommonClimate in #321
- Bin gkernel alignment by @alexkjames in #322
- Csv roundtrip by @CommonClimate in #324
- Update environment.yml to use jupyterhub 3+ by @consideRatio in #327
- added HadCRUT5 dataset by @CommonClimate in #328
- add test for resampling over long periods by @MarcoGorelli in #329
- validate reso in convert_datetime_index, fixup fixture; by @MarcoGorelli in #332
- use UDUNITS seconds_per_year by @MarcoGorelli in #333
- add overload to add to append to multipleseries by @MarcoGorelli in #336
- add MultipleSeries.to_pandas by @MarcoGorelli in #335
- Add sel method by @MarcoGorelli in #339
- add remove and sub methods by @MarcoGorelli in #337
- Sorting hat by @CommonClimate in #344
- Add some doc strings by @kcpevey in #342
- update bin and gkernel documentation by @alexkjames in #347
- Update environment, use new env in ci by @kcpevey in #343
- Ssa knee by @alexkjames in #345
- Make time axis by @alexkjames in #348
- Add use_common_time argument to MultipleSeries.to_pandas by @MarcoGorelli in #350
- Resample: use year-start as rule by @MarcoGorelli in #351
- clean up to_pandas by @MarcoGorelli in #353
- use add to combine multipleseries by @MarcoGorelli in #354
- Let .sel take tolerance for datetime or str time by @MarcoGorelli in #349
- Add add overload for creating MultipleSeries from Series by @MarcoGorelli in #352
- added segment number to labels by @CommonClimate in #356
- Allow for non-pyleo rules in resample by @MarcoGorelli in #355
- fixed init log handling by @CommonClimate in #358
- Update metadata.yml by @CommonClimate in #362
- Convert time units by @CommonClimate in #364
- Add examples of overloads by @MarcoGorelli in #363
- convert_time_unit prior to plotting by @CommonClimate in #366
- Deal with the logs by @khider in #367
- Preserve direction in resample by @MarcoGorelli in #365
- EPICA Dome C deuterium record by @CommonClimate in #370
- silent series creation by @CommonClimate in #371
- shifted index to midpoint by @CommonClimate in #369
- outliers docstring + tests by @khider in #372
- MS display by @CommonClimate in #374
- enable export to and from json for MS by @khider in #376
- enable .sel in MS by @khider in #375
- Thin env by @CommonClimate in #377
- MultipleSeries to csv by @CommonClimate in #373
- Merge development into master to only keep the master branch by @khider in #379
- Update tsutils.py by @CommonClimate in #381
- removing lat/lon by @khider in #383
- first stab at package data folder by @CommonClimate in #384
- replaced remote csv loading by load_datasets() by @CommonClimate in #385
- Install instructions by @CommonClimate in #388
- Silent sorting by @CommonClimate in #390
- path variable in from_csv by @CommonClimate in #391
New Contributors
- @MarcoGorelli made their first contribution in #289
- @kcpevey made their first contribution in #297
- @consideRatio made their first contribution in #327
Full Changelog: v0.10.0...v0.11.0