Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-02-18 | refactor model generation from Analytic/PTAModel into ModelAttribute class | Daniel Friesel | -37/+20 | |
Iteration over states/transitions and model attributes is no longer hardcoded into most model generation code. This should make support for decision trees and sub-states much easier. | ||||
2020-10-26 | blacken code; do not run lint check on external Python libraries | Daniel Friesel | -1/+1 | |
2020-07-06 | move gplearn_to_function to functions module | Daniel Friesel | -0/+41 | |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -10/+10 | |
2020-07-03 | more consistent logging; use logger. instead of logging. where appropriate | Daniel Friesel | -4/+4 | |
2020-07-02 | Use logging module for debug output | Daniel Friesel | -18/+12 | |
2020-05-28 | use black(1) for uniform code formatting | Daniel Friesel | -95/+155 | |
2020-04-29 | Use relative module paths. PYTHONPATH=lib bin/... is no longer needed | Daniel Friesel | -1/+1 | |
2019-10-02 | documentation | Daniel Friesel | -17/+16 | |
2019-08-16 | documentation | Daniel Friesel | -3/+13 | |
2019-08-14 | functions, utils: pydocstyle | Daniel Friesel | -37/+30 | |
2019-08-13 | functions: documentation (WiP) | Daniel Friesel | -19/+17 | |
2019-07-26 | add parameter normalization support to YAML DFA models | Daniel Friesel | -0/+12 | |
2019-07-25 | lint | Daniel Friesel | -0/+3 | |
2019-04-01 | add missing include | Daniel Friesel | -1/+1 | |
2019-02-07 | function_powerset: add default for num_args | Daniel Friesel | -1/+1 | |
2019-02-01 | move parameter detection / statistics methods to utils (for now) | Daniel Friesel | -2/+8 | |
2019-02-01 | Doku | Daniel Friesel | -1/+9 | |
2019-01-30 | document lib/functions.py | Daniel Friesel | -2/+175 | |
2018-04-26 | refactor function code into separate file to solve circular import | Daniel Friesel | -0/+254 | |