Recent Releases of gaussjacobiquad

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 ISOCBINDING 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 https://github.com/HaoZeke/GaussJacobiQuad/pull/4
  • MAINT,TST: Validate methods by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/3
  • ENH: Add gw by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/9
  • MAINT: Add headers (Sourcery refactored) by @sourcery-ai in https://github.com/HaoZeke/GaussJacobiQuad/pull/12
  • MAINT: Add headers by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/11
  • MAINT: Update the variable names and docs by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/14
  • ENH: Build with meson by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/16
  • ENH,BENCH: Add bindings to C, Python and add benchmarks by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/17
  • CI,DOC: Add a site for the documentation by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/19
  • DOC: More API documentation by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/20
  • ENH: Enhance header substitution by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/23
  • REL: Prep release 0.1.0 by @HaoZeke in https://github.com/HaoZeke/GaussJacobiQuad/pull/24

New Contributors

  • @HaoZeke made their first contribution in https://github.com/HaoZeke/GaussJacobiQuad/pull/4

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

- Fortran
Published by HaoZeke almost 3 years ago