Skip to content

v0.3.0

Choose a tag to compare

@kwabenantim kwabenantim released this 30 Sep 09:07
· 395 commits to develop since this release
fd72cc7

What's Changed

Breaking Changes

  • Format of Python names for templated classes Foo<A,B> changes from FooA_B to Foo_A_B #55

New

  • Added example for syntax like Foo[2,2] for templated classes #60
  • Added source_file_path key to config #60

Minor

  • Wrapper module names changed from <module>.main.cpp to _<package>_<module>.main.cppwg.cpp #58
  • .cppwg extension added to wrapper_header_collection.cppwg.hpp #58
  • Cosmetic enhancements to output wrappers #55 #56
  • Updates to yaml parsing #59 #61