- ci(tests): use pytest instead of setup.py test (#32)
- feat(cython): add the language level to compiler directives (#33)
- fix: remove
g_thread_init
(deprecation) (#26) - fix: replace
GStaticMutex
withGMutex
(deprecation) (#24) - fix: replace
g_mutex_free
withg_mutex_clear
to free resources (deprecation) (#29) - fix: replace
g_mutex_new
withg_mutex_init
to init a mutex (deprecation) (#28)
- feat: build extension with scikit-build
Initial release. Extracted from FoFiX / fretwork.