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

sort by:
Revision Author Date Message Commit Date
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
8566f99 [MRG+1] Fix deploy doc (#289) 22 January 2020, 13:33:35 UTC
4548e32 [MRG+1] Split deploy doc into 2 steps (#287) 21 January 2020, 01:11:48 UTC
1daf358 Catch corner case in downloads badge script 21 January 2020, 00:50:23 UTC
c87adf9 [MRG+1] Update stock example & address #281 (#285) Fix #281 & add gasoline dataset 03 January 2020, 18:16:23 UTC
037c978 Add ability to test CI/CD using rc tags 01 January 2020, 19:36:22 UTC
e103797 Fix README 27 December 2019, 13:56:48 UTC
57c43c5 Don't rebuild PyPY dependencies on master 26 December 2019, 15:37:47 UTC
b1dcd17 Add Python 3.8 support * Adds 3.8 support only for PyPI builds (our conda dependencies do not support 3.8 yet) 24 December 2019, 13:46:59 UTC
edb69b2 Add first-party Conda Distributions * Migrates normal Windows and Mac builds to Github Actions * Adds Conda builds on Azure Pipelines 23 December 2019, 13:33:45 UTC
8addb9f Use new pypy image 20 December 2019, 15:51:05 UTC
63440bf Build/host our own pypy dependencies 20 December 2019, 14:26:51 UTC
035650a Update issue templates to use show_versions() 18 December 2019, 14:13:09 UTC
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
a7b1a3e change develop to master for note about bleeding edge docs (#274) 16 December 2019, 17:49:59 UTC
d1aae5c [MRG+1] Fix max_order bug (#273) 🐛🔨 Fix #272 16 December 2019, 14:39:32 UTC
8060c74 Remove Python 2 compatibility and clean imports 16 December 2019, 13:38:15 UTC
9114370 Merge pull request #268 from alkaline-ml/cv-examples [MRG+2] New doc example + fix doc versioning 14 December 2019, 13:23:56 UTC
bc4d6c4 Import pmdarima in conf.py 14 December 2019, 03:00:52 UTC
1a56ecf Fixx my idiocy actually tho 13 December 2019, 23:23:58 UTC
3a9c2bd Fix my idiocy. Maybe 13 December 2019, 23:21:59 UTC
aaf08cc Fix how we version sphinx docs 13 December 2019, 23:02:19 UTC
fa9c434 :books: Doc changes: - Add train_test_split - Add end-to-end example 13 December 2019, 16:48:25 UTC
59d60a8 Merge pull request #264 from alkaline-ml/seasonal-decomposition-example-docs [MRG+2] Seasonal decomposition example docs 12 December 2019, 16:07:38 UTC
back to top