Metadata-Version: 2.1
Name: fvgp
Version: 3.2.8
Summary: Python package for highly flexible function-valued Gaussian processes (fvGP)
Home-page: https://github.com/MarcusMichaelNoack/fvgp
Author: Marcus Michael Noack
Author-email: MarcusNoack@lbl.gov
License: GNU General Public License v3
Keywords: fvgp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS.rst
Requires-Dist: wheel
Requires-Dist: versioneer
Requires-Dist: torch (>=1.9.0)
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: dask (>=2021.6.2)
Requires-Dist: distributed (>=2021.6.2)
Requires-Dist: hgdl (>=1.4.6)
Requires-Dist: notebook
Requires-Dist: plotly
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: myst-parser ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Requires-Dist: sphinx-panels ; extra == 'docs'
Requires-Dist: autodocs ; extra == 'docs'
Requires-Dist: jupytext ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# fvGP

[![PyPI](https://img.shields.io/pypi/v/fvGP)](https://pypi.org/project/fvgp/)
[![Documentation Status](https://readthedocs.org/projects/gpcam/badge/?version=latest)](https://gpcam.readthedocs.io/en/latest/?badge=latest)
[![fvGP CI](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml/badge.svg)](https://github.com/lbl-camera/fvGP/actions/workflows/fvGP-CI.yml)
[![Codecov](https://img.shields.io/codecov/c/github/lbl-camera/fvGP)](https://app.codecov.io/gh/lbl-camera/fvGP)
[![PyPI - License](https://img.shields.io/pypi/l/fvGP)](https://pypi.org/project/fvgp/)


Python package for highly flexible function-valued Gaussian processes (fvGP)

coming soon: extreme-scale GPs, GPs tailored for HPC training

## Credits

This package uses the hgdl package of David Perryman and Marcus Noack.



=======
History
=======

0.1.0 (2020-08-07)
------------------

* First release on PyPI.


