Skip to content

Releases: BreakingBytes/simkit

v0.3.2: Carousel

18 Aug 16:53
Compare
Choose a tag to compare
* closes #25 - move layer folders inside project package and update
quickstart
* closes #95 - update documentation for v0.3

v0.3.1

14 Dec 06:03
Compare
Choose a tag to compare
Caramel Corn CONSTANTS

Caramel Corn Catastrophe

14 Dec 01:29
Compare
Choose a tag to compare
Pre-release

Fix issue with release robot, in distribution, usage fails because package in python27\lib\site-packages or /usr/lib/python2.7/site-packages is not a Git repositiory. Solution is similar to versioneer, write VERSION to a module called version.py, try to import it and compare it to the dulwich version. If not a match, update the file with the latest tag.

Caramel Corn Continued

14 Dec 00:44
Compare
Choose a tag to compare
Pre-release

update pvlib-0.4.2 and pvpower tests

Caramel Corn

14 Dec 00:24
Compare
Choose a tag to compare
Caramel Corn Pre-release
Pre-release
  • #59 propagate uncertainty for dynamic calculations
  • #60 refactor redundancy from static and dynamic calcs
  • #61 create extensible calculator class to implement calculate() method
  • #62 all layers use Meta for options
  • #63 split calculations into separate parameters, treat them separately
    in DAG
  • #78 model class parameter
  • #79 merge PR
  • #83 clean up index_registry()

Cotton Candy

31 Oct 23:20
Compare
Choose a tag to compare
Cotton Candy Pre-release
Pre-release
  • implement #9 use Parameter class to filter parameters from metaclasses
  • new extras attribute for parameters
  • close #64 separate formulas into Parameters
  • calculate uncertainty in percent

Brown Bicycle Bears

11 Oct 22:41
Compare
Choose a tag to compare
Brown Bicycle Bears Pre-release
Pre-release
  • Update documentation
  • add new style PVPower demo model to examples
  • add tests for both new and olds styles
  • fix formula imports for packages

Bicycle Bears

22 Sep 21:48
Compare
Choose a tag to compare
Bicycle Bears Pre-release
Pre-release
  • fix #56 add model meta class to declare layers as class attributes
  • fix #23 use commands from simulation registry
  • removes BasicModel and combines with Model
  • adds commnand layer model attribute to denote layer with commands
  • adds registry model property, combines all registries into single dictionary
  • state property now returns whether model is initialized

Brass Rings

09 Sep 07:13
Compare
Choose a tag to compare
Brass Rings Pre-release
Pre-release
  • fix #29 add tz to pvpower demo, localize timestamps
  • test uncertainty propagation versus Uncertainties
  • fix #52 scale covariance from calculation results
  • update pvpower demo to pvlib-0.4
  • fix #49 refactor layers to remove redundancy
  • fix #26 use meaningful names in layers
  • fix issue in formulas when retval units is None instead of [None]

Blue Balloons

07 Aug 06:44
Compare
Choose a tag to compare
Blue Balloons Pre-release
Pre-release
  • fixes #47 change permissions on scripts to executable
  • fixes #48 use install_requires in setup.py to install dependencies