Metadata-Version: 2.4
Name: gemseo-calibration-vimseo
Version: 3.0.2
Summary: Temporary version of gemseo-calibration. Gemseo-calibration provides capability to calibrate GEMSEO disciplines from data.
Author-email: Sebastien Bocquet <sebastien.bocquet@irt-saintexupery.com>, Matthias De Lozzo <contact@gemseo.org>
License: GNU Lesser General Public License v3
Project-URL: Homepage, https://gitlab.com/gemseo
Project-URL: Source, https://gitlab.com/gemseo/dev/gemseo-calibration
Project-URL: Tracker, https://gitlab.com/gemseo/dev/gemseo-calibration/-/issues
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: gemseo-vimseo<7,>=6
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: covdefaults; extra == "test"
Requires-Dist: pytest<9; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-xdist; extra == "test"
Provides-Extra: doc
Requires-Dist: black; extra == "doc"
Requires-Dist: griffe-inherited-docstrings; extra == "doc"
Requires-Dist: markdown-exec[ansi]; extra == "doc"
Requires-Dist: mike; extra == "doc"
Requires-Dist: mkdocs-bibtex; extra == "doc"
Requires-Dist: mkdocs-gallery; extra == "doc"
Requires-Dist: mkdocs-gen-files; extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin; extra == "doc"
Requires-Dist: mkdocs-literate-nav; extra == "doc"
Requires-Dist: mkdocs-material; extra == "doc"
Requires-Dist: mkdocs-section-index; extra == "doc"
Requires-Dist: mkdocstrings[python]; extra == "doc"
Dynamic: license-file

<!--
Copyright 2021 IRT Saint Exupéry, https://www.irt-saintexupery.com

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
International License. To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative
Commons, PO Box 1866, Mountain View, CA 94042, USA.
-->

# gemseo-calibration

[![PyPI - License](https://img.shields.io/pypi/l/gemseo-calibration)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gemseo-calibration)](https://pypi.org/project/gemseo-calibration/)
[![PyPI](https://img.shields.io/pypi/v/gemseo-calibration)](https://pypi.org/project/gemseo-calibration/)
[![Codecov branch](https://img.shields.io/codecov/c/gitlab/gemseo:dev/gemseo-calibration/develop)](https://app.codecov.io/gl/gemseo:dev/gemseo-calibration)

## Overview

Capability to calibrate GEMSEO disciplines from data.

## Installation

Install the latest version with `pip install gemseo-calibration`.

See [pip](https://pip.pypa.io/en/stable/getting-started/) for more information.

## Bugs and questions

Please use the [gitlab issue tracker](https://gitlab.com/gemseo/dev/gemseo-calibration/-/issues)
to submit bugs or questions.

## Contributing

See the [contributing section of GEMSEO](https://gemseo.readthedocs.io/en/stable/software/developing.html#dev).

## Contributors

- Matthias De Lozzo
- Antoine DECHAUME
