Skip to content

Commit 965ff7c

Browse files
committed
add whatsnew
1 parent 3acc134 commit 965ff7c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

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

9+
.. include:: whatsnew/v0.2.2.txt
910
.. include:: whatsnew/v0.2.1.txt
1011
.. include:: whatsnew/v0.2.0.txt
1112
.. include:: whatsnew/v0.1.0.txt
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. _whatsnew_0220:
2+
3+
v0.2.2 (November, 2015)
4+
-----------------------
5+
6+
This is a minor release from 0.2.1.
7+
We recommend that all users upgrade to this version.
8+
9+
Enhancements
10+
~~~~~~~~~~~~
11+
12+
* Adds Python 3.5 compatibility (:issue:`87`)
13+
14+
15+
Bug fixes
16+
~~~~~~~~~
17+
18+
* Uses the ``logging`` module properly by replacing ``format``
19+
calls with ``args``. This results in a 5x speed increase for
20+
``tracking.singleaxis`` (:issue:`89`).
21+
* Adds a link to the 2015 PVSC paper (:issue:`81`)
22+
23+
Contributors
24+
~~~~~~~~~~~~
25+
26+
* Will Holmgren
27+
* dacoex

0 commit comments

Comments
 (0)