https://github.com/bashtage/arch

sort by:
Revision Author Date Message Commit Date
6181efe Merge pull request #219 from bashtage/optional-mpl Optional mpl 14 August 2018, 07:59:42 UTC
5f6cbce Merge branch 'master' into optional-mpl 14 August 2018, 07:59:34 UTC
bfe7669 BLD: Split coverage and docs Use different jobs to build docs and report coverage 14 August 2018, 07:58:31 UTC
ba22066 Merge pull request #218 from bashtage/update-doc-structure DOC: Switch to nbshpinx 14 August 2018, 07:57:05 UTC
cc5c46c DOC: Switch to nbshpinx Simplify setup by using nbsphinx to handle notebooks 14 August 2018, 07:28:36 UTC
071e8ca BLD: Remove MPL as explicit dependency Remove matplotlib as explicit dependency 14 August 2018, 07:26:19 UTC
da65517 BLD: Run tests with optional MPL Configure some enviornments ot run without MPL to verify it is optional 14 August 2018, 07:23:29 UTC
837f887 BLD: Simplify setup Remove soft dependency check 14 August 2018, 06:28:15 UTC
aa55a80 Merge pull request #216 from bashtage/fix-docs DOC: Update change log 13 August 2018, 20:42:53 UTC
8d3f8d0 DOC: Update change log Update change log with latest changes Add Python 3.7 testing 01 August 2018, 22:51:39 UTC
a7874d3 Merge pull request #215 from bashtage/name-unitroot-outputs ENH: Add column names to regression results in ADF 31 July 2018, 09:39:41 UTC
4616a6b ENH: Add column names to regression results in ADF Add column names to regression results in DF-type tests 31 July 2018, 08:24:52 UTC
aaf2f27 Merge pull request #212 from bashtage/fix-small-errors Fix small errors 13 June 2018, 11:28:24 UTC
a5b069e TST: Update testing configs Update testing configs to drop 3.4 and older versions 13 June 2018, 10:23:03 UTC
36b075c MAINT: Fix small errors and warnings Clean up some small errors and warnings 13 June 2018, 10:08:14 UTC
73a9d9d CLN: Remove small technical isssues Clean up two bad smells 13 June 2018, 09:49:36 UTC
a4c5d18 Merge pull request #211 from bashtage/improve-coverage-utility TST: Improve coverage of utility 11 June 2018, 17:15:36 UTC
eb539c1 TST: Improve coverage of recursions Ensure defensive code works as expected 11 June 2018, 17:15:12 UTC
858c1b8 TST: Improve coverage of utility Improve coverage of utilities 11 June 2018, 14:06:49 UTC
0250cae Merge pull request #210 from bashtage/switch-to-random-state MAINT: Remove use of global RandomState 11 June 2018, 13:18:09 UTC
c7d0187 MAINT: Remove use of global RandomState Remove calls to global RandomState object 11 June 2018, 11:59:39 UTC
03cd0dd Merge pull request #208 from bashtage/fix-docs DOC: Fix wrong subscripts 06 April 2018, 10:49:09 UTC
8bb7868 DOC: Fix wrong subscripts Fix incorrect subscripts closes #207 06 April 2018, 09:52:06 UTC
3beffd6 DOC: Update sphinx conf Update conf to return intended look 15 March 2018, 10:19:49 UTC
4d3672d BLD: Update binstar recipe Update binstar build recipe for 4.3.1 [skip ci] 13 March 2018, 17:00:47 UTC
8af6161 Merge pull request #200 from bashtage/fix-ged BUG: Ensure GED is used in arch_model 14 December 2017, 09:11:43 UTC
bc37898 BLD: Ensure docs are built for tagged version Build docs on tags and master 14 December 2017, 08:40:11 UTC
6264d3a BUG: Ensure GED is used in arch_model Add path for GED Update license Fix small warning issue in SKewT 14 December 2017, 08:26:23 UTC
16a7fd3 BLD: Ensure all files are included in sdist Add missing files to MANIFEST [skip ci] 13 December 2017, 22:14:24 UTC
031518c BLD: Ensure docs are build on tag Ensure docs get built on release tag 13 December 2017, 21:56:28 UTC
3aa6971 Merge pull request #199 from bashtage/add-ged-distn Add ged distn 13 December 2017, 15:30:48 UTC
2f20c95 CLN: Remove typos Remove multiple typos across many files 13 December 2017, 14:50:10 UTC
70f9687 BUG/ENH: Enable 1-step forecasting with exog Enable forecating with exogenous variables for only h=1 13 December 2017, 13:41:55 UTC
98bad82 ENH: Add generalized error distribution Add GED to available distributions 13 December 2017, 13:41:29 UTC
2db76fa DOC: Improve doc build Ensure version ends up in doc build Clarify variable types 10 November 2017, 09:49:14 UTC
28d8ca6 Merge pull request #197 from bashtage/optimization-options ENH: Allow optimization options 10 November 2017, 06:17:13 UTC
8c657ce CLN: Remove unused function Remove linear_constraints since no longer used 10 November 2017, 06:16:43 UTC
94d0f8a ENH: Allow optimization options Refactor to use generic scipy interface Allow options to be set by the user closes #195 10 November 2017, 06:14:50 UTC
8b036a7 DOC: Avoid invalid escapes Use literal strings for LaTex 02 November 2017, 22:57:31 UTC
edc8b16 BUG: Correct error type Allow for either IndexError or AttributeError 02 November 2017, 22:55:35 UTC
c9c4b1c BLD: Fix setup Restore setup so that it works with modern pandas 02 November 2017, 22:41:45 UTC
968b140 TST: Update setup and remove exception Remove bare exceptions Update setup Move flake8 run 02 November 2017, 22:32:14 UTC
76f5d4f Merge pull request #196 from bashtage/cython-coverage BLD: Add coverage of Cython code 12 October 2017, 18:22:43 UTC
1d456dd BLD: Add coverage of Cython code Add coverage for Cython code 12 October 2017, 17:11:02 UTC
3d3b390 Merge pull request #194 from esvhd/conf_int_bca_fix np.atleast_1d() fix for conf_int(method='bca') on scaler inputs. 12 September 2017, 16:20:04 UTC
80c9b73 Add test case for conf_int(method='bca') with scaler input to ensure dimension. 09 September 2017, 07:59:10 UTC
5a8367d conf_int(method='bca') scaler fix. 07 September 2017, 22:40:01 UTC
7523d28 np.atleast_1d() fix for conf_int(method='bca') on scaler inputs. 06 September 2017, 20:33:11 UTC
994e1bc Merge pull request #192 from bashtage/estimate-ewma ENH: Allow estimation of EWMA Variance parameters 02 September 2017, 23:05:03 UTC
6a36dc7 ENH: Allow estimation of EWMA Variance parameters Allow estimation of EWMA variance parameter along with other model parameters 02 September 2017, 22:45:55 UTC
1b2be26 Merge pull request #190 from bashtage/summary-repr ENH: Switch repr of results to summary 23 August 2017, 23:06:31 UTC
f67f2f5 CLN: Avoid overflow Avoid overflow warning when using exp in EGARCH 23 August 2017, 22:42:32 UTC
59e5b3f ENH: Switch repr of results to summary Show summary when a results instance is repr'd 23 August 2017, 22:00:00 UTC
ef52881 Merge pull request #187 from bashtage/deprecate-spelling-mistake Deprecate spelling mistake 30 July 2017, 20:50:37 UTC
02dcbf6 DEP: Add test for deprecated module Add test for deprecated module 30 July 2017, 19:19:10 UTC
ee60326 DEP: Formally deprecate misspelled module Re-add renamed module with deprecation warning 29 July 2017, 15:38:19 UTC
80b65ad Merge pull request #186 from gliptak/comparrison Rename multiple_comparrison to multiple_comparison 29 July 2017, 11:54:17 UTC
43c1a97 Rename multiple_comparrison to multiple_comparison Signed-off-by: Gábor Lipták <gliptak@gmail.com> 28 July 2017, 21:22:53 UTC
322d132 Merge pull request #185 from gliptak/hoood1 Rename loglikelihoood to loglikelihood 28 July 2017, 07:52:08 UTC
d13a40f Merge pull request #184 from gliptak/doc2 Correct doc typos 28 July 2017, 07:51:48 UTC
bcaf2b7 Rename loglikelihoood to loglikelihood Signed-off-by: Gábor Lipták <gliptak@gmail.com> 28 July 2017, 01:37:29 UTC
42fa926 Correct doc typos Signed-off-by: Gábor Lipták <gliptak@gmail.com> 27 July 2017, 23:39:02 UTC
1e2a9f7 DOC: Fix incorrect alternative hypothesis Fix incorrect hypothesis statement in SPA 26 July 2017, 12:34:30 UTC
5a40c29 Merge pull request #183 from bashtage/fix-mcs BUG: Fix bug in MCS for max method 25 July 2017, 08:56:16 UTC
55aa49e BUG: Fix bug in MCS for max method Fix bug where final included model was not included 25 July 2017, 08:52:19 UTC
3685697 Merge pull request #181 from gliptak/patch-4 Correct doc link in README 23 July 2017, 20:05:32 UTC
8b0bfb6 Merge pull request #182 from gliptak/doc1 Correct doc typos 23 July 2017, 20:05:02 UTC
ecc7ed9 Correct doc typos Signed-off-by: Gábor Lipták <gliptak@gmail.com> 23 July 2017, 16:01:26 UTC
7e6192d Correct doc link in README 23 July 2017, 15:46:45 UTC
2efb64b DOC: Ensure version is included in docs Refactor doc build to ensure version is correct 18 July 2017, 08:01:54 UTC
6a9b5a1 DOC: Fix small formatting errors Fix bullet point issues Modify travis to ensure verion is correct 17 July 2017, 08:28:08 UTC
bc0587f DOC: Ensure tags are pulled when building docs Pull tags when building docs 17 July 2017, 07:54:40 UTC
469dda8 Merge pull request #179 from bashtage/doctr DOC: automatic doc build using doctr 16 July 2017, 21:29:46 UTC
33e191f DOC: automatic doc build using doctr Use doctr to build up-to-date docs 16 July 2017, 21:03:33 UTC
401090f DOC/TST: Fix typos and reorg testing Fix many typos in documentation Reorganzie tests to reside in own directory 16 July 2017, 14:09:33 UTC
9c9f9a9 Merge pull request #178 from gliptak/patch-3 Correct doc typos 16 July 2017, 06:36:16 UTC
5b79a00 Correct doc typos 16 July 2017, 01:53:34 UTC
1f5b130 Merge pull request #174 from bashtage/new-kpss-critical-values ENH: Add new KPSS critical values 07 July 2017, 08:45:40 UTC
1bae681 ENH: Add new KPSS critical values Improve resolution of KPSS critical values 07 July 2017, 08:45:22 UTC
4b55e4a Merge pull request #175 from bashtage/re-add-matplotlib TST: Update travis 07 July 2017, 08:44:04 UTC
f8a3165 TST: Update travis Update travis to include matplotlib 07 July 2017, 08:04:12 UTC
2898a87 Merge pull request #173 from bashtage/kpss-simulation-improvements ENH: Improve KPSS crit val simulation 06 July 2017, 09:00:57 UTC
66dd1a7 ENH: Improve KPSS crit val simulation Improve simulation to improve resolution for small pvals Update so that it works in current python Fix small LGTM issue with bootstrap init 05 July 2017, 10:49:52 UTC
7ec3a67 SETUP: Refactor setup to simplify no-binary install Allow automatic detection of no compiler 29 June 2017, 18:49:50 UTC
67f1483 Merge pull request #172 from bashtage/fix-warnings CLN: Silence small warnings 21 June 2017, 22:41:14 UTC
079e851 CLN: Silence small warnings Ensure variable is set Ensure file is closed 21 June 2017, 14:20:32 UTC
c4fae24 Merge pull request #169 from bashtage/fix-starting-values BUG: Change starting values scale to improve accuracy 30 March 2017, 17:36:53 UTC
65deafc BUG: Change startign values scale to improve accuracy Change power in starting value intercept scale closes #168 30 March 2017, 17:18:26 UTC
68caf54 Prepare for 4.1 release Small changes to build to prepare for 4.1 release 21 March 2017, 13:45:14 UTC
6b98474 Merge pull request #166 from bashtage/absolute-imports COMPAT: Att absolute import 13 March 2017, 13:05:23 UTC
3b3d4aa COMPAT: Att absolute import Add absolute import ot improve cross Python compat 12 March 2017, 12:00:37 UTC
bfa3d87 Merge pull request #163 from bashtage/fastmath PERF: Enable fastmath for numba 23 February 2017, 23:18:11 UTC
635f439 PERF: Enable fastmath for numba Enable fastmath for numba jit code 23 February 2017, 23:02:20 UTC
9331a88 Merge pull request #162 from bashtage/add-coveragerc TST: Update travis to correct coveragerc 22 February 2017, 23:55:59 UTC
0c4e3f4 TST: Update travis to correct coveragerc Update coveragerc location 22 February 2017, 23:47:05 UTC
569825a TST: More meaningful coverage Alter covererage to provide better measure 21 February 2017, 12:06:57 UTC
9216bc1 Merge pull request #161 from bashtage/performance-testing PERF: Add seperate performance testing 21 February 2017, 12:03:36 UTC
4bae058 PERF: Add seperate performance testing Add performance testing outside of formal test Update travis for more modern config 21 February 2017, 11:53:26 UTC
03dcfc2 DOC: Small fixes for problems in docs Fix github issue link Fix extra tick 15 February 2017, 17:18:13 UTC
83b01ce Merge pull request #159 from bashtage/modindex DOC: Add module index locations 07 February 2017, 18:32:53 UTC
back to top