Metadata-Version: 2.4
Name: innate-stable
Version: 0.2.0
Summary: Interpolator and Neural Network Architecture for TEnsors
Author-email: Vital Fernández <vgf@umich.edu>
License-Expression: GPL-3.0-or-later
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: numpy~=2.2
Requires-Dist: h5py~=3.11
Requires-Dist: bokeh~=3.6
Requires-Dist: h5netcdf~=1.3
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Dynamic: license-file

|pytest CI| |Documentation Status| |codecov| |pre-commit|

This library provides a set of tools to approximate data grids, either via interpolation or regression. This project aims
to provide an uniform and fast workflow for tensor operations while maintaining the accuracy and precision on the approximation.

Installation
============

The library can be installed directly from its PyPi_ project page running the command:

``pip install innate-stable``

Development
===========

INNATE is currently on an alpha release. Any comment/issue/request can be added as an issue on the github page.
Please commit to dev branch.

.. _PyPi: https://pypi.org/project/innate-stable/
.. _github: https://github.com/Vital-Fernandez/innate

.. image:: https://github.com/Vital-Fernandez/innate/blob/master/docs/source/_static/Logo1.png?raw=true
    :width: 30%
    :align: center
    :alt: INNATE library logo.

.. |Documentation Status| image:: https://readthedocs.org/projects/innate/badge/?version=latest
   :target: https://innate.readthedocs.io/?badge=latest

.. |pytest CI| image:: https://github.com/Vital-Fernandez/innate/actions/workflows/pytest.yml/badge.svg?event=push
   :target: https://github.com/Vital-Fernandez/innate/actions/workflows/pytest.yml

.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
   :target: https://github.com/pre-commit/pre-commit

.. |codecov| image:: https://codecov.io/gh/Vital-Fernandez/innate/branch/master/graph/badge.svg 
   :target: https://codecov.io/gh/Vital-Fernandez/innate
