Skip to content

Commit

Permalink
Update versions to 0.6.0 and add whatsnew. (#341)
Browse files Browse the repository at this point in the history
* MAINT Update versions to 0.6.0 and add whatsnew.

* DOC Add authors and improve WhatsNew.
  • Loading branch information
twiecki authored Oct 17, 2016
1 parent 95f9ec1 commit dbbda6d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

These are new features and improvements of note in each release.

## v0.6.0 (Oct, 17, 2016)

This is a major new release from `0.5.1`. All users are recommended to upgrade.

### New features

* Computation of performance and risk measures has been split off into [`empyrical`](https://github.com/quantopian/empyrical). This allows [`Zipline`](https://zipline.io) and `pyfolio` to use the same code to calculate its risk statistics. By [Ana Ruelas](https://github.com/ahgnaw) and [Abhi Kalyan](https://github.com/abhijeetkalyan).
* New multistrike cone which redraws the cone when it crossed its initial bounds [PR310](https://github.com/quantopian/pyfolio/pull/310). By [Ana Ruelas](https://github.com/ahgnaw) and [Abhi Kalyan](https://github.com/abhijeetkalyan).

### Bugfixes

* Can use most recent PyMC3 now.
* Depends on seaborn 0.7.0 or later now [PR331](https://github.com/quantopian/pyfolio/pull/331).
* Disable buggy computation of round trips per day and per month [PR339](https://github.com/quantopian/pyfolio/pull/339).

## v0.5.1 (June, 10, 2016)

This is a bugfix release from `0.5.0` with limited new functionality. All users are recommended to upgrade.
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: pyfolio
version: "0.5.1"
version: "0.6.0"

source:
fn: pyfolio-0.5.1.tar.gz
fn: pyfolio-0.6.0.tar.gz
url: https://pypi.python.org/packages/a7/2a/cf5f5d401b39c2266d3de34119443cd684d5fe87721fac8c9cf42e3a6fa6/pyfolio-0.5.1.tar.gz
md5: d48bb6e874e811beb802f23b4f1b3ec3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
AUTHOR_EMAIL = '[email protected]'
URL = "https://github.com/quantopian/pyfolio"
LICENSE = "Apache License, Version 2.0"
VERSION = "0.5.1"
VERSION = "0.6.0"

classifiers = ['Development Status :: 4 - Beta',
'Programming Language :: Python',
Expand Down

0 comments on commit dbbda6d

Please sign in to comment.