Release 0.4.3 Beta
Pre-release
Pre-release
Add conditions parameter to Criteria class and update instantiation logic
- Modify the
Criteria
class to include an optionalconditions
parameter in the initializer. - Add a new property method for
conditions
to retrieve the criteria's conditions. - Update the equality comparison to include
conditions
. - Adjust the instantiation of
Criteria
inCriteriaList
to pass conditions from a dictionary.