This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
Version 0.3 (2021-09-28)
Enhancements
- Issue 34 - The g-function interpolation function is enhanced to automatically select the most ideal interpolation kind. A warning is supplied if extrapolation is necessary.
Fixes
- Issue 30 - Fixes the C configurations to be defined as having two levels. Prior to this point, the C configurations were considered to have one level. The C configurations have two levels in the database. The second level is a thickness parameter. The C configurations are now defined to have two levels, and when a configuration is selected, a unimodal list is returned.
- Issue 31 - This fixes the zoned rectangle configurations to return as unimodal from lowest to highest response. When a configuration is selected from the database, if the configuration has a second layer (U, LopU, Open, C, zoned), the returned dictionary is supposed to be unimodal from lowest to highest response. The zoned rectangle was not properly being sorted.
New features
- Issue 32 - A module for creating (x, y) coordinates, named
coordinates.py
is created. The module can create rectangles, open rectangles, U-shapes, L-shapes and zoned rectangles. - Issue 33 - A module named
utilities.py
is introduced, with the purpose being that it contains time related functions. A function containing Eskilson's original 27 logarithmic time points is created.