https://github.com/alkaline-ml/pmdarima

sort by:
Revision Author Date Message Commit Date
18cbe34 Update docs for 2.0.3 (#542) 15 March 2023, 20:23:50 UTC
587c380 [MRG] Explicitly set dtype=object when generating permutations (#534) * Explicitly set dtype=object * Try uninstall/install instead of upgrade * Upgrade scipy and numpy 20 December 2022, 22:29:43 UTC
dde2742 [MRG+1] Fix regression introduced by scikit-learn 1.2.0 (#532) * Try fixing scikit regression? * Get rid of all keyword args? 12 December 2022, 13:15:52 UTC
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
f999f87 Add 2.0.1 link to doc index.rst (#515) 23 September 2022, 12:16:00 UTC
7585926 Added extra info to ValueError in predict() (#517) 21 September 2022, 18:19:13 UTC
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
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
df4fb4d Update doc and add version footnote (#509) 15 June 2022, 20:22:21 UTC
7ea556f Normalize on manylinux_2_28 (#506) 09 June 2022, 14:17:56 UTC
31c8c34 [MRG+1] Improve Readability (#504) * Improve Readability Signed-off-by: Ryan Russell <git@ryanrussell.org> * Revert intentional `exogeneous` Signed-off-by: Ryan Russell <git@ryanrussell.org> 01 June 2022, 18:23:45 UTC
4879065 Fix typo (#502) 26 May 2022, 22:01:41 UTC
30311b2 Impl #499 (#500) 25 April 2022, 15:22:20 UTC
ec55ac5 [MRG+1] Sunset 32-bit builds (#498) * Sunset 32-bit builds * Typo 18 April 2022, 15:33:36 UTC
c5eb42d Update `whats_new`, doc (#497) 18 April 2022, 13:53:12 UTC
294fcd3 [MRG+1] Add 'concurrency' block to GHA and fix build warnings (#496) * Add 'concurrency' block to GHA * Clean up some build warnings 18 April 2022, 13:27:15 UTC
0c7a3a2 [MRG+1] Add `fittedvalues` to public ARIMA api (#495) * Address #493 * Add a unit test * Fix build requirements * :books: Add to doc. Again... 16 April 2022, 03:47:05 UTC
c6ace44 Remove old deprecation warnings (#494) 16 April 2022, 02:51:23 UTC
62b82c4 [MRG+1] aarch64 wheels (#458) * Retry aarch64 builds * Try using 3rd-party action * Remove slash? * Don't use a shell script? * Debug * Use pyenv? * Include curl * Include gcc * Add zlib * Need the dev flag * More OS deps * Re-init shell during run * Use python * Fix env? * Don't use env * Fat fingers * Debug * Stupid typo * Fix shims * Preinstall set up tools * More dependencies * Change var name * Try to run it all in a container? * Don't test on aarch64 * Try again with quay * Add auditwheel * Fix cd * Don't use PYTHON variable * Add docs * Format 04 April 2022, 15:04:53 UTC
88e3694 fix comments and doc which refer to n_fits as n_iter (#490) Co-authored-by: Anne DeCusatis <anne.decusatis@gmail.com> 01 April 2022, 21:13:27 UTC
26292c0 [MRG+1] Fix bug introduced by latest setuptools (#491) * Don't use bugged setuptools version * Explicitly set packages key * Use find_packages instead of [] * Remove unnecessary comment 01 April 2022, 19:13:00 UTC
21b3177 Don't use deprecated circlci/classic machines (#486) 01 April 2022, 00:51:46 UTC
accd2e6 [MRG] Bump citation version and date and misc. fixes (#484) * Bump citation version and date * Add missing doc link 22 February 2022, 14:27:32 UTC
cafd5c7 Missed a 3.6 reference (#473) 04 January 2022, 15:25:50 UTC
4adbc5a [MRG+1] Remove Python 3.6 support (#472) * Remove Python 3.6 support * Update README 02 January 2022, 18:05:41 UTC
1c79ae5 [MRG+1] Add builds for Python 3.10 (#459) * Add builds for 3.10 * Default to empty ucs tag * lil cleanup * Don't build for 32-bit windows * README comment * Try using environment markers * See if not preinstalling works? * Just remove the pre-install block * Add deprecation warning 02 January 2022, 17:42:39 UTC
64e2bfc Switch to macos-10.15 instead of macos-latest (#470) 28 November 2021, 21:48:59 UTC
8fd552a Update whats_new and citation for 1.8.4 (#467) 05 November 2021, 12:21:30 UTC
3d2485f [MRG+1] Add compatibility for statsmodels 0.13 and higher (#457) * Add compatibility for statsmodels 0.13 and higher * Change defaults * One more * Add mocked test * Change default in wrapped function? * Fix defaults for pacf in version < 0.13.0 * Remove compat test * Fix overrides :eyeroll: * Fix fft default * Empty commit for GH Actions * idiot 05 October 2021, 17:03:57 UTC
7c7618a [MRG+1] Bump citation version and misc fixes (#456) 24 September 2021, 22:09:27 UTC
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
38755d3 [MRG+1] Implement strategy from scikit-learn/scikit-learn#20506 (#455) * Implement strategy from https://github.com/scikit-learn/scikit-learn/issues/20506 * Compat for versions <= 0.24.2 * Just use self? * Docstring daddy * linting * Fix docstring indentation * PR feedback and whats_new * Fix condition since they don't use full semver * Use parse_version * Update __all__ 24 September 2021, 20:20:49 UTC
d17a23e [MRG+1] Upgrade to GitHub's form syntax (#452) * Upgrade to GitHub's form syntax * Fix uniqueness issue? 24 September 2021, 13:25:52 UTC
2698abe Bump jQuery version (#453) 24 September 2021, 12:41:43 UTC
7822887 [MRG] Change numpy pin to allow versions greater than 1.19.X (#451) * Bump lowest supported version to 1.9.4 * Update CI/CD * Use 1.19.3 * Fix circle? * Make bash default * Bump minimum pandas version to see if that helps Circle * Use newer manylinux image? 21 September 2021, 20:36:00 UTC
0b831e2 [MRG+1] Remove absolute paths in sdist SOURCES.txt (#450) 27 August 2021, 21:29:43 UTC
3a4b2fe Add CITATION.cff file (#447) 27 August 2021, 21:11:07 UTC
dd35c85 [MRG] Consistent prediction results for simple_differencing = True and False (#439) * SARIMA with simple_differencing = True now predicts undifferenced forecast with confidence interval * Docstrings for a new function * Cleaning for a pull request * Cleaning and adding tests * typo * Using the same function call to get confidence interval as the arima function in statsmodels * Removing unnecessary files for a pull request * Revert "Removing unnecessary files for a pull request" This reverts commit 9ff6d9458c7f897c87efc2c5fe3635e7d5c6771a. * - Removing a my diff file - Removing lines of my debug files from .gitignore * Resolving test-linting * Another test-linting 24 July 2021, 17:10:53 UTC
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
82675cf [MRG+1] Implement #364 (#428) * Implements a feature outlined in #364 * Created tests for #364 * Fix lint errors Co-authored-by: Aaron Smith <aaron.smith@ironnetcybersecurity.com> 07 May 2021, 13:18:59 UTC
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
db4c92e [MRG+1] Fix bash syntax and update manylinux container (#422) * Fix bash syntax * Update manylinux image 18 April 2021, 14:27:39 UTC
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
1761972 [MRG+1] Fix bug related to window_start index in RollingForecastCV. Fix the t… (#413) * Fix bug related to window_start index in RollingForecastCV. Fix the test related to this class that also had a bug. * Fix bug related to window_start index in RollingForecastCV. Fix the test related to this class that also had a bug. 24 February 2021, 12:47:29 UTC
95b41f3 Speed up the CV example (#414) 22 February 2021, 14:29:01 UTC
fcfdf18 [MRG+1] Override env for mac builds (#411) * Override env for mac builds * Only override for certain numpy versions * Use NumpyVersion * Fix import 08 February 2021, 14:12:26 UTC
a0e8966 [MRG+1] Update Cython pin (#409) * Update Cython pin * Update whats_new 20 January 2021, 15:47:36 UTC
b0d2e4d [MRG+1] Fix LogEndogTransformer clone (#408) * Address Issue #407 * Add a test with log endog transformer * :books: Update whats_new * :books: Update whats_new 20 January 2021, 15:29:47 UTC
15537cb [MRG+2] Add fix for issue#370 to allow iterables (#406) * Add fix for issue#370 to allow iterables * Remove unused import * Alphabetize list and add 'rfc' to list of artifacts * Make changes to check for string 20 January 2021, 15:13:26 UTC
23d4d0d Update what's new for 1.8.0 (#403) 02 December 2020, 16:09:46 UTC
6348dae Allow everything except 50.0.0 (#402) 02 December 2020, 01:03:05 UTC
c5d0524 [MRG+1] Fix upper bound in RollingForecastCV (#388) * Fix upper bound * Use SlidingWindow method 30 November 2020, 18:23:09 UTC
64b107f [MRG] Refactor random search into auto-solvers (#387) * Migrate random searches into auto_solvers module * Migrate random search to auto solvers * Fix one warning * Fix broken test 30 November 2020, 17:43:13 UTC
c5e4df3 Change statsmodels pin (#394) 30 October 2020, 21:09:03 UTC
9962c67 Use setup-python v2 everywhere (#396) 30 October 2020, 20:57:41 UTC
d667820 [MRG+1] Exogenous -> X (#385) * Get compat lib passing * Tests should now pass, albeit with warnings * Remove last vestiges of exogenous * Address comments 09 September 2020, 13:23:10 UTC
efde8bf [RFC] exogenous -> X (#372) * Add RFC for switching to X * Rebase 05 September 2020, 11:58:01 UTC
76284a6 Rm -rf python 3.5 (#384) 02 September 2020, 20:25:25 UTC
f4de522 Pre 1.7.1 (#383) * Add to whats_new * Pin setuptools again 02 September 2020, 18:48:03 UTC
08ced89 [MRG+1] Update nightly build script (#377) * Bump action version * Add run_id check * Fix typo * Move run_id check higher * Literally, learn to spell * Add action echo * Add link? * Fix link? * Add env.? * Fix quotes * Try adding i to the env block * Try backtick method * Try explicitly setting it * Try RUN_ID directly * Set run ID before failure * Add step to post releases to slack * Only run on previous step failure * Add logic to post to slack * Fix author name * Add dollar sign * Be sure to install requests * See if blocks work * Sort input alphabetically * Try raw table * Change var names * Use repr * This is the one * Add failure message back * Remove alphabetical sort We sort by release date later, so it is unnecessary * Add raise for status * Start on cache * Add cache conditional * Re-add raise for status * Test cache change 01 September 2020, 14:22:44 UTC
d1e83e6 [MAINT] Do not run CI/CD on push to branch (#381) * Do not run CI/CD on push to branch * Do for version tagging too 01 September 2020, 13:58:49 UTC
1cc18db Remove pypy builds/tests (#380) 01 September 2020, 13:40:06 UTC
2ef914f Pin setuptools (#379) 01 September 2020, 13:15:41 UTC
8fefd34 Pin statsmodels to <0.12 (#378) 01 September 2020, 12:41:28 UTC
d90d91e [MRG+1] Support custom scoring (#373) * Support custom scoring * Add to whats_new 03 August 2020, 12:05:06 UTC
2cb61f0 Add a page (#367) 30 July 2020, 15:30:01 UTC
840b6b1 [MRG] Fix cv splits (#366) * Fix cv splits referenced in issue #364 * Make test more complete, add in whats_new * Add two more tests 28 July 2020, 20:50:35 UTC
22c50a3 [DOC] :books: Add a migration guide for pyramid -> pmdarima (#363) * Add a migration guide for pyramid->pmdarima * Fix one warning 15 July 2020, 13:41:15 UTC
1ead4fe [MAINT] Stepwise changes (#361) * Some stepwise changes to logging * Reworking auto_solvers * Overhaul internal code * Refactor tests * Add r equivalency test * One more test * Speed up some tests * Migrate more into validation lib, add tests * Update doc one last time before merging 13 July 2020, 14:23:31 UTC
ad07a69 [MRG+2] support inverse_transformer when return_conf_int=True (#360) * feat: support inverse_transform with conf_int * chore: fix linting * perf: remove irrelevant variables * test: add more detailed test on conf_ints * chore: linting Co-authored-by: Taylor G Smith <tgsmith61591@gmail.com> 12 July 2020, 22:12:02 UTC
f28fb70 [MRG+1] Remove legacy pickling behavior (#359) * Remove legacy pickling behavior * FIx permissions issue 10 July 2020, 16:13:58 UTC
20809be [MRG] Address issue #354 (#356) * Address issue #354 * Some minor changes 09 July 2020, 12:42:56 UTC
9827620 [MRG+1] Ignore warnings we don't care about in tests (#353) * Add blanket ignores for warnings * Ignore divide by zero warnings 29 June 2020, 19:00:38 UTC
bcdb7c7 [MRG+1] Implement doc base image (#347) * Use docker image * New make target * Learn to spell * Use docker docs everywhere * Use -w and remove && 29 June 2020, 16:11:40 UTC
3838bff [MRG+1] Emit warnings / custom errors for differencing issues (#352) * Add imports to __init__ * Address issue #341 Adds a context manager for re-raising known errors with a more meaningful message * Add a fix for issue #351 * Move context manager to utils.py * Add test of varargs * Expand reference path * Address PR comments 29 June 2020, 15:34:25 UTC
2f31e12 [MRG+1] Fix to_dict test (#349) * Try allclose with the failing assertions * Fix linting 24 June 2020, 12:51:43 UTC
0fae1e2 Bump our doc requirements as well (#337) 19 May 2020, 14:00:03 UTC
ae332f2 [DOC] :books: Update `whats_new` (#336) 19 May 2020, 12:44:31 UTC
7caf18f Set a ceiling on cython version (#335) 19 May 2020, 12:18:14 UTC
fd3af9f [MRG+1] Bump minimum statsmodels (#334) * Bump minimum statsmodels * Fix linting error * Bump build_requirements.txt too * Rip out regression testing * Don't use PEP517 on scikit-learn * Use latest pypy image * Don't use PEP517 for statsmodels either * Use stretch image * Go back to 7.1.1 * Revert "Go back to 7.1.1" This reverts commit a3583cff710c05ea32b99b4f751e92ebced19dcf. * Use slim-stretch * Revert "Use slim-stretch" This reverts commit a0234a8084243ae0ca114e4231443fc265199710. 16 May 2020, 23:38:52 UTC
2e46395 Add 3.8 tag to pypi 01 May 2020, 13:13:10 UTC
e2bfd5d [MRG] Fix typo and docs (#330) 30 April 2020, 13:15:10 UTC
ab4fe39 Rewrite check_is_fitted (#324) Co-authored-by: Aaron Smith <aaronreidsmith@gmail.com> 28 April 2020, 12:31:39 UTC
d05a64f [MRG+2] Remove conda support (#325) 27 April 2020, 22:08:58 UTC
dbd5fca [MRG+1] ValueError for predict_in_sample when start < d (#323) * Add warning for #286 * Scratch that, make it an error 23 April 2020, 12:01:17 UTC
f35fec1 [MRG+1] Avoid KeyError on downloads badge script (#318) 18 April 2020, 15:59:03 UTC
99b39a6 [MRG+1] Fix deploy (#320) * Add to whats_new * Put version before render * Remove question mark from regex * Pin quay.io image Co-authored-by: tgsmith61591 <tgsmith61591@gmail.com> 18 April 2020, 14:18:46 UTC
86f10ca Add to whats_new (#319) 18 April 2020, 12:25:20 UTC
7a1b523 [MRG+2] Add date featurizer (#315) * DateFeaturizer implementation * Fix a test * Create example for date featurizer * Use tarballs, not pickles 06 April 2020, 13:31:14 UTC
336ae08 [MRG+2] Fix for issue#316 decompose error where m is odd (#317) * Fix for issue#316 decompose error where m is odd * Fix the dumb linting issues * Get rid of trailing whitespace...I should really figure out how to get the make file to work on a windows laptop 02 April 2020, 23:52:11 UTC
cd333d6 [MRG+1] New error action (#314) Adds 'trace' error_action for auto_arima, which will log the stack trace as a warning when a model cannot be fit. This is preferable to the generic "stationarity" error message we currently emit. 27 March 2020, 14:31:14 UTC
6b0ee85 [MRG+2] Replaced keyword argument "normed" to "density" in method pmdarima.arima.ARIMA.plot_diagnostics (#309) * Corrected the plot_diagnostics method in pmdarima.arima.arima at line 1201 to replace the deprecated keyword argument from "normed" to "density" (from matplotlib.pyplot.hist). The "normed" keyword is no longer supported in matplotlib since version 3.2.0 * Created the new function .compat.matplotlib.mpl_hist_arg instead of simply changing the 'normed' keyword argument in .arima.plot_diagnostics, so as not to not break compatibility with matplotlib versions lower than 2.1.0. * Edited the function .compat.matplotlib.mpl_hist_arg to be more Pythonic and use kwargs * Corrected line length to conform to PEP 8 12 March 2020, 11:39:58 UTC
b79db31 [MRG+2] Added check for out_of_sample_size when information_criterion='oob' (#306) 29 February 2020, 23:43:46 UTC
b5aaaf5 Nightly build (#302) 25 February 2020, 13:58:52 UTC
942f284 [MRG+2] Fix conda deployments (#300) * Use git url * Change windows * Remove extra curly brace * Temp changes for local testing * Specify python version * Use curly braces... * Add root path back * Add string back * Add check step * Activate env * Update string * Try double quotes * Add echo * Try adding ls to mac * Change gitignore * Try bld files? * Try removing ignore installed * Use double quotes * Update Conda * Add yes flag * Add it on mac build too... * Try dollar python * Try dollar prefix * Revert previous change * Try setup.py * Remove preprocessing on mac * Try setting INLCUDE and LIBRARY paths * Consolidate a bunch of stuff * Try bld.sh * Added echo statements * Apparently it is build.sh * Install dependencies * Try dollar python * Add cat step * Try removing stuff from build section * Add conda render step * Use conda's versioning * Fix render_meta * Try overwriting? * Remove numpy from build section * Don't use dollar python * Add set flags * Don't use build.sh * Make build env before building... * Try source activate * Try isntalling twice? * Bring windows back * Don't activate on unix for some reason * Add comment * Remove activate on windows * Try conda-build * Add check for lib on unix * Fix check for lib * Try fix windows * Ditch lib check * Ensure VERSION is created before building * Clarifiying comment * Add lib check back in * Remove brackets * Add lib check on all three platforms * Fix deploy variable * Fix for windows * Try which * Try 7zip on windows * Use 7z instead of 7zip * Try force-local * lib -> Lib * Ensure lib is created before deploying * Execute file, now that we have a previous step 18 February 2020, 13:47:37 UTC
486e0f3 [MRG+1] Add executable on ADO (#297) * Add executable * Add executable permission * Try adding executable again? 14 February 2020, 15:37:03 UTC
ae33757 [MRG+1] Hotfix take 2 (#296) * Use full path for conda deploy * See what the ref even is * Close the dang quote * See what is in our vars * Use yes/no * Add outputs level * reinstate deploy step * Properly pluralize outputs 14 February 2020, 14:45:45 UTC
db4a587 [MRG+1] Hotfix for 1.5.3 deploy (#295) * Change how we check for a tag on github * Fix our version check step * Ensure VERSION file created on windows * Add condition * Add version check test * Fix regex and move deploy to its own file * Fix github deploy step * Python 3.8 fix with red hat image * Fix circle regex as well * Change conditional order * Bash does not like quotes 14 February 2020, 13:41:49 UTC
673c200 [MRG+1] CV predict + statsmodels 0.11+ support (#293) * Hopefully fix broken tests due to statsmodels * Add cross_val_predict + fix regression test * Add to doc * Reeee * Add check for steps > h * Add test for step, h * I'm stupid * kms * Only block CV w steps > h in cv_predict * Add one more example * Little more coverage 05 February 2020, 00:39:28 UTC
b5a75f2 Pin statsmodels to 0.10.* (#290) 22 January 2020, 14:10:48 UTC
back to top