Recent Releases of https://github.com/nixtla/coreforecast

https://github.com/nixtla/coreforecast - v0.0.16

What's Changed

  • fix: remove greatestautocovariance by @jmoralez in https://github.com/Nixtla/coreforecast/pull/65
  • use eigen by @jmoralez in https://github.com/Nixtla/coreforecast/pull/70
  • fix(exponentiallyweightedmean): add non-contiguous array support by @christophertitchen in https://github.com/Nixtla/coreforecast/pull/79
  • fix lag update by @jmoralez in https://github.com/Nixtla/coreforecast/pull/86

New Contributors

  • @christophertitchen made their first contribution in https://github.com/Nixtla/coreforecast/pull/79

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.15...v0.0.16

- Python
Published by jmoralez about 1 year ago

https://github.com/nixtla/coreforecast - v0.0.15

What's Changed

  • fix(rolling): return NaN when n < min_samples by @jmoralez in https://github.com/Nixtla/coreforecast/pull/62

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.14...v0.0.15

- Python
Published by jmoralez over 1 year ago

https://github.com/nixtla/coreforecast - v0.0.13

What's Changed

  • add ruff formatting, pre-commit and codspeed by @jmoralez in https://github.com/Nixtla/coreforecast/pull/43
  • migrate to pybind11 by @jmoralez in https://github.com/Nixtla/coreforecast/pull/48
  • migration fixes by @jmoralez in https://github.com/Nixtla/coreforecast/pull/54

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.12...v0.0.13

- Python
Published by jmoralez over 1 year ago

https://github.com/nixtla/coreforecast - v0.0.14

What's Changed

  • feat: add GroupedArray._greatest_autocovariance to estimate season length by @jmoralez in https://github.com/Nixtla/coreforecast/pull/59

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.13.1...v0.0.14

- Python
Published by jmoralez over 1 year ago

https://github.com/nixtla/coreforecast - v0.0.13.1

What's Changed

  • fix: do not edit library output path by @jmoralez in https://github.com/Nixtla/coreforecast/pull/56

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.13...v0.0.13.1

- Python
Published by jmoralez over 1 year ago

https://github.com/nixtla/coreforecast - v0.0.12

What's Changed

  • return NaN for empty series in reduce by @jmoralez in https://github.com/Nixtla/coreforecast/pull/41

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.11...v0.0.12

- Python
Published by jmoralez almost 2 years ago

https://github.com/nixtla/coreforecast - v0.0.11

What's Changed

  • use standard thread instead of openmp by @jmoralez in https://github.com/Nixtla/coreforecast/pull/37
  • define lambda captures by @jmoralez in https://github.com/Nixtla/coreforecast/pull/40

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.10...v0.0.11

- Python
Published by jmoralez almost 2 years ago

https://github.com/nixtla/coreforecast - v0.0.10

What's Changed

  • stack allocate GroupedArray by @jmoralez in https://github.com/Nixtla/coreforecast/pull/35

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.9...v0.0.10

- Python
Published by jmoralez about 2 years ago

https://github.com/nixtla/coreforecast - v0.0.9

What's Changed

  • Create CODEOFCONDUCT.md by @tracykteal in https://github.com/Nixtla/coreforecast/pull/29
  • define C API by @jmoralez in https://github.com/Nixtla/coreforecast/pull/30
  • build wheels for linux arm by @jmoralez in https://github.com/Nixtla/coreforecast/pull/31
  • add single array transformations by @jmoralez in https://github.com/Nixtla/coreforecast/pull/32
  • speedup rolling min and max by @jmoralez in https://github.com/Nixtla/coreforecast/pull/33

New Contributors

  • @tracykteal made their first contribution in https://github.com/Nixtla/coreforecast/pull/29

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.8...v0.0.9

- Python
Published by jmoralez about 2 years ago

https://github.com/nixtla/coreforecast - v0.0.8

What's Changed

  • ensure dtypes match in scalers by @jmoralez in https://github.com/Nixtla/coreforecast/pull/28

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.7...v0.0.8

- Python
Published by jmoralez about 2 years ago

https://github.com/nixtla/coreforecast - v0.0.7

What's Changed

  • fix boxcox inequality check by @jmoralez in https://github.com/Nixtla/coreforecast/pull/25
  • fix take method for differences by @jmoralez in https://github.com/Nixtla/coreforecast/pull/26

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.6...v0.0.7

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.6

What's Changed

  • add loglik method to boxcox by @jmoralez in https://github.com/Nixtla/coreforecast/pull/23
  • add stack method by @jmoralez in https://github.com/Nixtla/coreforecast/pull/24

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.5...v0.0.6

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.5

What's Changed

  • add take method to scalers and lag_transforms by @jmoralez in https://github.com/Nixtla/coreforecast/pull/21
  • add Difference scaler by @jmoralez in https://github.com/Nixtla/coreforecast/pull/22

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.4...v0.0.5

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.4

What's Changed

  • add docs by @jmoralez in https://github.com/Nixtla/coreforecast/pull/11
  • add boxcox by @jmoralez in https://github.com/Nixtla/coreforecast/pull/15
  • add differences by @jmoralez in https://github.com/Nixtla/coreforecast/pull/16
  • add auto seasonality by @jmoralez in https://github.com/Nixtla/coreforecast/pull/18
  • add update method to differences by @jmoralez in https://github.com/Nixtla/coreforecast/pull/19

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.3...v0.0.4

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.3

What's Changed

  • add quantiles by @jmoralez in https://github.com/Nixtla/coreforecast/pull/8
  • allocate empty arrays by @jmoralez in https://github.com/Nixtla/coreforecast/pull/9

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.2...v0.0.3

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.2

What's Changed

  • add templates to support float64 by @jmoralez in https://github.com/Nixtla/coreforecast/pull/4
  • lag transforms by @jmoralez in https://github.com/Nixtla/coreforecast/pull/6

Full Changelog: https://github.com/Nixtla/coreforecast/compare/v0.0.1...v0.0.2

- Python
Published by jmoralez over 2 years ago

https://github.com/nixtla/coreforecast - v0.0.1

Changes

  • Add scalers
  • initial packaging by @jmoralez in https://github.com/Nixtla/coreforecast/pull/1

Full Changelog: https://github.com/Nixtla/coreforecast/commits/v0.0.1

- Python
Published by jmoralez over 2 years ago