Skip to content

Commit bcb41ae

Browse files
committed
update whatsnew. might still be missing a few things
1 parent c547c3c commit bcb41ae

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

docs/sphinx/source/whatsnew/v0.3.0.txt

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,49 @@ This is a major release from 0.2.2.
77
We recommend that all users upgrade to this version after testing
88
their code for compatibility and updating as necessary.
99

10+
1011
Enhancements
1112
~~~~~~~~~~~~
1213

13-
* Adds ``PVSystem`` and ``SingleAxisTracker`` classes. (:issue:`17`)
14+
* Adds ``PVSystem``, ``LocalizedPVSystem``, ``ModelChain``,
15+
and ``SingleAxisTracker`` classes. (:issue:`17`)
1416
* Replaces ``location`` arguments with ``latitude``, ``longitude``,
1517
``altitude``, and ``tz`` as appropriate.
1618
This separates the object-oriented API from the procedural API.
1719
(: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'``.
1942

2043
Bug fixes
2144
~~~~~~~~~
2245

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+
2353

2454
Contributors
2555
~~~~~~~~~~~~

0 commit comments

Comments
 (0)