fast-opex


Namefast-opex JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/waikato-datamining/fast-opex
SummarySimpler and faster implementation of the OPEX JSON file format for object detection predictions.
upload_time2024-08-22 04:34:48
maintainerNone
docs_urlNone
authorPeter Reutemann
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Simpler and faster implementation of the *OPEX JSON file format* for object detection
predictions (https://github.com/WaikatoLink2020/objdet-predictions-exchange-format).

It is possible to use the orjson library (https://github.com/ijl/orjson) as backend
instead of the one from the standard library for further speed-ups.

Changelog
=========

0.0.4 (2024-08-22)
------------------

- 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 (2024-08-12)
------------------

- 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 (2024-06-17)
------------------

- proper integration of orjson (uses bytes instead of strings)


0.0.1 (2024-06-14)
------------------

- initial release
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/waikato-datamining/fast-opex",
    "name": "fast-opex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Peter Reutemann",
    "author_email": "fracpete@waikato.ac.nz",
    "download_url": "https://files.pythonhosted.org/packages/52/f0/e7f2aee186fc559775d03a5e50131bb726884c1ec297700c222ae338a0ec/fast-opex-0.0.4.tar.gz",
    "platform": null,
    "description": "Simpler and faster implementation of the *OPEX JSON file format* for object detection\npredictions (https://github.com/WaikatoLink2020/objdet-predictions-exchange-format).\n\nIt is possible to use the orjson library (https://github.com/ijl/orjson) as backend\ninstead of the one from the standard library for further speed-ups.\n\nChangelog\n=========\n\n0.0.4 (2024-08-22)\n------------------\n\n- method `_object_from_dict` (`opex.ObjectPredictions`) now handles incorrect\n  `score` values better\n- method `to_dict` (`opex.ObjectPrediction`) only returns the score when not\n  `None`; meta-data is returned now as well\n\n\n0.0.3 (2024-08-12)\n------------------\n\n- method `_from_dict` (`opex.ObjectPredictions`) no longer raises an Exception\n  when the timestamp is missing\n- method `to_dict` (`opex.ObjectPredictions`) only returns timestamp/meta\n  when not None now\n\n\n0.0.2 (2024-06-17)\n------------------\n\n- proper integration of orjson (uses bytes instead of strings)\n\n\n0.0.1 (2024-06-14)\n------------------\n\n- initial release",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simpler and faster implementation of the OPEX JSON file format for object detection predictions.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/waikato-datamining/fast-opex"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52f0e7f2aee186fc559775d03a5e50131bb726884c1ec297700c222ae338a0ec",
                "md5": "0ff87e3d5d4f652066a75e96d1af24e4",
                "sha256": "a1938c8d004b62810d51c6b259e443c58dfce3d989fda5ec17b59a77cdcf37c7"
            },
            "downloads": -1,
            "filename": "fast-opex-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0ff87e3d5d4f652066a75e96d1af24e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6275,
            "upload_time": "2024-08-22T04:34:48",
            "upload_time_iso_8601": "2024-08-22T04:34:48.286771Z",
            "url": "https://files.pythonhosted.org/packages/52/f0/e7f2aee186fc559775d03a5e50131bb726884c1ec297700c222ae338a0ec/fast-opex-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 04:34:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waikato-datamining",
    "github_project": "fast-opex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "fast-opex"
}
        
Elapsed time: 0.53905s