|
11 | 11 | <img src="https://img.shields.io/badge/Platforms-linux--64,win--64,osx--64-orange.svg?style=flat-square"
|
12 | 12 | alt="platforms"></a>
|
13 | 13 | <a href="https://pypi.org/project/PyPortfolioOpt/">
|
14 |
| - <img src="https://img.shields.io/badge/pypi-v1.5.4-brightgreen.svg" |
| 14 | + <img src="https://img.shields.io/badge/pypi-v1.5.5-brightgreen.svg" |
15 | 15 | alt="pypi"></a>
|
16 | 16 | <a href="https://opensource.org/licenses/MIT">
|
17 | 17 | <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"
|
@@ -43,6 +43,8 @@ in a risk-efficient way.
|
43 | 43 |
|
44 | 44 | **PyPortfolioOpt has been [published](https://joss.theoj.org/papers/10.21105/joss.03066) in the Journal of Open Source Software 🎉**
|
45 | 45 |
|
| 46 | +PyPortfolioOpt is now being maintained by [Tuan Tran](https://github.com/88d52bdba0366127fffca9dfa93895). |
| 47 | + |
46 | 48 | Head over to the **[documentation on ReadTheDocs](https://pyportfolioopt.readthedocs.io/en/latest/)** to get an in-depth look at the project, or check out the [cookbook](https://github.com/robertmartin8/PyPortfolioOpt/tree/master/cookbook) to see some examples showing the full process from downloading data to building a portfolio.
|
47 | 49 |
|
48 | 50 | <center>
|
@@ -85,7 +87,7 @@ This project is available on PyPI, meaning that you can just:
|
85 | 87 | pip install PyPortfolioOpt
|
86 | 88 | ```
|
87 | 89 |
|
88 |
| -(you may need to follow separate installation instructions for [cvxopt](https://cvxopt.org/install/index.html#) and [cvxpy](https://www.cvxpy.org/install/))). |
| 90 | +(you may need to follow separate installation instructions for [cvxopt](https://cvxopt.org/install/index.html#) and [cvxpy](https://www.cvxpy.org/install/)). |
89 | 91 |
|
90 | 92 | However, it is best practice to use a dependency manager within a virtual environment.
|
91 | 93 | My current recommendation is to get yourself set up with [poetry](https://github.com/sdispater/poetry) then just run
|
@@ -423,6 +425,7 @@ Contributions are _most welcome_. Have a look at the [Contribution Guide](https:
|
423 | 425 | I'd like to thank all of the people who have contributed to PyPortfolioOpt since its release in 2018.
|
424 | 426 | Special shout-outs to:
|
425 | 427 |
|
| 428 | +- Tuan Tran (who is now the primary maintainer!) |
426 | 429 | - Philipp Schiele
|
427 | 430 | - Carl Peasnell
|
428 | 431 | - Felipe Schneider
|
|
0 commit comments