Releases: epsy/sigtools
Releases · epsy/sigtools
v4.0.1
v4.0.1a1
v4.0.0
What's Changed
sigtools 4.0 drops Python 2 support and adds support for PEP-563 annotations.
- Remove py2 from CI and deps by @epsy in #24
- Drop Python2 compatibility, update copyright notices by @epsy in #25
- add shared CI workflow by @epsy in #27
- Use shared CD by @epsy in #29
- Trim down tox.ini by @epsy in #31
- Update sigtools.support.f to use native Python syntax by default by @epsy in #30
- Use setuptools_scm for version by @epsy in #32
- Fix missing secret requirement in CD workflow by @epsy in #33
- Allow specifying future compilation features in sigtools.support by @epsy in #34
- parameters are now upgraded with information to support postponed annotations by @epsy in #35
- run test_autoforwards both with and without pep563 annotations by @epsy in #36
- Update documentation, revisit Upgraded* interfaces by @epsy in #37
- put "how to use forwards" in the "reference" section by @epsy in #38
- list features in docs index by @epsy in #39
- Update sigtools.sphinxext to avoid deprecated no_docstring API by @epsy in #40
- Fix incorrect version in pending deprecation by @epsy in #41
- add a test for sphinxext + autoforwards by @epsy in #43
- update copyright for 2022 by @epsy in #42
Full Changelog: 2.0.3...v4.0.0