-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding whatsnew for v100 + using sphinxcontrib-github-alt now * Fix typos
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. _whatsnew_1000: | ||
|
||
v1.0.0 (April 19, 2019) | ||
======================= | ||
|
||
Major release for pvfactors. The whole code base was revamped, which led to a 5x speed increase in computational speed. The package API has now also been completely upgraded, with a seperation and uncoupling between geometry, irradiance, and view factor modeling. All of these items are now unified into an engine and also some run functions to run full or partial simulations, and inspect the results. | ||
The documentation was completely revamped as well, with a new tutorial section containing lots of examples to get familiar with pvfactors, and also a developer API section that documents all of the classes and functions of the package. | ||
|
||
* Fix pvlib version in order to create conda build (#26) | ||
* Update docs: reorganize, clean up, and add API (#27) | ||
* Fix img url and update circleci look (#28) | ||
* New Geometry API (#29) | ||
* API refactoring for view factor calculation (#30) | ||
* New irradiance API (#31) | ||
* Implement perez model with new irradiance API (#33) | ||
* Implement engine to run simulations using new APIs (#32) | ||
* Implement functional run and parallel computation (#37) | ||
* Migrate last elements to new API (#38) | ||
* Remove old API files (#39) | ||
* Update docs for new pvfactors API (#40) | ||
* Update docstrings (#41) | ||
|
||
Contributors | ||
------------ | ||
|
||
* Marc Anoma (:ghuser:`anomam`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters