Metadata-Version: 2.4
Name: aspn23_xtensor
Version: 1.0.0
Summary: ASPN-C++ (xtensor) Python Bindings
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Dist: numpy
Description-Content-Type: text/markdown

# ASPN-C++

This Python module contains the Python bindings for ASPN-C++ (xtensor).

# Release Versioning

This project implements a versioning scheme similar to semantic versioning
[SemVer](https://semver.org/), but much lighter. **This project does not define an API and therefore
has no concrete definition of what constitutes a breaking change.**

Nonetheless, if a new release would require significant changes downstream we will attempt to
communicate that by incrementing the major version. If there are new features or newly deprecated
features, we will attempt to communicate that by incrementing the minor version. If the changes are
primarily bug fixes, we will attempt to communicate that by incrementing the patch version.

However, we make no concrete promises about whether or not a given release will be compatible with
your project downstream. You may experience breaking changes on minor or patch releases. If this is
an issue for your project, we recommend you pin to a specific version of this project rather than a
range.
