Skip to content

Releases: waikato-datamining/fast-opex

Release v0.0.4

22 Aug 04:35
Compare
Choose a tag to compare
  • method _object_from_dict (opex.ObjectPredictions) now handles incorrect score values better
  • method to_dict (opex.ObjectPrediction) only returns the score when not None; meta-data is returned now as well

Release v0.0.3

12 Aug 03:05
Compare
Choose a tag to compare
  • method _from_dict (opex.ObjectPredictions) no longer raises an Exception when the timestamp is missing
  • method to_dict (opex.ObjectPredictions) only returns timestamp/meta when not None now

Release v0.0.2

11 Aug 23:31
Compare
Choose a tag to compare
  • proper integration of orjson (uses bytes instead of strings)

Release v0.0.1

14 Jun 01:07
Compare
Choose a tag to compare
  • initial release