Releases: BreakingBytes/simkit
Releases · BreakingBytes/simkit
v0.3.2: Carousel
v0.3.1
Caramel Corn Catastrophe
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
update pvlib-0.4.2 and pvpower tests
Caramel Corn
- #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
Brown Bicycle Bears
- 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
- 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
- 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]