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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
These are new features and improvements of note in each release.
4
4
5
+
## v0.3.1 (Nov 12, 2015)
6
+
7
+
This is a minor release from 0.3 that includes mostly bugfixes but also some new features. We recommend that all users upgrade to this new version.
8
+
9
+
### New features
10
+
11
+
* Add Information Ratio [PR194](https://github.com/quantopian/pyfolio/pull/194) by @MridulS
12
+
* Bayesian tear-sheet now accepts 'Fama-French' option to do Bayesian multivariate regression against Fama-French risk factors [PR200](https://github.com/quantopian/pyfolio/pull/200) by Shane Bussman
13
+
* Plotting of monthly returns [PR195](https://github.com/quantopian/pyfolio/pull/195)
14
+
15
+
### Bug fixes
16
+
17
+
*`pos.get_percent_alloc` was not handling short allocations correctly [PR201](https://github.com/quantopian/pyfolio/pull/201)
18
+
* UTC bug with cached Fama-French factors [commit](https://github.com/quantopian/pyfolio/commit/709553a55b5df7c908d17f443cb17b51854a65be)
19
+
* Sector map was not being passed from `create_returns_tearsheet`[commit](https://github.com/quantopian/pyfolio/commit/894b753e365f9cb4861ffca2ef214c5a64b2bef4)
20
+
* New sector mapping feature was not Python 3 compatible [PR201](https://github.com/quantopian/pyfolio/pull/201)
21
+
22
+
23
+
### Maintenance
24
+
25
+
* We now depend on pandas-datareader as the yahoo finance loaders from pandas will be deprecated [PR181](https://github.com/quantopian/pyfolio/pull/181) by @tswrightsandpointe
26
+
27
+
### Contributors
28
+
29
+
Besiders the core developers, we have seen an increase in outside contributions which we greatly appreciate. Specifically, these people contributed to this release:
30
+
31
+
* Shane Bussman
32
+
*@MridulS
33
+
*@YihaoLu
34
+
*@jkrauss82
35
+
*@tswrightsandpointe
36
+
*@cgdeboer
37
+
38
+
5
39
## v0.3 (Oct 23, 2015)
6
40
7
41
This is a major release from 0.2 that includes many exciting new features. We recommend that all users upgrade to this new version.
0 commit comments