https://github.com/bashtage/arch

sort by:
Revision Author Date Message Commit Date
ffe8292 Merge pull request #707 from bashtage/rls-6.3 RLS: Release 6.3 05 January 2024, 08:16:44 UTC
d169d43 RLS: Release 6.3 05 January 2024, 08:16:29 UTC
0e74343 Merge pull request #706 from bashtage/add-pre-release-testing CI: Add pre-release testing 04 January 2024, 18:15:42 UTC
bcc4c08 CI: Fix run condition 04 January 2024, 17:49:44 UTC
58aec4b FMT: Run black 04 January 2024, 12:55:47 UTC
9ac826c CI: Add pre-release testing 04 January 2024, 12:28:47 UTC
7c4fc34 Merge pull request #705 from bashtage/numpy-2 MAINT: Add NumPy 2 compat 02 January 2024, 17:53:36 UTC
3017bbf MAINT: Add NumPy 2 compat Check compatability with numpy 2 Improve compatability with future pandas 02 January 2024, 17:53:06 UTC
2d5cb94 Merge pull request #704 from bashtage/numpy-2 MAINT: Add NumPy 2 compat 02 January 2024, 14:12:05 UTC
0354117 MAINT: Add NumPy 2 compat Check compatability with numpy 2 Improve compatability with future pandas 02 January 2024, 13:17:17 UTC
a7103d3 Merge pull request #703 from bashtage/snyk-fix-99d08af56f3bab3e32fd6f77bdbbf443 [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 20 December 2023, 21:43:49 UTC
172d1de fix: doc/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-6133203 20 December 2023, 18:23:40 UTC
f2577b5 Merge pull request #690 from bashtage/bashtage-patch-1 DOC: Update README 16 October 2023, 10:24:24 UTC
6850b91 DOC: Update README Replace nbviewer links 16 October 2023, 10:23:43 UTC
368c45d Merge pull request #688 from bashtage/update-ci CI: Add Python 3.12 12 October 2023, 15:26:09 UTC
ca73936 Update requirements-dev for Windows 3.12 12 October 2023, 14:38:35 UTC
356595d CI: Add Python 3.12 12 October 2023, 14:10:14 UTC
9afe9ca Merge pull request #687 from bashtage/wolph-main Wolph main 12 October 2023, 13:51:46 UTC
e30a307 BUG: Correct dummy decorator 12 October 2023, 12:59:18 UTC
a96640b BUG: Allow direct use of dummy jit Allow use as both a decorator and directly 12 October 2023, 11:41:00 UTC
02e4527 BUG: Correct dummy function wrapper 12 October 2023, 10:49:22 UTC
57f2832 Sorted imports 12 October 2023, 00:02:53 UTC
08f17b8 Allow numba.jit to be used as a decorator 12 October 2023, 00:02:11 UTC
8884b04 Forcing arrays to be contiguous for potential performance improvements 11 October 2023, 20:35:44 UTC
b3e86bd Forcing arrays to be contiguous for potential performance improvements 11 October 2023, 20:32:22 UTC
294a504 ignoring numba jit decorators from coverage 11 October 2023, 20:23:38 UTC
3368c22 Sped up covariance estimate using numba 11 October 2023, 20:04:49 UTC
3f058ff Merge pull request #682 from jorenham/main Fixed deprecation warning 27 September 2023, 16:57:38 UTC
d4aa516 removed trailing whitespace 27 September 2023, 16:15:42 UTC
4b90fbc positional series indexing by unpacking 27 September 2023, 15:42:46 UTC
04ac7bb fix deprecated `pandas.Series` positional indexing warnings 27 September 2023, 14:07:23 UTC
fa76aa0 `np.asarray` -> `asarray` 27 September 2023, 13:02:48 UTC
02d41bd fix deprecated series positional indexing 27 September 2023, 12:59:05 UTC
95d1d65 Merge pull request #681 from bashtage/rls-6.2 RLS: Final changes for release 6.2 26 September 2023, 11:01:18 UTC
cb335b2 RLS: Final changes for release 6.2 26 September 2023, 10:59:58 UTC
26f90af Merge pull request #680 from bashtage/migrate-setup Migrate setup 26 September 2023, 10:36:44 UTC
e647ee9 STY: Fix flake8 issues 26 September 2023, 10:02:38 UTC
ead553b MAINT: Migrate setup to use more toml 26 September 2023, 09:59:17 UTC
5db5376 MAINT: Migrate setup to use more toml 26 September 2023, 09:34:06 UTC
98a2bfa Merge pull request #673 from bashtage/bug-figarch-forecast BUG: Correct multistep forecasting for FIGARCH 12 July 2023, 12:05:32 UTC
647dea2 BUG: Correct multistep forecasting for FIGARCH Add correction for reindexing changes for FIGARCH closes #670 12 July 2023, 10:09:00 UTC
6bf7e77 Merge pull request #669 from bashtage/maint-pytest MAINT: Improve pytest skip 27 June 2023, 13:19:48 UTC
c0326b0 MAINT: Improve pytest skip 27 June 2023, 11:08:46 UTC
cdbef7a Merge pull request #666 from bashtage/fix-606 ENH: Add performance warning 31 May 2023, 10:01:48 UTC
9de485a ENH: Add performance warning Add a performance warning when the max_lags is large closes #606 31 May 2023, 10:01:19 UTC
1c7fa99 Merge pull request #665 from bashtage/fix-616 Fix 616 30 May 2023, 12:51:08 UTC
2a49b34 Small fixes 30 May 2023, 10:55:35 UTC
a7f8cc7 MAINT: Remove reindex and fix notebooks Fix notebook data alignment Remove reindex Update notebooks to best practices 30 May 2023, 10:00:09 UTC
72fbca4 Merge pull request #664 from bashtage/fix-632 DOC: Update release note 26 May 2023, 16:59:54 UTC
5001732 DOC: Update release note 26 May 2023, 15:53:25 UTC
881b6ea Merge pull request #662 from bashtage/fix-632 BUG: Fix issue with rescale and AR models 26 May 2023, 15:50:49 UTC
00b3651 Relax tolerance for x86 26 May 2023, 15:50:15 UTC
331e0fb Mark method as abstract 26 May 2023, 14:49:55 UTC
2ebf5d3 BUG: Fix issue with rescale and AR models Fix issues hwere lags were not correctly rescaled when running an ARX model 26 May 2023, 14:39:04 UTC
7463eac Merge pull request #661 from bashtage/rollback-cython MAINT: Rollback Cython to 0.29 branch 23 May 2023, 09:42:21 UTC
dd62b05 MAINT: Rollback Cython to 0.29 branch Rollback to get conda-forge to work on release 6 branch 23 May 2023, 09:27:46 UTC
0e59196 Merge pull request #660 from bashtage/upgrade-minimums MAINT: Bump Python to 3.9 22 May 2023, 11:50:39 UTC
e163a75 MAINT: Bump Python to 3.9 Bump Python Update requirements files Improve code quality issues 22 May 2023, 11:50:22 UTC
f34bf20 Merge pull request #658 from bashtage/update-ci-v2 MAINT: Update numba for CI runs 21 May 2023, 16:04:12 UTC
7d600ec MAINT: Selectively uninstall numba 21 May 2023, 14:47:08 UTC
5411230 MAINT: Skip numba on windows CI 21 May 2023, 14:33:19 UTC
54abe4a MAINT: Simplify patch 21 May 2023, 14:17:33 UTC
1db21ef MAINT: Pin xdist on windows 21 May 2023, 14:14:01 UTC
63430e0 MAINT: Try to disable fastmath 19 May 2023, 18:04:21 UTC
4a54ffe MAINT: Cap numba on CI 19 May 2023, 17:38:35 UTC
61034be MAINT: Address issues with inf and numba 19 May 2023, 17:18:38 UTC
9d3cdcf MAINT: Update numba for CI runs 19 May 2023, 16:50:32 UTC
c0a4f07 Merge pull request #656 from bashtage/improve-mcs ENH: Improve MCS when there is invalid use 17 May 2023, 09:39:22 UTC
32c4d20 ENH: Improve MCS when there is invalid use Allow for exact ties when removing models Warn users for invalid use 17 May 2023, 09:16:56 UTC
5e2d9a4 Merge pull request #653 from bashtage/doc-status MAINT: Show status to find untracked files 11 May 2023, 13:10:23 UTC
d1837e5 MAINT: Show status to find untracked files 11 May 2023, 13:08:19 UTC
527bcb0 Merge pull request #652 from bashtage/update-ci MAINT: Further changes to requirements 11 May 2023, 08:06:30 UTC
05bde3d MAINT: Further changes to requirements 11 May 2023, 07:39:30 UTC
74ff8e3 Merge pull request #651 from bashtage/update-ci MAINT: Avoid flakey run 10 May 2023, 17:48:37 UTC
3d4d473 MAINT: Avoid flakey run 10 May 2023, 17:21:00 UTC
b7c9ebe Merge pull request #650 from bashtage/update-setup-and-req MAINT: Bump minimum versions 10 May 2023, 15:58:37 UTC
3fcae5c MAINT: Bump minimum versions Bump minimum versions Switch to Cython 3 branch Fix deprecations 10 May 2023, 15:38:05 UTC
8665365 Merge pull request #649 from jorenham/main prefer `functools.cached_property` for python >= 3.8 10 May 2023, 15:30:37 UTC
d027688 prefer functools.cached_property for python >= 3.8 10 May 2023, 13:43:46 UTC
778e203 Merge pull request #648 from bashtage/doc-fixes DOC: Update readme 26 April 2023, 15:00:48 UTC
fa25a2d DOC: Update readme 26 April 2023, 15:00:34 UTC
f262a1a Merge pull request #647 from bashtage/doc-fixes DOC: Small corrections for {{ 26 April 2023, 14:59:13 UTC
0762594 DOC: Small corrections for {{ 26 April 2023, 14:58:59 UTC
1f277d6 Merge pull request #646 from bashtage/rls-5.5 RLS: Rlease note for 5.5 25 April 2023, 13:22:35 UTC
075cf5c RLS: Rlease note for 5.5 25 April 2023, 13:22:12 UTC
7befc1b Merge pull request #645 from bashtage/sphinx-immaterial DOC: Fix python version in doc build 25 April 2023, 13:08:29 UTC
faed5bc DOC: Fix python version in doc build 25 April 2023, 13:08:14 UTC
bfff0f0 Merge pull request #644 from bashtage/sphinx-immaterial DOC: Fix bugs in conf 25 April 2023, 12:47:07 UTC
9a6d620 DOC: Fix bugs in conf 25 April 2023, 12:46:52 UTC
54cc340 Merge pull request #643 from bashtage/sphinx-immaterial MAINT: Change python doc build version 25 April 2023, 12:46:01 UTC
2b47829 MAINT: Change python doc build version 25 April 2023, 12:45:39 UTC
5e70e2a Merge pull request #642 from bashtage/sphinx-immaterial DOC: More to sphinx-immaterial 25 April 2023, 12:42:23 UTC
4f9981c DOC: More to sphinx-immaterial 25 April 2023, 12:42:07 UTC
ebf9bc9 Merge pull request #641 from bashtage/future-and-mypy MAINT: Protect against future changes 25 April 2023, 10:12:30 UTC
ca85370 MAINT: Protect against future changes Protect against NumPy changes Small typign fixes 25 April 2023, 09:45:02 UTC
2bc308e Merge pull request #640 from bashtage/enable-cow-support MAINT: Enable copy-on-write support 21 April 2023, 16:17:37 UTC
7f08514 MAINT: Enable copy-on-write support 21 April 2023, 15:26:39 UTC
5dbb5d9 Merge pull request #639 from bashtage/improve-appveyor CI: Reconfigure appveyor 13 April 2023, 09:19:03 UTC
aab9d28 CI: Reconfigure appveyor 13 April 2023, 09:05:53 UTC
839dcf6 Merge pull request #638 from bashtage/rls-docs DOC: Add 5.4 release note 12 April 2023, 15:55:53 UTC
back to top