Skip to content

Fujisan

Compare
Choose a tag to compare
@anomam anomam released this 19 Apr 07:37
· 68 commits to master since this release
7529a89

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