Skip to content

Releases: HaoZeke/GaussJacobiQuad

GaussJacobiQuad I

26 Aug 02:36
v0.1.0
ffb970c
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/HaoZeke/GaussJacobiQuad/commits/v0.1.0