Skip to content

Releases: pex-tool/pex

pex 1.2.14

04 Dec 18:19
Compare
Choose a tag to compare

1.2.14

  • Add interpreter constraints option and use constraints to search for compatible interpreters at exec time #427

pex 1.2.13

12 Oct 00:58
Compare
Choose a tag to compare

1.2.13

  • Fix handling of pre-release option. #424
  • Patch sys module using pex_path from PEX-INFO metadata #421

pex 1.2.12

28 Sep 01:06
Compare
Choose a tag to compare

1.2.12

  • Create --pex-path argument for pex cli and load pex path into pex-info metadata #417

pex 1.2.11

01 Sep 20:04
Compare
Choose a tag to compare

1.2.11

  • Leverage subprocess32 when available. #411
  • Kill support for python 2.6. #405 #408

pex 1.2.10

25 Aug 22:25
Compare
Choose a tag to compare

1.2.10

  • Allow passing a preamble file to the CLI. #400

pex 1.2.9

25 Jul 04:39
Compare
Choose a tag to compare

1.2.9

  • Add first-class support for multi-interpreter and multi-platform pex construction. #394

pex 1.2.8

08 Jul 01:16
Compare
Choose a tag to compare

1.2.8

  • Minimum setuptools version should be 20.3 (#391)
  • Improve wheel support in pex. (#388)

pex 1.2.7

22 May 19:35
Compare
Choose a tag to compare

1.2.7

  • Sort keys in PEX-INFO file so the output is deterministic. (#384)
  • Pass platform for SourceTranslator (#386)

pex 1.2.6

07 Apr 18:28
Compare
Choose a tag to compare

1.2.6

  • Fix for Ambiguous Resolvable bug in transitive dependency resolution (#367)

pex 1.2.5

06 Apr 19:04
Compare
Choose a tag to compare

1.2.5

  • Resolving pre-release when explicitly requested (#372)
  • Pass allow_prerelease to other iterators (Static, Caching) (#373)