aleximmer / Laplace

Laplace approximations for Deep Learning.
https://aleximmer.github.io/Laplace
MIT License
458 stars 71 forks source link

github actions / poetry #124

Closed vincentberenz closed 5 months ago

vincentberenz commented 1 year ago

github actions

Added the tests.yaml and docs.yaml github workflows so that tests and documentation are run/built upon new code on the main branch. Badges on the readme have been updated accordingly

poetry

Switched the backend from setuptools to poetry, for slicker dependencies management. Can be reversed.

how this was tested

to do