fhswf / MLPro

MLPro - The Integrative Middleware Framework for Standardized Machine Learning in Python
https://mlpro.readthedocs.io/
Apache License 2.0
12 stars 3 forks source link

Refact: Improvements on Id and time stamp handling in classes Id, TStamp and Instance #986

Closed detlefarend closed 1 month ago

detlefarend commented 1 month ago

Motivation Currently, an individual Id handling is implemented in class Instance. This shall be refactored by adding class bf.various.Id as a parent class. Furthermore, a new property id shall be added to class bf.various.Id to simplify the access to the id of child classes. Same with class TStamp and a new property tstamp.

Benefit Id handling is unified and made more pythonic.

Are the proposed changes backward compatible?

Related development objects