Skip to content

conda-pack 0.7.1

Compare
Choose a tag to compare
@xhochy xhochy released this 07 Aug 15:11
· 82 commits to main since this release
372fc1d

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