Skip to content

v0.9.2

Latest
Compare
Choose a tag to compare
@ndonkoHenri ndonkoHenri released this 11 Mar 23:56
adf895d

What's Changed

  • allow requirements with commas by @FeodorFitsner in #148 (Breaking change: multiple --requirements options of package command must be passed as --requirements DEP_1 --requirements DEP_2 ... (or -r DEP_1 -r DEP_2 ...) instead of -r DEP_1,DEP_2,... to support dependency specifications with commas, e.g. pandas>=2.2,<3)
  • Fix site-packages packaging for Pyodide platform by @FeodorFitsner in #150

Full Changelog: v0.9.1...v0.9.2