Skip to content

Commit dbbda6d

Browse files
authored
Update versions to 0.6.0 and add whatsnew. (#341)
* MAINT Update versions to 0.6.0 and add whatsnew. * DOC Add authors and improve WhatsNew.
1 parent 95f9ec1 commit dbbda6d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

WHATSNEW.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## v0.6.0 (Oct, 17, 2016)
6+
7+
This is a major new release from `0.5.1`. All users are recommended to upgrade.
8+
9+
### New features
10+
11+
* 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).
12+
* 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).
13+
14+
### Bugfixes
15+
16+
* Can use most recent PyMC3 now.
17+
* Depends on seaborn 0.7.0 or later now [PR331](https://github.com/quantopian/pyfolio/pull/331).
18+
* Disable buggy computation of round trips per day and per month [PR339](https://github.com/quantopian/pyfolio/pull/339).
19+
520
## v0.5.1 (June, 10, 2016)
621

722
This is a bugfix release from `0.5.0` with limited new functionality. All users are recommended to upgrade.

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: pyfolio
3-
version: "0.5.1"
3+
version: "0.6.0"
44

55
source:
6-
fn: pyfolio-0.5.1.tar.gz
6+
fn: pyfolio-0.6.0.tar.gz
77
url: https://pypi.python.org/packages/a7/2a/cf5f5d401b39c2266d3de34119443cd684d5fe87721fac8c9cf42e3a6fa6/pyfolio-0.5.1.tar.gz
88
md5: d48bb6e874e811beb802f23b4f1b3ec3
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
AUTHOR_EMAIL = 'opensource@quantopian.com'
2424
URL = "https://github.com/quantopian/pyfolio"
2525
LICENSE = "Apache License, Version 2.0"
26-
VERSION = "0.5.1"
26+
VERSION = "0.6.0"
2727

2828
classifiers = ['Development Status :: 4 - Beta',
2929
'Programming Language :: Python',

0 commit comments

Comments
 (0)