-
Notifications
You must be signed in to change notification settings - Fork 12
Weekly Changelog
Ludger Paehler edited this page Mar 21, 2024
·
5 revisions
- (@ludgerpaehler) Large refactor of the existing CI infrastructure in which
black
has been replaced byyapf
, andcodespell
has been introduced to check the correct spelling throughout the repository. - (@ludgerpaehler) All tests have been patched, and should be fully working now.
- (@ludgerpaehler) The documentation has been further expanded with Sphinx's
autosummary
which auto-summarizes the entirety of the API, which can be searched on the webpage - (@ludgerpaehler) Front page of the webpage has been cleaned up with panels to highlight some of our key features.
- (@ludgerpaehler) Meshes have been refactored to live in their own HuggingFace Dataset
- (@ludgerpaehler) Checkpoints have been refactored to live in their own HuggingFace Dataset
- (@jcallaham) Add iterative eigensolvers (shift-invert Arnoldi + Krylov-Schur) in #176
- (@jcallaham) Testing lower-resolution mesh for backwards facing step (#177)