v2.1.24: Last release for Julia 1.6 through 1.9
Summary
This will be the last release for Julia 1.6 through 1.9.
What's Changed: CI (Continuous Integration)
- CI: Always run tests with code coverage enabled (remove the coverage-disabled CI jobs) by @KristofferC in #1006
- CI: Reduce number of CI jobs (don't run on Julia 1.9; don't run 32-bit on Julia 1.6) by @DilumAluthge in #1007
- CI: Don't run the test suite on tags (but do build the docs on tags) by @DilumAluthge in #1009
- CI: Fix some typos introduced in #1009 by @DilumAluthge in #1010
- Bump version from 2.1.23 to 2.1.24 by @DilumAluthge in #1011
Full Changelog
Full Changelog: v2.1.23...v2.1.24