Skip to content

Releases: flet-dev/serious-python

v0.9.2

11 Mar 23:56
adf895d
Compare
Choose a tag to compare

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

v0.9.1

11 Mar 23:52
54685dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

11 Mar 23:52
e7e4279
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.7...v0.9.0

v0.8.7

11 Mar 23:51
cc17b54
Compare
Choose a tag to compare

What's Changed

  • Fix: xcframeworks migration script didn't work for sub-directories by @FeodorFitsner in #131

Full Changelog: v0.8.6...v0.8.7

v0.8.6

11 Mar 23:51
d9ac886
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

11 Mar 23:51
79683d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

11 Mar 23:52
e678424
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

11 Mar 23:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

11 Mar 23:51
330f748
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

11 Mar 23:51
3a56156
Compare
Choose a tag to compare

What's Changed

  • [Windows] Script set as empty string to fix windows build error by @rajputs37 in #83
  • [Linux] Only pass script arg to the method channel if it is not null (Fix #64) by @jifalops in #77
  • Remove --only-binary when packaging for desktop platforms by @FeodorFitsner in #113

New Contributors

Full Changelog: v0.8.0...v0.8.1