numpyx


Namenumpyx JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://github.com/gesellkammer/numpyx
SummaryUtility functions for numpy, written in cython
upload_time2025-08-13 18:22:51
maintainerNone
docs_urlNone
authoreduardo moguillansky
requires_python>=3.9
licenseGPL v3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A small package with fast numpy routines written in cython

Documentation
-------------

https://numpyx.readthedocs.io

Installation
------------

    pip install numpyx

-----


Functions in this package
-------------------------

All functions here are specialized for double arrays only

Short-cut functions
~~~~~~~~~~~~~~~~~~~

These functions are similar to numpy functions but are faster by
exiting out of a loop when one element satisfies the given condition


* any_less_than
* any_less_or_equal_than
* any_greater_than
* any_greater_or_equal_than
* any_equal_to
* array_is_sorted
* allequal

minmax1d
~~~~~~~~

Calculate min. and max. value in one go

searchsorted1
~~~~~~~~~~~~~

like search sorted, but for 1d double arrays. It is faster than the more generic numpy version


searchsorted2
~~~~~~~~~~~~~

like search sorted but allows to search across any column of a 2d array


nearestidx
~~~~~~~~~~

Return the index of the item in an array which is nearest to a given value. The
array does not need to be sorted (this is a simple linear search)


nearestitem
~~~~~~~~~~~

For any value of an array, search the nearest item in another array and put its
value in the output result


weightedavg
~~~~~~~~~~~

Weighted averageof a time-series


trapz
~~~~~

