Skip to content

Version 2.1.1

Compare
Choose a tag to compare
@rossarmstrong rossarmstrong released this 27 Nov 10:37
· 94 commits to main since this release

Enhancements

  • Updated the meson.build file to align with the recommended approach for integrating Cython into the build process:
    • Added Cython to the list of languages utilized by the project.
    • Passed the Cython source code directly to the py.extension_module() definition for improved integration.
    • Specified the C standard configuration as C11, instructing Meson to use C11 as the designated C standard.