Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: google/subpar

v2.0.0 Stable Release

14 May 20:14
35bb9f0
Compare
Choose a tag to compare

Notable fixes:

  • Now works with the default (autodetecting) Python toolchain in Bazel 0.25+
  • Fails fast when attempting to use a Python runtime from runfiles rather than a system-installed runtime. See #98.

Incompatible changes:

  • Minimum Bazel version bumped to 0.23.0

v1.3.0 Stable Release

26 Apr 18:15
Compare
Choose a tag to compare

New features:

  • Add compiler_args flag to par_binary. This allows one to pass arbitrary flags to the compiler executable.

Notable fixes:

  • Python 2.6 compatibility
  • MacOS compatibility
  • Python 3 compatibility

v1.2.0 Stable Release

30 Jan 17:59
17aee90
Compare
Choose a tag to compare

New features:

  • Add zip_safe=False flag to par_binary. This unpacks the par file contents at runtime, allowing you to import C extension modules and access data files natively.
  • Add compiler attribute to par_binary, to use a compiler other than the default.

Notable fixes:

  • Par files are created with deterministic time stamps.

v1.1.0 Stable Release

13 Nov 17:12
5e90e97
Compare
Choose a tag to compare

New features:

  • Allow pkg_resources' resource APIs to be used inside .par files. (#52)
  • Expose package metadata from wheels in .par files (#49)
  • Add par_test variant of par_binary (#36)

Notable bug fixes:

  • Retain Bazel's ordering of Python import paths (#48)

v1.0.0 Stable Release

12 Jun 18:17
Compare
Choose a tag to compare
Merge pull request #33 from google/dgreiman/skydoc

Fix various documentation issues