Metadata-Version: 2.4
Name: scippneutron_algorithms
Version: 26.7.0
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Dist: numpy>=2
Requires-Dist: scipp>=25.11.0
Requires-Dist: scipy>=1.7.0
License-File: LICENSE
Summary: Optimized and compile algorithms for ScippNeutron
Author: Scipp contributors
License-Expression: BSD-3-Clause
Requires-Python: >=3.11
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Bug Tracker, https://github.com/scipp/scippneutron_algorithms/issues
Project-URL: Documentation, https://scipp.github.io/scippneutron_algorithms
Project-URL: Source, https://github.com/scipp/scippneutron_algorithms

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/scippneutron_algorithms.svg)](https://pypi.python.org/pypi/scippneutron_algorithms)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/scippneutron_algorithms/badges/version.svg)](https://anaconda.org/conda-forge/scippneutron_algorithms)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

# ScippNeutron Algorithms

## About

Optimized and compile algorithms for ScippNeutron.

> [!NOTE]
> This package should always be used through ScippNeutron and not directly.
> The functions in `scippneutron_algorithms` are lower level and their interfaces are not as stable.

This package provides code in languages other than Python for use with ScippNeutron.
It exists only to keep ScippNeutron itself as a pure Python project to simplify development.

