What's Changed
- Typing for
modepy.matrices
by @inducer in #82 - Mass matrix quad by @inducer in #83
- Add Jaskowiec-Sukumar to docs by @inducer in #86
- Diagonal TP mass matrices and related changes by @inducer in #84
- Migrate to pyproject and ruff by @alexfikl in #87
- pyproject: hack around to make editable install work by @alexfikl in #88
- Enable UP, G ruff rules, fix issues by @inducer in #89
- docs: improve install instructions by @alexfikl in #90
- ruff: fix C419 unnecessary list comprehension by @alexfikl in #91
- Typos by @inducer in #92
- Fix c409 by @inducer in #94
- Fix new ruff UP031 errors by @alexfikl in #95
- Introduce
quadrature.inf
to denote infinite accuracy by @inducer in #96 - Link to recursivenodes from list of simplex node sets by @inducer in #97
- Add
test_mass_quadrature_is_newton_cotes
by @inducer in #99 - Support reshaping 1d tensor products by @alexfikl in #100
- Pymbolic typing by @inducer in #98
- Pymbolic 2024.2 by @inducer in #101
- Add
Basis.derivatives
by @inducer in #102 - fix: new mypy errors due to numpy typing by @alexfikl in #104
- Fix reshaping/unreshaping for tensor product spaces in 1D by @a-alveyblanc in #105
Full Changelog: v2024.1...v2025.1