numbagg

View on PyPIReverse Dependencies (9)

0.9.0 numbagg-0.9.0-py3-none-any.whl

Wheel Details

Project: numbagg
Version: 0.9.0
Filename: numbagg-0.9.0-py3-none-any.whl
Download: [link]
Size: 51041
MD5: 31344d7cb9f678d13b92c55e29be0bce
SHA256: 000968facb1b433a0722e99664f9a6077f061edb3625d992084188607e016e91
Uploaded: 2025-02-08 22:51:05 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: numbagg
Version: 0.9.0
Summary: Fast N-dimensional aggregation functions with Numba
Author-Email: Stephan Hoyer <shoyer[at]gmail.com>, Maximilian Roos <m[at]maxroos.com>
Project-Url: homepage, https://github.com/numbagg/numbagg
License: License ======= Numbagg is distributed under a BSD 3-clause license. It includes portions of Bottleneck, which is distributed under a Simplified BSD license. Numbagg license =============== BSD 3-Clause License Copyright (c) 2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team Copyright (c) 2014-2018, Stephan Hoyer and Numbagg contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Bottleneck license ================== Copyright (c) 2010-2014 Berkeley Analytics, LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: bottleneck; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: jq; platform_system != "Windows" and extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest-benchmark; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools_scm; extra == "dev"
Requires-Dist: tabulate; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 43713 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
numbagg/__init__.py sha256=0kA05A4snwYSkRs7DBC00w1z8cosVk2Mj3ebR_BHcGE 2980
numbagg/decorators.py sha256=4RdJqvrET6DOD4VraZqZIIZEyaxKfMLeqWdgnsQaRws 26181
numbagg/funcs.py sha256=XOhjzPo_9s7iEJqGsI4vyNyvJb8qQ1ILW3qck3-yjL0 7791
numbagg/grouped.py sha256=9B6dGrmchRrNWTYc8T-mcXINvfQr4g-hXtk6FqvLE1M 7911
numbagg/moving.py sha256=G6tEe7S9RplFcOtV84N94hhSjm_yMK7m_eAjJVDTRXw 7643
numbagg/moving_exp.py sha256=AagSjPyr8-780sUQTu0TuddsoKYkv7Z8AZGyfS4AFTU 9482
numbagg/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numbagg/transform.py sha256=FuAX8uECicmWBWJbzrC4lY8L7YO23OyCEDc3OQlCwnM 2151
numbagg/utils.py sha256=me1wbYHLvsDH_eBpCfk26P1JI9qYyHK8kEmBnlRJa8o 559
numbagg/test/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
numbagg/test/conftest.py sha256=gVCxmZFNwZdf5KUfSZhTr6zfY9iGPUvBl9gYZZiMvV0 17022
numbagg/test/run_benchmarks.py sha256=FjE1MFFpliX5zDY05n57TMydjimpODYLBONfRUNT7JQ 7246
numbagg/test/test_benchmark.py sha256=FhlnyCDcVJ7HkuXd23KwnBkr5EO4puP_nsklad1PEaU 2038
numbagg/test/test_cache_segfault.py sha256=Ya3bPp9jYr-xuhfujGQYUKnw66R8X3Ve69HG5uQYHLw 5422
numbagg/test/test_funcs.py sha256=ZiWpOaU46YMR2RWiY7tVIiiK3IGZblwVxCSIu8CChBc 8078
numbagg/test/test_grouped.py sha256=SutUgUsMWHaXAwgheMNXC20UaVoe3J7LCxVWCKRbCI4 13629
numbagg/test/test_moving.py sha256=4x8GQhtIpD2GFiayaf1BU-llJyq_q_snVwaT3aNKWkg 11120
numbagg/test/test_moving_exp.py sha256=poVZxF0C5FRiz0fXeOzhJG387kHmeqnPBzOFmzaOUnk 11083
numbagg/test/test_multithreading.py sha256=MGA59256V6trULQZkhFVvB-CdHddoHPu38npV3Lj2LI 533
numbagg/test/test_property.py sha256=9zgVQd3UlL3AOCDbdXeIE0XW61Sc-T-8EDspznbHgqo 4544
numbagg/test/test_utils.py sha256=hnN45iXfNNTQt721yKtMQx_ZM4H7X2HqiiMMu00ri80 929
numbagg/test/util.py sha256=S-FWxV13wFziQmZ9PMFmZ0vYPQSkggg-SSFN7DoDGwA 5093
numbagg-0.9.0.dist-info/LICENSE sha256=RwTTEUKm_FV_79zUaTSaMVa3pts590Chv6OLA-anhCc 3210
numbagg-0.9.0.dist-info/METADATA sha256=e3yEws2j-u-1ZMd3VTX_hSUx1L21JAev_TfECiMevpY 48840
numbagg-0.9.0.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
numbagg-0.9.0.dist-info/top_level.txt sha256=Sf36ry6KEjSBvHEyPiCKtbvzKy2tFxVmFamUoK1OQ5A 8
numbagg-0.9.0.dist-info/RECORD

top_level.txt

numbagg