Metadata-Version: 2.3
Name: bspline-sampler
Version: 0.1.3
Summary: A simple tool for sampling B-spline coefficients distributed as Gaussian Random Fields, subject to constraints.
Project-URL: Homepage, https://github.com/jeffrey-cochran/sampler
Project-URL: Issues, https://github.com/jeffrey-cochran/sampler/issues
Author-email: Jeffrey Cochran <jeffrey.david.cochran@gmail.com>
License-Expression: MIT
Keywords: bspline,constraints,field,gaussian,random,sampler,sampling
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: matplotlib
Requires-Dist: numpy~=1.26.4
Requires-Dist: nutils-poly~=1.0.1
Requires-Dist: nutils~=8.8
Requires-Dist: scipy~=1.13.1
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: hypothesis; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: tabulate; extra == 'dev'
Provides-Extra: test
Requires-Dist: hypothesis; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: tabulate; extra == 'test'
Description-Content-Type: text/markdown

# Sampler
A simple tool for sampling B-spline coefficients distributed as Gaussian Random Fields, subject to constraints.