- 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
GStaticMutexwithGMutex(deprecation) (#24) - fix: replace
g_mutex_freewithg_mutex_clearto free resources (deprecation) (#29) - fix: replace
g_mutex_newwithg_mutex_initto init a mutex (deprecation) (#28)
- feat: build extension with scikit-build
Initial release. Extracted from FoFiX / fretwork.