https://github.com/alkaline-ml/pmdarima
Name Target Message Date
HEAD c33a017 [MRG+1] - Refactor seasonality module (#571) * Run `black` formatting * Refactor `CHTest()` class to add new `_calc_ch_crit_val()` method * Fix formatting issues * Fix final formatting issue * Enhance error handling 23 February 2024, 02:45:37 UTC
refs/heads/bump-statsmodels aa6ce98 Bump statsmodels 07 August 2023, 13:03:31 UTC
refs/heads/check-residuals 9f5c4c3 Merge branch 'master' into check-residuals 04 August 2020, 13:48:21 UTC
refs/heads/dependabot/pip/build_tools/scipy-1.10.0 0947b43 Bump scipy from 1.5.4 to 1.10.0 in /build_tools Bumps [scipy](https://github.com/scipy/scipy) from 1.5.4 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.4...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 06 July 2023, 21:53:10 UTC
refs/heads/fix-downloads-badges 9dbc5e4 Add API key 30 October 2023, 17:18:41 UTC
refs/heads/gh-pages 393452c [ci skip] Publishing updated documentation for 'master' branch 23 February 2024, 02:51:07 UTC
refs/heads/issue-469 cafd5c7 Missed a 3.6 reference (#473) 04 January 2022, 15:25:50 UTC
refs/heads/master c33a017 [MRG+1] - Refactor seasonality module (#571) * Run `black` formatting * Refactor `CHTest()` class to add new `_calc_ch_crit_val()` method * Fix formatting issues * Fix final formatting issue * Enhance error handling 23 February 2024, 02:45:37 UTC
refs/heads/old-c eddbcc8 Wrote lots and lots of C and python code 25 May 2017, 22:22:27 UTC
refs/heads/remove-3.7-support 3e1f700 Remove support for Python 3.7 10 May 2023, 20:07:48 UTC
refs/heads/seasonal-decomposition-transformer c87adf9 [MRG+1] Update stock example & address #281 (#285) Fix #281 & add gasoline dataset 03 January 2020, 18:16:23 UTC
refs/tags/v0.1-alpha 9f6697d Merge branch 'develop' 02 June 2017, 17:37:34 UTC
refs/tags/v0.2-alpha 1545afc [ci skip] re-version 05 June 2017, 12:18:22 UTC
refs/tags/v0.3 97242a6 Merge branch 'develop' 10 June 2017, 16:22:37 UTC
refs/tags/v0.4 e55b0e4 Merge branch 'release-0.4' 01 July 2017, 02:35:28 UTC
refs/tags/v0.5 c97a494 Bump version 26 August 2017, 14:40:45 UTC
refs/tags/v0.5.1 38897f5 Merge pull request #14 from tgsmith61591/hotfix-0.5.1 [HOTFIX] 0.5.1 28 August 2017, 23:25:14 UTC
refs/tags/v0.6.2 b12ff9b Increment minor version for :fire: HOTFIX release 13 November 2017, 01:33:09 UTC
refs/tags/v0.6.5 5a52d60 Merge pull request #22 from tgsmith61591/release-0.6.5 Release 0.6.5 27 March 2018, 14:45:21 UTC
refs/tags/v0.7.0 fb58748 Force CI build so release tag will trigger upload to Pypi 14 August 2018, 11:40:26 UTC
refs/tags/v0.7.1 6b169fd [HOTFIX] :fire: Merge branch 'hotfix-twine-credentials' 14 August 2018, 21:42:28 UTC
refs/tags/v0.8.1 461251a Merge branch 'release-0.8.1' 30 August 2018, 19:33:57 UTC
refs/tags/v0.9.0 2e3d9c1 [HOTFIX] :fire: Remove old C files 02 November 2018, 15:23:06 UTC
refs/tags/v1.0.0 2d35204 [HOTFIX] :fire: Drop 'dev' tag on version 18 November 2018, 22:37:04 UTC
refs/tags/v1.1.0 c5b9b2c Merge pull request #78 from tgsmith61591/release-1.1.0 [MRG+2] Release 1.1.0 27 December 2018, 15:10:08 UTC
refs/tags/v1.1.1 7b5306a [HOTFIT] :fire: Fix issue 104 * Deprecates the `ARIMA.add_new_observations` method. This method originally was designed to support updating the endogenous/exogenous arrays with new observations without changing the model parameters, but achieving this behavior for each of statsmodels' `ARMA`, `ARIMA` and `SARIMAX` classes proved nearly impossible, given the extremely complex internals of statmodels estimators. * Replace `ARIMA.add_new_observations` with `ARIMA.update`. This allows the user to update the model with new observations by taking `maxiter` new steps from the existing model coefficients and allowing the MLE to converge to an updated set of model parameters. * Change default `maxiter` to None, using 50 for seasonal models and 500 for non-seasonal models (as statsmodels does). The default value used to be 50 for all models. * New behavior in `ARIMA.fit` allows `start_params` and `maxiter` to be passed as `**fit_args`, overriding the use of their corresponding instance attributes. 26 March 2019, 22:34:28 UTC
refs/tags/v1.2.0 a133de7 [HOTFIX] :fire: Fixed Travis build 27 April 2019, 16:05:23 UTC
refs/tags/v1.2.1 ee4802b Bump version 12 June 2019, 01:57:43 UTC
refs/tags/v1.3.0 28ba504 yoloooo 07 September 2019, 12:59:52 UTC
refs/tags/v1.4.0 45606b2 Merge pull request #209 from tgsmith61591/bump-version [MRG] Bump version to 1.4.0 06 November 2019, 13:07:18 UTC
refs/tags/v1.5.0 629a3d4 Merge pull request #251 from alkaline-ml/sdist-ado [MRG+1] sdist install check on Windows and Mac 05 December 2019, 14:29:05 UTC
refs/tags/v1.5.1 35ef18c Merge pull request #253 from alkaline-ml/hotfix-tagged-linux-deployments [HOTFIX] :fire: Hotfix tagged linux deployments 06 December 2019, 15:31:35 UTC
refs/tags/v1.5.2 0a4ec38 [MRG+2] Back out threading.local in favor of global stepwise context (#275) [HOTFIX] 🔥 Back out threading.local management of context store Use a global singleton to manage context store rather than a threading local, since #271 seems to indicate a problem in sharing data between threads in job schedulers. 17 December 2019, 13:44:04 UTC
refs/tags/v1.5.3 486e0f3 [MRG+1] Add executable on ADO (#297) * Add executable * Add executable permission * Try adding executable again? 14 February 2020, 15:37:03 UTC
refs/tags/v1.6.0 e2bfd5d [MRG] Fix typo and docs (#330) 30 April 2020, 13:15:10 UTC
refs/tags/v1.6.0rc1 e2bfd5d [MRG] Fix typo and docs (#330) 30 April 2020, 13:15:10 UTC
refs/tags/v1.6.1 ae332f2 [DOC] :books: Update `whats_new` (#336) 19 May 2020, 12:44:31 UTC
refs/tags/v1.7.0 d90d91e [MRG+1] Support custom scoring (#373) * Support custom scoring * Add to whats_new 03 August 2020, 12:05:06 UTC
refs/tags/v1.7.1 f4de522 Pre 1.7.1 (#383) * Add to whats_new * Pin setuptools again 02 September 2020, 18:48:03 UTC
refs/tags/v1.8.0 23d4d0d Update what's new for 1.8.0 (#403) 02 December 2020, 16:09:46 UTC
refs/tags/v1.8.1 ce5fc19 [MRG+1] Python 3.9 support (#395) * First pass at 3.9 support * Use 3.9 for nightly * Fix UCS * Use python version in cache key * Actually add the job to Circle * Update whats_new 16 April 2021, 00:42:58 UTC
refs/tags/v1.8.2 5bf84a2 [MRG+1] Fix numpy compatibility issue (#425) * Pin numpy to ~=1.19 * Fix one more occurence * Add patch version * Update whats_new * One more numpy instance 19 April 2021, 21:26:02 UTC
refs/tags/v1.8.2rc1 dacbcec Fix one more occurence 19 April 2021, 16:19:13 UTC
refs/tags/v1.8.2rc2 db4c92e [MRG+1] Fix bash syntax and update manylinux container (#422) * Fix bash syntax * Update manylinux image 18 April 2021, 14:27:39 UTC
refs/tags/v1.8.2rc3 9a9f475 Add patch version 19 April 2021, 19:16:01 UTC
refs/tags/v1.8.3 593de60 [MRG] Add Conda install documentation and update issue templates (#444) * Add Conda install documentation * Try drop down? * Add render shell back * Clean up question.yml 24 September 2021, 20:41:57 UTC
refs/tags/v1.8.3rc0 a45d022 [MRG] CI consolidation + minor bug fixes (#442) Rework Circle CI + several minor fixes * Circle CI changes: - Refactor Circle CI to build wheels during each unit test stage. This is in direct response to several issues we've had during the last several deployments, which were not discovered until the release was cut. Each unit test stage builds a wheel, runs the tests, and then persists the wheel to the workspace for the deployment stage. After merging, we will need to cut a new test release to ensure we are properly restoring the workspace. - Consolidate smaller, miscellaneous tests into a single stage to reduce the concurrency contention imposed by Circle CI's rate limits * Address issue #440 * Speed up some tests & examples * Add to documentation 22 July 2021, 21:23:29 UTC
refs/tags/v1.8.4 8fd552a Update whats_new and citation for 1.8.4 (#467) 05 November 2021, 12:21:30 UTC
refs/tags/v1.8.5 cafd5c7 Missed a 3.6 reference (#473) 04 January 2022, 15:25:50 UTC
refs/tags/v2.0.0 4869c43 [MRG] Update macOS version we build on and update Cython pin (#511) * Add cython exclusion * Move off of deprecated 10.15 * Update whats new 20 August 2022, 00:15:06 UTC
refs/tags/v2.0.1 b465ee3 [MRG] Add M1 mac builds and fix nightly build (#513) * Add cross-compile helper from scikit * Fix lint * Try cibuildwheel * Add CIBW_BUILD env var * Use CIBW_BEFORE_BUILD * Skip 32-bit on windows * Swap '>' to '|' for yaml * Use '>' and '&&' * Add CIBW_BEFORE_TEST * Reinstall deps before testing * Cleanup * Use PYTHON_CROSSENV for mac builds * Skip musl builds * Fix format step? * Fix README check * Customize job names * Remove 'Python' from job names * Move 'make version' to CIBW_BEFORE_ALL * Update nightly to use cibuildwheel * Fix which versions we build * Don't use DEPENDENCIES env var * Skip musllinux builds * Use batch for windows * Try all caps? * Single percent * Try quotes? * Use pip instead of python -m * Back to 2 percents * Just try a bash script * Add slack notifications back * Remove architecture from slack message * Update whats new 23 August 2022, 11:55:51 UTC
refs/tags/v2.0.1rc1 b465ee3 [MRG] Add M1 mac builds and fix nightly build (#513) * Add cross-compile helper from scikit * Fix lint * Try cibuildwheel * Add CIBW_BUILD env var * Use CIBW_BEFORE_BUILD * Skip 32-bit on windows * Swap '>' to '|' for yaml * Use '>' and '&&' * Add CIBW_BEFORE_TEST * Reinstall deps before testing * Cleanup * Use PYTHON_CROSSENV for mac builds * Skip musl builds * Fix format step? * Fix README check * Customize job names * Remove 'Python' from job names * Move 'make version' to CIBW_BEFORE_ALL * Update nightly to use cibuildwheel * Fix which versions we build * Don't use DEPENDENCIES env var * Skip musllinux builds * Use batch for windows * Try all caps? * Single percent * Try quotes? * Use pip instead of python -m * Back to 2 percents * Just try a bash script * Add slack notifications back * Remove architecture from slack message * Update whats new 23 August 2022, 11:55:51 UTC
refs/tags/v2.0.2 afd2fac Python 3.11 Support (#524) * 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 03 November 2022, 13:26:31 UTC
refs/tags/v2.0.2rc1 afd2fac Python 3.11 Support (#524) * 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 03 November 2022, 13:26:31 UTC
refs/tags/v2.0.3 18cbe34 Update docs for 2.0.3 (#542) 15 March 2023, 20:23:50 UTC
refs/tags/v2.0.4 15919ef Use CIBW_ENVIRONEMNT_PASS_LINUX (#566) 23 October 2023, 16:17:56 UTC
back to top