@@ -7,19 +7,49 @@ This is a major release from 0.2.2.
7
7
We recommend that all users upgrade to this version after testing
8
8
their code for compatibility and updating as necessary.
9
9
10
+
10
11
Enhancements
11
12
~~~~~~~~~~~~
12
13
13
- * Adds ``PVSystem`` and ``SingleAxisTracker`` classes. (:issue:`17`)
14
+ * Adds ``PVSystem``, ``LocalizedPVSystem``, ``ModelChain``,
15
+ and ``SingleAxisTracker`` classes. (:issue:`17`)
14
16
* Replaces ``location`` arguments with ``latitude``, ``longitude``,
15
17
``altitude``, and ``tz`` as appropriate.
16
18
This separates the object-oriented API from the procedural API.
17
19
(:issue:`17`)
18
-
20
+ * ``Location`` classes can be created from TMY2/TMY3 metadata
21
+ using the ``from_tmy`` constructor.
22
+ * ``Location`` classes gain the ``get_solarposition``, ``get_clearsky``,
23
+ and ``get_airmass`` functions.
24
+ * Add Package Overview and Classes pages to documentation.
25
+ * Adds support for Appveyor, a Windows continuous integration service.
26
+ (:issue:`111`)
27
+ * The readthedocs documentation build now uses conda packages
28
+ instead of mock packages. This enables code to be run
29
+ and figures to be generated during the documentation builds.
30
+ (:issue:`104`)
31
+ * Reconfigures TravisCI builds and adds e.g. ``has_numba`` decorators
32
+ to the test suite. The result is that the TravisCI test suite runs
33
+ almost 10x faster and users do not have to install all optional
34
+ dependencies to run the test suite. (:issue:`109`)
35
+ * Adds more unit tests that test that the return values are
36
+ actually correct.
37
+ * Add ``atmosphere.APPARENT_ZENITH_MODELS`` and
38
+ ``atmosphere.TRUE_ZENITH_MODELS`` to enable code that can
39
+ automatically determine which type of zenith data to use
40
+ e.g. ``Location.get_airmass``.
41
+ * Change default ``Location`` timezone to ``'UTC'``.
19
42
20
43
Bug fixes
21
44
~~~~~~~~~
22
45
46
+ * ``pvsystem.sapm_celltemp`` argument names now follow the
47
+ variable conventions.
48
+ * ``irradiance.total_irrad`` now follows the variable conventions.
49
+ (:issue:`105`)
50
+ * Fixed the metadata key specification in documentation of the
51
+ readtmy2 function.
52
+
23
53
24
54
Contributors
25
55
~~~~~~~~~~~~
0 commit comments