swh:1:snp:d7cd4867c335577b1b09043f65aeb6d95a54799a

sort by:
Revision Author Date Message Commit Date
09d6217 MAINT: Restore typing completeness Fix typing issues isort, black and flake8 compat 03 February 2020, 16:39:04 UTC
8b19978 Merge pull request #348 from bashtage/revert-vendor MAINT: Revert vendored property_cached 03 February 2020, 16:32:34 UTC
dff2bca MAINT: Revert vendored property_cached Revert to use on anaconda.org 03 February 2020, 15:55:31 UTC
aefbf1d Merge pull request #347 from bashtage/update-changes DOC: Finalize changes for 4.12 release 03 February 2020, 15:16:42 UTC
8497f5c DOC: Finalize changes for 4.12 release Finish change log for release 03 February 2020, 15:14:40 UTC
8ccceb1 CLN: Finaly typing Finaly typing fixes 02 February 2020, 12:13:59 UTC
b585c45 Merge pull request #346 from bashtage/additional-typing-clean CLN: Improve typing 31 January 2020, 18:55:08 UTC
8c213e3 CLN: Improve typing Iterate accross typing to improve type info 31 January 2020, 17:25:40 UTC
2fa03cc Merge pull request #345 from bashtage/type-volatility CLN: Add typing to volatility 31 January 2020, 15:08:55 UTC
c8af7f9 CLN: Add typing to volatility Add typing to volatilty Loosen typing where possible COmplete typing for arch 31 January 2020, 14:14:54 UTC
a4d20e7 Merge pull request #343 from bashtage/type-base CLN: Add typing to base 30 January 2020, 07:21:48 UTC
05b9ff5 CLN: Add typing to base Add typing to univariate/base 30 January 2020, 00:40:00 UTC
d22c75b DOC: Update examples Update example appearance with better practices 29 January 2020, 18:19:17 UTC
05f4677 Merge pull request #342 from bashtage/more-typing-v2 CLN: Add typing to parts of univariate 29 January 2020, 17:57:17 UTC
bc6a250 CLN: Add typing to parts of univariate Add typing Improve doc generation Fix Readme and use Markdown 29 January 2020, 17:56:55 UTC
308cf84 Merge pull request #341 from bashtage/type-unitroot CLN: Add more typing 29 January 2020, 16:37:07 UTC
df1e009 CLN: Add more typing Add typing Refactor AbstractDocStringInheritor Remove vendor 29 January 2020, 15:23:22 UTC
e46ae2f Merge pull request #340 from bashtage/understand-examples MAINT: Ensure examples are tested 29 January 2020, 01:26:12 UTC
43a334e MAINT: Understand why examples don't run 29 January 2020, 01:25:41 UTC
bfb29a5 MAINT: Ensure more nodes run slow tests Get slow tests to run 28 January 2020, 22:31:45 UTC
f00d0bf MAINT: Add coverage to all builds Add coverage to all builds 28 January 2020, 21:56:16 UTC
88af081 Merge pull request #339 from bashtage/update-travis MAINT: Add a PyPI install 28 January 2020, 18:55:37 UTC
fcb4d78 CLN: Remove self.assert_* Remove ols TestCase references 28 January 2020, 18:55:22 UTC
58d6235 MAINT: Fix failure on SciPy 1.4.1 Fix convergence failure Refactor tests 28 January 2020, 16:50:46 UTC
f4c8b72 MAINT: Add a PyPI install Add an install that uses PyPI 28 January 2020, 15:42:52 UTC
4762b10 Merge pull request #338 from bashtage/add-typing CLN: Add typing 28 January 2020, 15:10:19 UTC
b11e4e6 CLN: Add typing Add typing Relax data scaling requirements Clean up compat Remove OrderedDict 28 January 2020, 14:21:19 UTC
f486691 Merge pull request #336 from bashtage/add-codacy-config ENH: Add codacy config 27 January 2020, 19:13:59 UTC
cd80738 ENH: Add codacy config Black remaining files 27 January 2020, 17:33:46 UTC
f176217 Merge pull request #335 from bashtage/doc-update Doc update 27 January 2020, 16:53:03 UTC
492fbc9 CLN: Clean super format 27 January 2020, 16:52:28 UTC
04e5982 CLN: Add some simple types Add types to str and repr 27 January 2020, 12:43:27 UTC
99b51cd MAINT: Start adding types 27 January 2020, 12:38:54 UTC
705c91f CLN: Blacken code 27 January 2020, 11:55:15 UTC
dad8b72 MAINT: Update requirements Update and synchronize requirements 27 January 2020, 11:38:55 UTC
89ca53b Merge pull request #334 from bashtage/remove-3.5 MAINT: Remove Python 3.5 support 06 January 2020, 16:43:17 UTC
2be2054 MAINT: Remove Python 3.5 support Make Python 3.6 the minimum supported 06 January 2020, 16:43:02 UTC
5e1944c Merge pull request #333 from bashtage/mjudell-moments Mjudell moments 06 January 2020, 15:03:43 UTC
5a4aca8 DOC: Add final documentation Add final documentatio for moments and partial moments closes #329 06 January 2020, 14:42:35 UTC
9f8e926 TST: increased coverage by testing invalid moments 06 January 2020, 14:42:57 UTC
0223cdd Added moments, partial moments, and some tests. 06 January 2020, 14:42:36 UTC
e36ed9e Merge pull request #332 from bashtage/zero-variance BUG: Prevent overflow when variance is 0 06 January 2020, 09:58:08 UTC
f8063c5 BUG: Prevent overflow when variance is 0 Add check for positive variance to prevent overflow. closes #331 06 January 2020, 08:52:19 UTC
08c8e1d Merge pull request #330 from bashtage/pin-coverage MAINT: Pin coverage and remove future 19 December 2019, 00:28:50 UTC
f82b076 MAINT: Pin coverage and remove future Remove future imports Pin coverage to be < 5 Avoid xdist 1.30 19 December 2019, 00:16:58 UTC
1e7d9e3 Merge pull request #327 from gliptak/patch-3 Clean duplicate import 22 November 2019, 23:41:15 UTC
7dec21c Clean duplicate import 22 November 2019, 23:11:57 UTC
caf342d DOC: Fix docstrings Fix broken docstrings Add changes Prepare for release 4.11 22 November 2019, 15:27:13 UTC
217ee8e DOC: Improve model results Improve model results documentation 22 November 2019, 14:55:45 UTC
6f4b4e4 Merge pull request #326 from bashtage/std-resid-doc-results ENH/DOC: Add std_resid and improve result doc 22 November 2019, 14:28:21 UTC
a67eecd ENH/DOC: Add std_resid and improve result doc Improve results doc by moving to stand alone pages Add std_resid property to resutls closes #325 22 November 2019, 13:10:23 UTC
d219237 Merge pull request #324 from bashtage/bootstrap-array-check ENH: Enforce type when creating bootstraps 11 November 2019, 21:25:55 UTC
40e86f5 ENH: Enforce type when creating bootstraps Raise if inputs are not ndarray, DataFrame or Series closes #315 11 November 2019, 20:19:45 UTC
2609f34 Merge pull request #322 from bashtage/studentization-error ENH: Add check for 0 covariance in studentization 05 November 2019, 16:32:48 UTC
61f7d47 ENH: Add check for 0 covariance in studentization Ensure covariance is positive and meaningfully large 05 November 2019, 15:11:54 UTC
6434d57 Merge pull request #318 from bashtage/add-import-array MAINT: Add import array 14 October 2019, 10:53:22 UTC
c2fe9e3 MAINT: Add import array Add call to check for Spyder compatibility 14 October 2019, 09:16:57 UTC
81ceedd DOC: Restructure the docs Restructure to be simpler to read 20 September 2019, 15:07:03 UTC
755ae57 Merge pull request #314 from bashtage/fix-arch-lm-test BUG: Fix a bug in arch_lm_test 04 September 2019, 15:38:48 UTC
747e4b6 BUG: Fix a bug in arch_lm_test Fix a big that assumed input was a pandas Series closes #313 04 September 2019, 15:15:30 UTC
b1eb519 DOC: Add logo to readme Add logo 31 August 2019, 09:02:55 UTC
3a27ec1 RLS: 4.9.1 Release 4.9.1 commit 31 August 2019, 08:44:39 UTC
90cd8c6 RLS: Release 4.9 Release 4.9 commit 30 August 2019, 09:01:17 UTC
46731c7 Merge pull request #312 from bashtage/property-cached ENH: Use property-cached in place of cached-property 29 August 2019, 21:41:58 UTC
e8bc6e3 ENH: Use property-cached in place of cached-property Use the modernized version that inherits from property 29 August 2019, 21:20:14 UTC
5608ca2 DOC: Improve doc appearance Improve docs Fix links 29 August 2019, 07:58:03 UTC
42afc40 DOC: Fix small doc issue 29 August 2019, 00:53:23 UTC
916041b Merge pull request #311 from bashtage/lgtm ENH: Remove Python 2.7 compat 28 August 2019, 16:04:57 UTC
abf3a71 ENH: Remove Python 2.7 compat Remove 2.7 compat shims Improve the docs 28 August 2019, 15:54:29 UTC
231485b Merge pull request #310 from bashtage/improve-docs DOC: Improve the appearance of docs 28 August 2019, 12:35:51 UTC
087f541 DOC: Improve the appearance of docs Add a better structure 28 August 2019, 12:35:11 UTC
bf1abd4 DOC: Change the theme on the docs (#309) Update to sphinx-material 27 August 2019, 23:07:29 UTC
7afac85 ENH: Add bandwidth selection of Andrews (1991) and of Newey - West (1994) (#303) ENH: Add bandwidth selection of Andrews (1991) and of Newey - West (1994) Added a test that checks that the result is correct against its implementation under R 27 August 2019, 17:13:28 UTC
d2d3454 Merge pull request #307 from bashtage/autoscale ENH: Add rescale options to ARCH models 07 August 2019, 23:19:35 UTC
74f13f2 ENH: Add rescale options to ARCH models Add option to automatically rescale data Warn when data appears to be poorly scaled closes #304 07 August 2019, 22:05:41 UTC
6cca064 Merge pull request #299 from bashtage/clean-up MAINT: Clean up test noise 04 July 2019, 09:28:52 UTC
b7c4261 MAINT: Clean up test noise Silence some test noise Make some functions as private 04 July 2019, 07:43:51 UTC
520af66 Merge pull request #302 from bashtage/bca-uneven-samples BUG: Clarify that BCa can't be used with unequal samples 04 July 2019, 06:48:33 UTC
735705a BUG: Clarify that BCa can't be used with unequal samples Clarify that BCa isn't applicable 03 July 2019, 22:47:39 UTC
9e6d614 Merge pull request #296 from mikedeltalima/test-bca-jackknife fix bca calculation 21 June 2019, 15:34:29 UTC
2fb8292 refactor BCa bias and acceleration calculation 20 June 2019, 18:05:55 UTC
00bc620 add test for acceleration parameter, used saved outcomes for ci and b 19 June 2019, 20:18:29 UTC
dc6f186 Merge pull request #297 from bashtage/dist-parameters ENH: Clarify need for parameters 19 June 2019, 17:53:24 UTC
d1aeae7 ENH: Clarify need for parameters Require parameters for cdf and ppf closes #295 19 June 2019, 15:33:57 UTC
d688566 remove unused variables 18 June 2019, 20:57:49 UTC
6e51312 just use hardcoded interval from R 18 June 2019, 20:16:44 UTC
ee91f5d use random seed for observations 18 June 2019, 20:11:20 UTC
4049bb7 add r test 18 June 2019, 07:38:16 UTC
aa0b0bd change bca calculation 18 June 2019, 06:47:04 UTC
a1f3f6e Merge pull request #294 from bashtage/loo-center BUG: Fix center for loo jackknife 13 June 2019, 16:44:43 UTC
072e415 BUG: Fix center for loo jackknife Use the mean fo teh jackknife samples instead of the original estimte closes #288 12 June 2019, 23:53:05 UTC
979a62c Merge pull request #293 from bashtage/optim-results ENH: Expose optimzation results 11 June 2019, 21:58:24 UTC
98ea129 ENH: Expose optimzation results Expose optimization results to allow end users to verify convergence closes #292 11 June 2019, 21:23:04 UTC
497819e Merge pull request #291 from bashtage/bootstrap-randomstate-mean ENH: Expose random_state in mean forecast 31 May 2019, 19:42:39 UTC
dce2b92 ENH: Expose random_state in mean forecast Allow random_state to be passed from a mean forecast to facilitate reproducibility closes #290 31 May 2019, 19:16:41 UTC
3dfd977 Merge pull request #287 from bashtage/fix-vr BUG: Fix bugs in VarianceRatio 18 April 2019, 19:26:01 UTC
e2d2fd1 BUG: Fix bugs in VarianceRatio Fix variance for overlapping variance estiamtors closes #286 18 April 2019, 19:03:07 UTC
f545506 Merge pull request #283 from bashtage/use-test-function BLD: Use test in testing 08 April 2019, 13:05:11 UTC
5324970 TST: Add test for test runner Add test for test runner Remove Cython coverage from most builds 28 March 2019, 23:29:22 UTC
b1656dd BLD: Use test in testing Use test to ensure package can be tested from an installations 28 March 2019, 22:48:42 UTC
back to top