Skip to content

Releases: ofek/pyapp

v0.17.0

21 Apr 20:09
Compare
Choose a tag to compare

Added:

  • Support using UV for virtual environment creation and project installation
  • The PATH environment variable is now updated to include the installation's directory of executables
  • Update default distributions to 20240415

Fixed:

  • Dependencies are now locked

v0.16.0

24 Mar 22:50
Compare
Choose a tag to compare

Added:

  • Add PYAPP_IS_GUI option to support graphical applications

v0.15.1

04 Mar 02:45
Compare
Choose a tag to compare
  • Fix reading metadata with Windows line endings during build time from embedded distributions

v0.15.0

01 Mar 05:55
Compare
Choose a tag to compare

Added:

  • Update default distributions to 20240224
  • Update default Python version to 3.12
  • Statically link the C runtime on Windows
  • Add PYAPP_PROJECT_FEATURES option for selecting extras
  • Add new execution mode option PYAPP_EXEC_NOTEBOOK for running Jupyter notebooks

Fixed:

  • Properly resolve correct default distributions on MinGW-w64
  • Fix embedding custom distributions
  • Ignore nonexistent variant options for 3.7 distributions

v0.14.0

21 Jan 16:33
Compare
Choose a tag to compare

Added:

  • Update default distributions to 20240107

v0.13.0

01 Jan 04:03
Compare
Choose a tag to compare

Added:

  • Allow for forwarding of unknown management commands e.g. if apps have their own self commands

Fixed:

  • Remove patch for powerpc64le now that the transitive dependency ring is fixed

v0.12.0

07 Oct 16:57
Compare
Choose a tag to compare

Added:

  • Update default distributions to 20231002, adding support for Python 3.12

v0.11.1

14 Sep 19:20
Compare
Choose a tag to compare

Fixed:

  • Fix the Python path for the pypy2.7 distribution

v0.11.0

07 Sep 05:15
Compare
Choose a tag to compare

Added:

  • Update default distributions to 20230826
  • Build releases with codegen-units=1

v0.10.1

26 Jun 14:04
Compare
Choose a tag to compare

Fixed:

  • Fix regression in the PYAPP_EXEC_SPEC option