We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263dac2 commit 0302b00Copy full SHA for 0302b00
docs/sphinx/source/whatsnew/v0.2.2.txt
@@ -10,11 +10,15 @@ Enhancements
10
~~~~~~~~~~~~
11
12
* Adds Python 3.5 compatibility (:issue:`87`)
13
+* Moves the Linke turbidity lookup into ``clearsky.lookup_linke_turbidity``.
14
+ The API for ``clearsky.ineichen`` remains the same. (:issue:`95`)
15
16
17
Bug fixes
18
~~~~~~~~~
19
20
+* Fixes an import and KeyError in the IPython notebook tutorials
21
+ (:issue:`94`).
22
* Uses the ``logging`` module properly by replacing ``format``
23
calls with ``args``. This results in a 5x speed increase for
24
``tracking.singleaxis`` (:issue:`89`).
@@ -24,4 +28,5 @@ Contributors
28
25
29
26
30
* Will Holmgren
31
+* jetheurer
27
32
* dacoex
0 commit comments