Skip to content

Commit c5459a5

Browse files
committed
DOC Add 0.3.1 release information.
1 parent 7c325a4 commit c5459a5

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

WHATSNEW.md

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

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

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+
539
## v0.3 (Oct 23, 2015)
640

741
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

Comments
 (0)