JaxGaussianProcesses / GPJax

Gaussian processes in JAX.
https://docs.jaxgaussianprocesses.com/
Apache License 2.0
436 stars 51 forks source link

Add Hatch #468

Closed thomaspinder closed 3 weeks ago

thomaspinder commented 3 weeks ago

Type of changes

Checklist

Description

This PR migrates the package manager from Poetry to Hatch. This is inline with Python's support and forward-looking guidance. Additionally, scripts to format source code and examples is now added. After running these formatters, several notebooks have aesthetically changed. Finally, uv is now set to be the default package installer. This results in faster build times.

Issue Number: N/A