Revision afd2fac5a595b966a2722cfbc9d49948b07d2948 authored by Aaron Smith on 03 November 2022, 13:26:31 UTC, committed by GitHub on 03 November 2022, 13:26:31 UTC
* First pass at Python 3.11 support

* Update 'whats new'

* Update build_requirements for different python versions

* Fix docs

* Empty commit for CI

* Use lowest supported numpy (==) for building instead of max compatible (~=)

* Make min numpy 1.21.3

* Use lowest supported version of scipy when building

* More scipy hackery

* https://github.com/scipy/scipy/blob/26a77da3a4ca126a943a331c1aa6ef3915b0d501/pyproject.toml#L41

* More scipy hackery

* Typos

* More typos
1 parent f999f87
Raw File
CITATION.cff
cff-version: 1.2.0
message: "If you would like to include pmdarima in your published work, please cite it as follows"
authors:
- family-names: "Smith"
  given-names: "Taylor G."
keywords:
  - python
  - "machine learning"
  - "time series"
  - econometrics
  - forecasting
  - arima
  - "forecasting models"
  - sarimax
title: "pmdarima"
version: 1.8.5
date-released: 2022-02-22
license: MIT
repository-artifact: https://pypi.org/project/pmdarima
repository-code: https://github.com/alkaline-ml/pmdarima
back to top