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
AUTHORS.md
## Authors

The following people have been core contributors to `pmdarima`'s development:

  * [Taylor Smith](https://github.com/tgsmith61591)
  * [Gary Foreman](https://github.com/garyForeman)
  * [Charles Drotar](https://github.com/charlesdrotar)
  * [Steven Hoelscher](https://github.com/shoelsch)
  * [Aaron Smith](https://github.com/aaronreidsmith)
  * [Krishna Sunkara](https://github.com/kpsunkara)
  * [Christopher Siewert](https://github.com/christopher-siewert)

__Please do not email the authors directly with questions or issues.__ Rather, use
the [issues](https://github.com/alkaline-ml/pmdarima/issues) page. Furthermore, issues
or emails specifically related to assistance in learning time series analysis should be
saved for Stack Overflow.
back to top