Releases: HaoZeke/GaussJacobiQuad
Releases · HaoZeke/GaussJacobiQuad
GaussJacobiQuad I
Let there be light. Initial release, basically feature complete, barring more algorithms / some more build system work for Python, plotting.
News
0.1.0 (2023-08-26)
Features
- Added a CLI for validating against SciPy
- Added an ISO_C_BINDING compatible interface and a C header
- Added an f2py generated wrapper for Python interoperability
- Implemented the Golub-Welsch algorithm with newer LAPACK routines
- Wrote a CLI for obtaining formatted results from SymPy
Improved Documentation
- Added benchmarks and a discussion on the interfaces (#8)
What's Changed
- MAINT: Refactor logic by @HaoZeke in #4
- MAINT,TST: Validate methods by @HaoZeke in #3
- ENH: Add gw by @HaoZeke in #9
- MAINT: Add headers (Sourcery refactored) by @sourcery-ai in #12
- MAINT: Add headers by @HaoZeke in #11
- MAINT: Update the variable names and docs by @HaoZeke in #14
- ENH: Build with
meson
by @HaoZeke in #16 - ENH,BENCH: Add bindings to C, Python and add benchmarks by @HaoZeke in #17
- CI,DOC: Add a site for the documentation by @HaoZeke in #19
- DOC: More API documentation by @HaoZeke in #20
- ENH: Enhance header substitution by @HaoZeke in #23
- REL: Prep release
0.1.0
by @HaoZeke in #24
New Contributors
Full Changelog: https://github.com/HaoZeke/GaussJacobiQuad/commits/v0.1.0