The full list of merged changes is:
- 11: Update tests
- 15, 17: Dropped support for Python 2, added support for Python 3.6+
- 18: New patched pyimport implementation, maintaining better compatibility with the installed pytest version
- 19: Rework how test collection works, making it possible to directly specify .pyx files to run, and reporting
tests as being from the .pyx files as opposed to the compiled extension modules
- 20: Fix handling of cython generated autotestdicts; prevents running the same tests repeatedly, and adds better
reporting of test line numbers
- 21: Add CI job with Windows
- 22: Various documentation improvements
Special thanks to the following contributors that made this release possible:
- embray