- 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
0.0.3
------------------
- 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
0.0.2
------------------
- proper integration of orjson (uses bytes instead of strings)