packaging

This commit is contained in:
robertmartin8
2020-03-13 17:05:41 +00:00
parent 2bbf682349
commit 94ddafd774
7 changed files with 10 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ dist: xenial
python:
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt

View File

@@ -8,7 +8,7 @@
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg"
alt="python"></a> &nbsp;
<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> &nbsp;
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg"

View File

@@ -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
=====

View File

@@ -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.

View File

@@ -10,7 +10,7 @@
<img src="https://img.shields.io/badge/python-v3-brightgreen.svg?style=flat-square"
alt="python"></a> &nbsp;
<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> &nbsp;
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square"

View File

@@ -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>"]

View File

@@ -9,7 +9,7 @@ with open("README.md", "r") as f:
setup(
name="PyPortfolioOpt",
version="0.5.4",
version="0.5.5",
description="Financial portfolio optimisation in python",
long_description=desc,
long_description_content_type="text/markdown",