Releases: a-scie/lift
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.
science 0.11.1
0.11.1
This release brings two fixes for science
on Windows:
- Previously the default
science
cache location was
%USERPROFILE%\AppData\Local\science\science\Cache
. The redundantscience
subdirectory is now
removed, resulting in a default of%USERPROFILE%\AppData\Local\science\Cache
. - The intra-site links in the local docs served via
science doc open
now work. Previously they
mistakenly contained\
in some URL path components causing deep links to return to the home
page.
science 0.11.0
0.11.0
This release brings a new science download
family of commands for downloading ptex
binaries,
scie-jump
binaries and provider distributions for offline use. To complement this, the
corresponding lift manifest configuration tables now accept a base_url
option to point to the
location of these offline downloads.
science 0.10.1
0.10.1
This release fixes science
to retry failed HTTP(S) fetches when appropriate.
science 0.10.0
0.10.0
This release adds support for Linux powerpc64le and Linux s390x.
science 0.9.0
0.9.0
This release adds support for Linux ARM (armv7l and armv8l 32 bit mode).
science 0.8.2
science 0.8.1
science 0.8.0
0.8.0
Add support for --no-use-platform-suffix
as a complement to --use-platform-suffix
. Without
specifying either, auto-disambiguation is still used to add a platform suffix whenever the
set of target platforms is not just the current platform, but you can also now force a platform
suffix to never be used by specifying --no-use-platform-suffix
.
science 0.7.1
0.7.1
Upgrade the science internal Python distribution to [PBS][PBS] CPython 3.12.6