Skip to content

Releases: isi-ies-group/cpvlib

0.1.5 2022-02 Improve on StaticFlatPlateSystem

18 Feb 16:43
Compare
Choose a tag to compare

0.1.4 2021-05 First public PyPI realease

11 May 09:48
9e48117
Compare
Choose a tag to compare

First public PyPI realease triggered with GitHub Action

  • Attempt to upload package after trying on TestPyPI

2021-01 Module rename: cpvlib->cpvsystem

20 Jan 16:37
581e96f
Compare
Choose a tag to compare

Division of the name cpvlib: cpvlib is the name of the library/package and cpvsystem is the name of the module with the modeling classes

from cpvlib import cpvsystem
cpvsystem.StaticHybridSystem(...)

2020-11 IAM params move to be called implicitly in module_params

21 Nov 09:24
Compare
Choose a tag to compare

IAM params ('b':ASHRAE, 'theta_ref'&'iam_ref':interp and 'aoi_limit') moved to be called implicitly in module_params

fix for deprecation in pvlib=0.8

01 Oct 16:09
Compare
Choose a tag to compare
Pre-release
pvlib=0.8_fix

fix for deprecation in pvlib=0.8

(Pre) release for IEEE talk

29 Jul 22:43
ceb8f71
Compare
Choose a tag to compare
Pre-release

This release is a fairly mature version used for the IEEE talk in June 2020, so it marks a milestone in the history of the repository. However, the library is not yet formally ready for release.