mirror of
https://github.com/robertmartin8/PyPortfolioOpt.git
synced 2022-11-27 18:02:41 +03:00
packaging
This commit is contained in:
@@ -3,7 +3,6 @@ dist: xenial
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg"
|
||||
alt="python"></a>
|
||||
<a href="https://pypi.org/project/PyPortfolioOpt/">
|
||||
<img src="https://img.shields.io/badge/pypi-v0.5.4-brightgreen.svg"
|
||||
<img src="https://img.shields.io/badge/pypi-v0.5.5brightgreen.svg"
|
||||
alt="pypi"></a>
|
||||
<a href="https://opensource.org/licenses/MIT">
|
||||
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"
|
||||
|
||||
@@ -59,6 +59,11 @@ experience.
|
||||
- Added a ``pipfile`` for ``pipenv`` users.
|
||||
- Removed Value-at-risk from docs to discourage usage until it is properly fixed.
|
||||
|
||||
0.5.5
|
||||
-----
|
||||
|
||||
Began migration to cvxpy by changing the discrete allocation backend from PuLP to cvxpy.
|
||||
|
||||
0.4.0
|
||||
=====
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ author = "Robert Andrew Martin"
|
||||
# The short X.Y version.
|
||||
version = "0.5"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "0.5.4"
|
||||
release = "0.5.5"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg?style=flat-square"
|
||||
alt="python"></a>
|
||||
<a href="https://pypi.org/project/PyPortfolioOpt/">
|
||||
<img src="https://img.shields.io/badge/pypi-v0.5.4-brightgreen.svg?style=flat-square"
|
||||
<img src="https://img.shields.io/badge/pypi-v0.5.5-brightgreen.svg?style=flat-square"
|
||||
alt="python"></a>
|
||||
<a href="https://opensource.org/licenses/MIT">
|
||||
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "PyPortfolioOpt"
|
||||
version = "0.5.4"
|
||||
version = "0.5.5"
|
||||
description = "Financial portfolio optimisation in python"
|
||||
license = "MIT"
|
||||
authors = ["Robert Andrew Martin <martin.robertandrew@gmail.com>"]
|
||||
|
||||
Reference in New Issue
Block a user