Releases: a-scie/lift
science 0.13.0
0.13.0
This release adds support for Linux riscv64 and upgrades the science internal Python distribution
to PBS CPython 3.13.7.
science 0.12.9
0.12.9
This release fixes the PythonBuildStandalone provider GitHub API usage when probing the latest
release.
science 0.12.8
0.12.8
This release fixes the PythonBuildStandalone provider to avoid making API calls for Python versions
it knows are not supported.
science 0.12.4
0.12.4
This release fixes building Unix scies on Windows. Previously, the unix scie would contain
interpreter provider paths joined using the Windows \
separator instead of /
.
science 0.12.3
science 0.12.2
0.12.2
This release fixes a long standing bug in plumbing SCIENCE_AUTH_<normalized_host>_BEARER
env var
based bearer token auth through to http(s) requests to the host.
science 0.12.1
0.12.1
This release fixes science to support scies where the scie name matches one of the lift file names.
science 0.12.0
0.12.0
This release adds support for targeting musl libc systems and dogfoods this to ship a science
scie for 64 bit musl Linux.
science 0.11.3
science 0.11.2
0.11.2
This release fixes a bug introduced in the 0.11.0 release whereby a ptex
binary was always
included in each built scie even when the scie did not use ptex
. This was functionally harmless
but did bloat the size of the resulting scie binary by ~5MB.