Skip to content

Commit

Permalink
Merge pull request #463 from bashtage/rls-4.18
Browse files Browse the repository at this point in the history
RLS: Release 4.18
  • Loading branch information
bashtage committed Mar 3, 2021
2 parents 2ad7d7a + c636daf commit 5be4eac
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 293 deletions.
5 changes: 5 additions & 0 deletions doc/source/changes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Version 4
=========

Release 4.18
============
- Improved :func:`~arch.univariate.HARX.fit` performance of ARCH models.
- Fixed a bug where ```typing_extensions`` was subtly introduced as a run-time dependency.

Release 4.17
============
- Fixed a bug that produced incorrect conditional volatility from EWMA models (:issue:`458`).
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"statsmodels": ("http://www.statsmodels.org/dev/", None),
"statsmodels": ("https://www.statsmodels.org/dev/", None),
"matplotlib": ("https://matplotlib.org", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"python": ("https://docs.python.org/3/", None),
Expand Down
47 changes: 28 additions & 19 deletions examples/bootstrap_examples.ipynb

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions examples/multiple-comparison_examples.ipynb

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions examples/unitroot_cointegration_examples.ipynb

Large diffs are not rendered by default.

23 changes: 10 additions & 13 deletions examples/unitroot_examples.ipynb

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions examples/univariate_using_fixed_variance.ipynb

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions examples/univariate_volatility_forecasting.ipynb

Large diffs are not rendered by default.

276 changes: 138 additions & 138 deletions examples/univariate_volatility_modeling.ipynb

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions examples/univariate_volatility_scenarios.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Performance
cython>=0.29.21
cython>=0.29.22
numba>=0.49,!=0.50.*

# Graphics
matplotlib>=2
matplotlib>=3
seaborn

# Tests
Expand All @@ -16,8 +16,8 @@ isort
flake8

# Documentation
ipython>=6
sphinx>=1.8
ipython>=7
sphinx>=3
sphinx_material
nbsphinx
jupyter
Expand Down

0 comments on commit 5be4eac

Please sign in to comment.