Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.4 KB

Changelog.md

File metadata and controls

19 lines (17 loc) · 1.4 KB

0.7.1 (2023-08-07)

What's Changed

  • Updates tests to Python 3.7/3.10, as 2.7/3.6 being EOL by @dbast in #207
  • Renovations and require Python >=3.7 by @dbast in #206
  • document packaging of environments as self-extracting executables by @saraedum in #159
  • Add fix for core.py missing space by @Rtanti in #218
  • Re-enable coverage reporting by @dbast in #251
  • Allow the compression level to be set in zip files by @jjhelmus in #252
  • Fix path separator on Windows distributions by @andysham in #275
  • codesign binaries on osx-arm64 by @xhochy in #257

New Contributors

  • @saraedum made their first contribution in #159
  • @Rtanti made their first contribution in #218
  • @kenodegard made their first contribution in #227
  • @jezdez made their first contribution in #233
  • @jjhelmus made their first contribution in #252
  • @andysham made their first contribution in #275