tssm’s Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
unreleased
0.0.4
Added
The profiles can know not just be up-scaled. They can also be down-scaled. So more variance can be added to the profile.
A Graphical user interface has been implemented
Matlab code is available
Normal distribution with reference profile approach (verified by pytests)
Changed
Script structure: calculation models are moved to a different script
Scaling profile approach is moved to a different class
Performance improvements
0.0.2 - 2022-08-31
Added
Changelog
Time step is now calculated and considered. So different time steps (i.e. 15-min. or flexible ones) can be used for all approaches. The normal distribution calculation takes really long then. (verified by pytests)
Changed
Changed name to tssm
Documentation
Fixed
Scaling factor can be given for the linear and scaling approach (verified by pytests). It has now a verification
0.0.2-pre - 2022-08-09
Added
Normal distribution approach (verified by pytests)
Daily index calculation (from fixed indexes to Date depended on ones)
Scaling factor can be given for the linear and scaling approach (unverified)
Fixed
Wrong weekly index calculation (from fixed indexes to Date depended on ones)
0.0.1 - 2022-08-02
Added
Linear approach (verified by pytests)
Scaling approach (verified by pytests)