You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WHATSNEW.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
These are new features and improvements of note in each release.
4
4
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
+
5
20
## v0.5.1 (June, 10, 2016)
6
21
7
22
This is a bugfix release from `0.5.0` with limited new functionality. All users are recommended to upgrade.
0 commit comments