Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPip committed Jun 23, 2021
1 parent a7be6e6 commit 9ee2710
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
5 changes: 3 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Changelog
..
For Help: https://releases.readthedocs.io/en/latest/index.html
* :bug:`52` Fixed issue with too many function calls in web analytics.
* :release:`0.5.0 <2021-04-15>`
* :bug:`52 major` Fixed issue with too many function calls in web analytics.
* :feature:`48` ML Approach Pairs Selection Module made more flexible - clustering and selection steps are now separate.
* :support:`48` ML Approach Pairs Selection Module documentation updated.
* :feature:`48` Hedge Ratio Estimation Module added with OLS, TLS, and Minimum HL Methods.
* :support:`48` Hedge Ratio Estimation Module documentation.
* :bug:`48` Fixed bug in ML Approach Pairs Selector hedge ratio calculation (previously had included intercept).
* :bug:`48 major` Fixed bug in ML Approach Pairs Selector hedge ratio calculation (previously had included intercept).
* :feature:`45` Pearson Strategy added to the Distance Approach Module.
* :support:`45` Pearson Strategy documentation.
* :feature:`46` Optimal Convergence Model added to the Stochastic Control Approach Module.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Hudson & Thames Quantitative Research'

# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.0'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Ubuntu Linux

.. code-block::
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0
8. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages.
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions
Expand Down Expand Up @@ -190,7 +190,7 @@ Mac OS X

.. code-block::
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0
9. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages.
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions
Expand Down Expand Up @@ -283,7 +283,7 @@ Windows

.. code-block::
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0
8. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages.
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = arbitragelab
version = 0.4.0
version = 0.5.0
author = Hudson and Thames Quantitative Research
author_email = [email protected]
licence = All Rights Reserved
Expand Down

0 comments on commit 9ee2710

Please sign in to comment.