Skip to content

Releases: OpenMS/autowrap

0.22.11

21 Dec 15:57
ca62dc2
Compare
Choose a tag to compare

autowrap 0.22.11

  • Fixes some issues with typing support on python side
  • Added a real C++ bool converter. C++ bools in a pxd will now be real booleans
    on python side. Not "just" ints and will also be typed like that.

0.22.10

29 Oct 07:25
dc46331
Compare
Choose a tag to compare

autowrap 0.22.10

  • Revamped docstrings for overloaded methods in generated pyx files. They use RST and sphinx.autodoc syntax now.

0.22.9

20 Oct 10:32
6e38070
Compare
Choose a tag to compare

autowrap 0.22.9

  • Typing of a majority of classes and functions of the codebase
  • Requires python 3.7 instead of 3.6 now
  • Support for "const Members" as alternative to "wrap-constant" (experimental)

0.22.8

22 Apr 16:27
5982e82
Compare
Choose a tag to compare

autowrap 0.22.8

  • Added support for missing operators '-', '/', '-=', '*=', '/='
  • Refactored special method generation a little, with minor fixes.
  • Finished complete support for type stubs for all? generated Cython code

0.22.7

03 Feb 09:15
c259056
Compare
Choose a tag to compare

autowrap 0.22.7

  • automatically generates pyi typestubs next to the pyx files

0.22.6

14 Jan 12:42
4a291ba
Compare
Choose a tag to compare

autowrap 0.22.6

  • Bugfix in defaultdict types during CodeGeneration

0.22.5

13 Jan 14:42
19942c1
Compare
Choose a tag to compare

autowrap 0.22.5

  • First version that supports Cython 3 (both Cython 3 and our support are experimental)
  • Adds support for @staticmethod decorators
  • Adds support for wrapping (scoped) enum classes