File tree 2 files changed +28
-0
lines changed
2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ What's New
6
6
7
7
These are new features and improvements of note in each release.
8
8
9
+ .. include :: whatsnew/v0.2.2.txt
9
10
.. include :: whatsnew/v0.2.1.txt
10
11
.. include :: whatsnew/v0.2.0.txt
11
12
.. include :: whatsnew/v0.1.0.txt
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments