Skip to content

v0.2.0

Compare
Choose a tag to compare
@lars-reimann lars-reimann released this 29 Mar 13:15
· 69 commits to main since this release

0.2.0 (2024-03-29)

Features

  • Added generation for Safe-DS stubs files (#33) (ab45b45)
  • Correct stubs for TypeVars (#67) (df8c5c9), closes #63
  • Create stubs for public methods of inherited internal classes (#69) (71b38d7), closes #64
  • Rework import generation for stubs. (#50) (216e179), closes #38 #24 #38 #24
  • Safe-DS stubs also contain docstring information. (#78) (bdb43bd)
  • Stubs are created for referenced declarations in other packages (#70) (522f38d), closes #66

Bug Fixes

  • Some packages couldn't be analyzed (#51) (fa3d020), closes #48
  • Stub generation testing and fixing of miscellaneous bugs (#76) (97b0ab3)