trapz integration specialized for contiguous / double arrays. Quite faster than generic numpy/scipy 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gesellkammer/numpyx",
    "name": "numpyx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "eduardo moguillansky",
    "author_email": "eduardo.moguillansky@gmail.com",
    "download_url": "https://github.com/gesellkammer/numpyx",
    "platform": null,
    "description": "A small package with fast numpy routines written in cython\n\nDocumentation\n-------------\n\nhttps://numpyx.readthedocs.io\n\nInstallation\n------------\n\n    pip install numpyx\n\n-----\n\n\nFunctions in this package\n-------------------------\n\nAll functions here are specialized for double arrays only\n\nShort-cut functions\n~~~~~~~~~~~~~~~~~~~\n\nThese functions are similar to numpy functions but are faster by\nexiting out of a loop when one element satisfies the given condition\n\n\n* any_less_than\n* any_less_or_equal_than\n* any_greater_than\n* any_greater_or_equal_than\n* any_equal_to\n* array_is_sorted\n* allequal\n\nminmax1d\n~~~~~~~~\n\nCalculate min. and max. value in one go\n\nsearchsorted1\n~~~~~~~~~~~~~\n\nlike search sorted, but for 1d double arrays. It is faster than the more generic numpy version\n\n\nsearchsorted2\n~~~~~~~~~~~~~\n\nlike search sorted but allows to search across any column of a 2d array\n\n\nnearestidx\n~~~~~~~~~~\n\nReturn the index of the item in an array which is nearest to a given value. The\narray does not need to be sorted (this is a simple linear search)\n\n\nnearestitem\n~~~~~~~~~~~\n\nFor any value of an array, search the nearest item in another array and put its\nvalue in the output result\n\n\nweightedavg\n~~~~~~~~~~~\n\nWeighted averageof a time-series\n\n\ntrapz\n~~~~~\n\ntrapz integration specialized for contiguous / double arrays. Quite faster than generic numpy/scipy \n",
    "bugtrack_url": null,
    "license": "GPL v3",
    "summary": "Utility functions for numpy, written in cython",
    "version": "1.5.2",
    "project_urls": {
        "Download": "https://github.com/gesellkammer/numpyx",
        "Homepage": "https://github.com/gesellkammer/numpyx"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9ee6ead84e8c593ce2d44806e2ab31a5744c51ddb620c24bf33527255b6cf20d",
                "md5": "37c8af3a10e0df79a17ff0f4e9a85619",
                "sha256": "e8d02031bd34ec7ee7cd0f6df89d4901a0eb3930b52b8fdbf3a1252ed35e3956"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "37c8af3a10e0df79a17ff0f4e9a85619",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 121262,
            "upload_time": "2025-08-13T18:22:51",
            "upload_time_iso_8601": "2025-08-13T18:22:51.414005Z",
            "url": "https://files.pythonhosted.org/packages/9e/e6/ead84e8c593ce2d44806e2ab31a5744c51ddb620c24bf33527255b6cf20d/numpyx-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f6a5f49b7e6e38ce0ced593a2fac6f3a3ac6e77f090c300a7e7609eb582566f",
                "md5": "f81e5b74aabbb046b115ee9cc3c2c58f",
                "sha256": "6eee4e00dfade0771745f6880fb73d67518c97a90a15a4c07242b197aa3e0927"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f81e5b74aabbb046b115ee9cc3c2c58f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 112177,
            "upload_time": "2025-08-13T18:22:52",
            "upload_time_iso_8601": "2025-08-13T18:22:52.818838Z",
            "url": "https://files.pythonhosted.org/packages/0f/6a/5f49b7e6e38ce0ced593a2fac6f3a3ac6e77f090c300a7e7609eb582566f/numpyx-1.5.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0de8dcfbbf569eda30ace79950537a41bfbeb14a2a2a3318df88a7e82f980749",
                "md5": "510ec7f2cb3fc4a312c98df50940ca35",
                "sha256": "184bbe6313f492b4032cbf16c93e1e19bee480e51178aea196b731da301cec2f"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "510ec7f2cb3fc4a312c98df50940ca35",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 652875,
            "upload_time": "2025-08-13T18:26:51",
            "upload_time_iso_8601": "2025-08-13T18:26:51.569613Z",
            "url": "https://files.pythonhosted.org/packages/0d/e8/dcfbbf569eda30ace79950537a41bfbeb14a2a2a3318df88a7e82f980749/numpyx-1.5.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cfb2bcbf1638f18757abbf3cb6d1f024735d5daacd5ce797d9697b1479a2605c",
                "md5": "bd3f6535edba02c4f4c091f2354f7795",
                "sha256": "9a9007b3c2d51caa66154fc42973f67401a9ce5774faec71e7fba10f56502639"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd3f6535edba02c4f4c091f2354f7795",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 624442,
            "upload_time": "2025-08-13T18:28:44",
            "upload_time_iso_8601": "2025-08-13T18:28:44.289310Z",
            "url": "https://files.pythonhosted.org/packages/cf/b2/bcbf1638f18757abbf3cb6d1f024735d5daacd5ce797d9697b1479a2605c/numpyx-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "364ebd20baf7954988533fbe743330b0755391562c37469c0ff182ba718eaa86",
                "md5": "3c07d1e1eb44e9a03e6bb1665e9d17bf",
                "sha256": "46f1b38d652397ebe1bba297d8618868c7ba137390768ef4fcb405181bb59a03"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "3c07d1e1eb44e9a03e6bb1665e9d17bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 93438,
            "upload_time": "2025-08-13T18:27:20",
            "upload_time_iso_8601": "2025-08-13T18:27:20.392054Z",
            "url": "https://files.pythonhosted.org/packages/36/4e/bd20baf7954988533fbe743330b0755391562c37469c0ff182ba718eaa86/numpyx-1.5.2-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b6989730c6b6e3648b0dc8a46bbf9d61e356e758f9ab325d9617e9b692686f6",
                "md5": "9b482cc1b85bd747df511d8025e9e549",
                "sha256": "fa8622dad82dd095ddb89eb1d6ede7c40f0f2135f58580dee37a4f2c2152d7a8"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9b482cc1b85bd747df511d8025e9e549",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 110202,
            "upload_time": "2025-08-13T18:27:21",
            "upload_time_iso_8601": "2025-08-13T18:27:21.569134Z",
            "url": "https://files.pythonhosted.org/packages/4b/69/89730c6b6e3648b0dc8a46bbf9d61e356e758f9ab325d9617e9b692686f6/numpyx-1.5.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "92f5cb6580229a4cea5f44b309e18fa3c5dc2fe55a4f3d2c46b4a8e851786041",
                "md5": "c29b420cd1f08731896f2ae1608e93c2",
                "sha256": "f2cb5866ab4bc596448006d95882560596992658c78238666ae968812b18f4dc"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c29b420cd1f08731896f2ae1608e93c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 122752,
            "upload_time": "2025-08-13T18:22:53",
            "upload_time_iso_8601": "2025-08-13T18:22:53.689635Z",
            "url": "https://files.pythonhosted.org/packages/92/f5/cb6580229a4cea5f44b309e18fa3c5dc2fe55a4f3d2c46b4a8e851786041/numpyx-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abe7efdd204e060819100f7efa3f3078dfdabd148fd5a4e76054adddcf0dcca2",
                "md5": "2ff6c486b79b45f789f07c9ccf640a89",
                "sha256": "770556c41673eaf530b887a8ff43f2361328fe2f98f39de1b9cc48931bfd4ff3"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2ff6c486b79b45f789f07c9ccf640a89",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 113409,
            "upload_time": "2025-08-13T18:22:54",
            "upload_time_iso_8601": "2025-08-13T18:22:54.518935Z",
            "url": "https://files.pythonhosted.org/packages/ab/e7/efdd204e060819100f7efa3f3078dfdabd148fd5a4e76054adddcf0dcca2/numpyx-1.5.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cd1e52c8b5e473dddc9aa777097045489bea846a0980955420523d7f5c21a3be",
                "md5": "aef23e7700c6fada77724d25c22945e5",
                "sha256": "df3c868b415328e4beeadb1c7fb05b651d02b2b9d3878b8ab2c8fdde9c28a373"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aef23e7700c6fada77724d25c22945e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 685076,
            "upload_time": "2025-08-13T18:26:52",
            "upload_time_iso_8601": "2025-08-13T18:26:52.984196Z",
            "url": "https://files.pythonhosted.org/packages/cd/1e/52c8b5e473dddc9aa777097045489bea846a0980955420523d7f5c21a3be/numpyx-1.5.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3abcf4e2b434ebf38091a7c3c96d751af87057812af6322637d072ff6a13e12",
                "md5": "53a2733e5d108c8c24a0a1d3c84f87cd",
                "sha256": "a162e56189098b12be80adb5fd02cb3a0f6ab0a0b0feb2135a7daf5d8f5bfce6"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53a2733e5d108c8c24a0a1d3c84f87cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 653332,
            "upload_time": "2025-08-13T18:28:45",
            "upload_time_iso_8601": "2025-08-13T18:28:45.236383Z",
            "url": "https://files.pythonhosted.org/packages/a3/ab/cf4e2b434ebf38091a7c3c96d751af87057812af6322637d072ff6a13e12/numpyx-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c4d4fd7fdcefb01ca90fa1bd52db0b15e638db047408027e42f042817c421ac",
                "md5": "5dae46eb0c546049d4672771cbd9ab88",
                "sha256": "651e07c2dd7fd880f887b331f9745889ba0cd791844bae9827794a952a2b1f7f"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "5dae46eb0c546049d4672771cbd9ab88",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 93170,
            "upload_time": "2025-08-13T18:27:22",
            "upload_time_iso_8601": "2025-08-13T18:27:22.344667Z",
            "url": "https://files.pythonhosted.org/packages/8c/4d/4fd7fdcefb01ca90fa1bd52db0b15e638db047408027e42f042817c421ac/numpyx-1.5.2-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "344c06f4dac3b3cf205e91eb42b9c26f841fada6e7e0477fdd948033c2ccb55b",
                "md5": "687e2b0ebd9c08e5bee7d404eeb7ffa3",
                "sha256": "e339ce2a7a603e9f1d1d7e9dce0c334689b42b70ccf03508a3b51a09d7f58520"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "687e2b0ebd9c08e5bee7d404eeb7ffa3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 110282,
            "upload_time": "2025-08-13T18:27:23",
            "upload_time_iso_8601": "2025-08-13T18:27:23.402975Z",
            "url": "https://files.pythonhosted.org/packages/34/4c/06f4dac3b3cf205e91eb42b9c26f841fada6e7e0477fdd948033c2ccb55b/numpyx-1.5.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a34132b13715f2ac524f276e04ce5e346fa9a452bab23690b3a2935f2feb0775",
                "md5": "0e8ec3b003a66c72873ba162271aedc1",
                "sha256": "14bfcd52b4a6623de8d2aa079bf4c5017b8dcd88360e658c6a0bb076904eba55"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e8ec3b003a66c72873ba162271aedc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 123775,
            "upload_time": "2025-08-13T18:27:03",
            "upload_time_iso_8601": "2025-08-13T18:27:03.633603Z",
            "url": "https://files.pythonhosted.org/packages/a3/41/32b13715f2ac524f276e04ce5e346fa9a452bab23690b3a2935f2feb0775/numpyx-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "819c23e42f6b9dece9b8079783122dce5b2f20787eb64cd79998263b6d29ed68",
                "md5": "f55240e1f95039f5aa0b66b23fdc00cb",
                "sha256": "0e2407bec4d63d4f38c708446f574778d03247deeb3fe6d182f246e4c9c985d2"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f55240e1f95039f5aa0b66b23fdc00cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 123462,
            "upload_time": "2025-08-13T18:22:55",
            "upload_time_iso_8601": "2025-08-13T18:22:55.359833Z",
            "url": "https://files.pythonhosted.org/packages/81/9c/23e42f6b9dece9b8079783122dce5b2f20787eb64cd79998263b6d29ed68/numpyx-1.5.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7911c2e2513ed0ceaea9ac14d4fad9c48be31532e9888e81c5fde97362cc025b",
                "md5": "54ced4d45677549ae726f76545fe4175",
                "sha256": "d30d8f07a3f764cc44a72bbe8c71df3e588994e381e86ffc8d0d3346e124a415"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "54ced4d45677549ae726f76545fe4175",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 111988,
            "upload_time": "2025-08-13T18:22:56",
            "upload_time_iso_8601": "2025-08-13T18:22:56.492794Z",
            "url": "https://files.pythonhosted.org/packages/79/11/c2e2513ed0ceaea9ac14d4fad9c48be31532e9888e81c5fde97362cc025b/numpyx-1.5.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afcc722c911cabac0e317c3f6df7c9d3c721ae19469ab68f48a7f4684126ca20",
                "md5": "0d99a00c53e80c2c1a4846d622286212",
                "sha256": "5e81ba2460e490dcb82caca1fb02fd30c75cb04c3e2d04df0f3b7ff610783720"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d99a00c53e80c2c1a4846d622286212",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 683475,
            "upload_time": "2025-08-13T18:26:54",
            "upload_time_iso_8601": "2025-08-13T18:26:54.058696Z",
            "url": "https://files.pythonhosted.org/packages/af/cc/722c911cabac0e317c3f6df7c9d3c721ae19469ab68f48a7f4684126ca20/numpyx-1.5.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "161ef7ac2139b506f0519cc1fa981a5917e07c4949b947ac87118111ca4c28f7",
                "md5": "94bf31a33d20bc61235c37bbe3c64b2e",
                "sha256": "86c80f73b08139a36a876df2fb568f3906737345a20a774008b294ca96b1402a"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94bf31a33d20bc61235c37bbe3c64b2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 646597,
            "upload_time": "2025-08-13T18:28:46",
            "upload_time_iso_8601": "2025-08-13T18:28:46.288418Z",
            "url": "https://files.pythonhosted.org/packages/16/1e/f7ac2139b506f0519cc1fa981a5917e07c4949b947ac87118111ca4c28f7/numpyx-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "540c27b939426e26e5ccaf7286122dcd0ba3d51596df030c547d44df75ae2ef1",
                "md5": "0c820409d0052eb0e040134115ff9a75",
                "sha256": "7f3593f7d4d310ea2c27a2b4f14c7e63b27e2f5ba8d70ee663ffc63c18c9b450"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "0c820409d0052eb0e040134115ff9a75",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 93673,
            "upload_time": "2025-08-13T18:27:24",
            "upload_time_iso_8601": "2025-08-13T18:27:24.556147Z",
            "url": "https://files.pythonhosted.org/packages/54/0c/27b939426e26e5ccaf7286122dcd0ba3d51596df030c547d44df75ae2ef1/numpyx-1.5.2-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9826250bf83bd1ddc38bc70928f6d610b0b5ee789f8b5c5f18ca2e8419a6335",
                "md5": "35107ac6e094a9bbaab3c642346e3b58",
                "sha256": "c463c5df96870d82cae26e54803e6ac2c9c42231a225c84f19155297c7e399fb"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "35107ac6e094a9bbaab3c642346e3b58",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 111115,
            "upload_time": "2025-08-13T18:27:25",
            "upload_time_iso_8601": "2025-08-13T18:27:25.306952Z",
            "url": "https://files.pythonhosted.org/packages/b9/82/6250bf83bd1ddc38bc70928f6d610b0b5ee789f8b5c5f18ca2e8419a6335/numpyx-1.5.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6eab43cdb2f2140e8ea4754951079f0393fb3e55e0d8878f4f176e0da457c082",
                "md5": "1a6ff6d1d2f17cc8a3ffb9d22d3fe5f5",
                "sha256": "37be005c10e970e51644985d80e06170ec03ace608025fdb6f3f479556286bb6"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a6ff6d1d2f17cc8a3ffb9d22d3fe5f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 122789,
            "upload_time": "2025-08-13T18:27:04",
            "upload_time_iso_8601": "2025-08-13T18:27:04.779727Z",
            "url": "https://files.pythonhosted.org/packages/6e/ab/43cdb2f2140e8ea4754951079f0393fb3e55e0d8878f4f176e0da457c082/numpyx-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2eb2fe974d5d94b6dce5c1c58c7c531d8fb912be4c40406cf3c557ee64578749",
                "md5": "9a7b6d90f2032216590807f44b9a4314",
                "sha256": "b61430dc42af19d17dadcb81094c991c158e5b3bd6fbba6bd0c425d5bfb1d543"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9a7b6d90f2032216590807f44b9a4314",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 111006,
            "upload_time": "2025-08-13T18:27:05",
            "upload_time_iso_8601": "2025-08-13T18:27:05.888500Z",
            "url": "https://files.pythonhosted.org/packages/2e/b2/fe974d5d94b6dce5c1c58c7c531d8fb912be4c40406cf3c557ee64578749/numpyx-1.5.2-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04f4e5879394cedb348b9bb35c17a6c7d2d6a2f6fd23534960cbf05abfe56fe2",
                "md5": "24a8145d957c9c346b70669da0525b2b",
                "sha256": "0a7fc5ea2f7923ca4171d8e0ead566372fdcf37ef4c59f70e5be36c66ab251e3"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "24a8145d957c9c346b70669da0525b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 675617,
            "upload_time": "2025-08-13T18:26:55",
            "upload_time_iso_8601": "2025-08-13T18:26:55.110808Z",
            "url": "https://files.pythonhosted.org/packages/04/f4/e5879394cedb348b9bb35c17a6c7d2d6a2f6fd23534960cbf05abfe56fe2/numpyx-1.5.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "577b8e2ec85721ab5c4e7f1aa54c2cd3dc76c3467b727b4b9ad62f1a027f78f6",
                "md5": "46a318ae849733ecb8853026cca6a746",
                "sha256": "b1b52aa084e2da633249c74e6f95b0603888b14c569fc820eca7c75dcedb2eb9"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "46a318ae849733ecb8853026cca6a746",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 93506,
            "upload_time": "2025-08-13T18:30:57",
            "upload_time_iso_8601": "2025-08-13T18:30:57.181797Z",
            "url": "https://files.pythonhosted.org/packages/57/7b/8e2ec85721ab5c4e7f1aa54c2cd3dc76c3467b727b4b9ad62f1a027f78f6/numpyx-1.5.2-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef6018dafe490581194d52614fa4aa9495a177e9f56ac2fc63c78289a0ab687e",
                "md5": "81f5e7f4fa1067f455a5b3f0fb20af78",
                "sha256": "43ae509d50b8375745b6623936a8f9910ea6a76b1acd904524d8451b034d6ffb"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81f5e7f4fa1067f455a5b3f0fb20af78",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 110881,
            "upload_time": "2025-08-13T18:30:58",
            "upload_time_iso_8601": "2025-08-13T18:30:58.594610Z",
            "url": "https://files.pythonhosted.org/packages/ef/60/18dafe490581194d52614fa4aa9495a177e9f56ac2fc63c78289a0ab687e/numpyx-1.5.2-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a459c839dfc3e06c207a7882bfc0a3f10b5090d7c75e7df15dab7b0b4003d798",
                "md5": "36339f216209d78b0b9ce36866db99e8",
                "sha256": "c4e3d5f69ac5a709d0e8f0a9ac4098fd575c6dea2629fc0eb3db1ec81e110ee8"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "36339f216209d78b0b9ce36866db99e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 121561,
            "upload_time": "2025-08-13T18:22:57",
            "upload_time_iso_8601": "2025-08-13T18:22:57.636419Z",
            "url": "https://files.pythonhosted.org/packages/a4/59/c839dfc3e06c207a7882bfc0a3f10b5090d7c75e7df15dab7b0b4003d798/numpyx-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "83ff8ce65f37be9e078f6cf199175d0dbe7236f64b694cc3bfc4ca5920ff9ae3",
                "md5": "4bbd43781a111ab7f1c11dfd62d32a4b",
                "sha256": "1e94c8609453aaba4f9877ee22696c6f2185eeaf9a2a87fa975dbf790e227076"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4bbd43781a111ab7f1c11dfd62d32a4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 112346,
            "upload_time": "2025-08-13T18:22:58",
            "upload_time_iso_8601": "2025-08-13T18:22:58.445605Z",
            "url": "https://files.pythonhosted.org/packages/83/ff/8ce65f37be9e078f6cf199175d0dbe7236f64b694cc3bfc4ca5920ff9ae3/numpyx-1.5.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32183039856c7adab778da9687bce5547e5fc159c949671aa5638a2f01c027af",
                "md5": "76b1cc8232c2328602e54e38c2a0aa68",
                "sha256": "80893930c2fca47c834399197b485287b05d1c076067b80656967f870848bce6"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76b1cc8232c2328602e54e38c2a0aa68",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 650018,
            "upload_time": "2025-08-13T18:26:56",
            "upload_time_iso_8601": "2025-08-13T18:26:56.466754Z",
            "url": "https://files.pythonhosted.org/packages/32/18/3039856c7adab778da9687bce5547e5fc159c949671aa5638a2f01c027af/numpyx-1.5.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf411938fb1a54fdbb4da2e711a8af013fe13a3d3eb63901c996403a4686e99f",
                "md5": "2cdb67876059662b29c0ac278f0ea371",
                "sha256": "0513061e4154bb883a9fd8676047d4ed862df99f033ca737b18e9b8e0d7f73a2"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cdb67876059662b29c0ac278f0ea371",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 620961,
            "upload_time": "2025-08-13T18:28:47",
            "upload_time_iso_8601": "2025-08-13T18:28:47.633491Z",
            "url": "https://files.pythonhosted.org/packages/cf/41/1938fb1a54fdbb4da2e711a8af013fe13a3d3eb63901c996403a4686e99f/numpyx-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f78fd5c7ae6e59d4258a6dd68984b26016a030a32475cf62ce0e3b21818ecf8d",
                "md5": "67ff6df55155b432a6d8ab15276468d8",
                "sha256": "d1a0aaf1e5d08c10d5848901d644ecff1d205c916c3a0fdd47ec4c67df9407b8"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "67ff6df55155b432a6d8ab15276468d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 93586,
            "upload_time": "2025-08-13T18:27:26",
            "upload_time_iso_8601": "2025-08-13T18:27:26.058307Z",
            "url": "https://files.pythonhosted.org/packages/f7/8f/d5c7ae6e59d4258a6dd68984b26016a030a32475cf62ce0e3b21818ecf8d/numpyx-1.5.2-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e5806b4ec2c957708a0e8f23a289d22bc298cf1f6e0e77f1de4a4f68c1fdaa6",
                "md5": "403e9c1824a9a61361fca1286eb36635",
                "sha256": "4a2638a19d20617463012a60ce0af73070197fa34c8c8e4c34057b5c2b9f44ff"
            },
            "downloads": -1,
            "filename": "numpyx-1.5.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "403e9c1824a9a61361fca1286eb36635",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 110393,
            "upload_time": "2025-08-13T18:27:26",
            "upload_time_iso_8601": "2025-08-13T18:27:26.841404Z",
            "url": "https://files.pythonhosted.org/packages/9e/58/06b4ec2c957708a0e8f23a289d22bc298cf1f6e0e77f1de4a4f68c1fdaa6/numpyx-1.5.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 18:22:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gesellkammer",
    "github_project": "numpyx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "numpyx"
}
        
Elapsed time: 0.56138s