Skip to content

Releases: a-scie/lift

science 0.11.2

13 Jan 23:07
v0.11.2
0e9e616
Compare
Choose a tag to compare

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

13 Jan 02:51
v0.11.1
3f34db5
Compare
Choose a tag to compare

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 redundant science 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

13 Jan 01:38
v0.11.0
5a54f9b
Compare
Choose a tag to compare

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

06 Jan 18:15
v0.10.1
6ce9413
Compare
Choose a tag to compare

0.10.1

This release fixes science to retry failed HTTP(S) fetches when appropriate.

science 0.10.0

20 Dec 19:11
v0.10.0
0371fbf
Compare
Choose a tag to compare

0.10.0

This release adds support for Linux powerpc64le and Linux s390x.

science 0.9.0

12 Dec 17:19
v0.9.0
b160893
Compare
Choose a tag to compare

0.9.0

This release adds support for Linux ARM (armv7l and armv8l 32 bit mode).

science 0.8.2

10 Dec 00:01
v0.8.2
0f725a7
Compare
Choose a tag to compare

0.8.2

Upgrade the science internal Python distribution to PBS CPython 3.12.8.

science 0.8.1

03 Oct 01:15
v0.8.1
2613eb2
Compare
Choose a tag to compare

0.8.1

Upgrade the science internal Python distribution to PBS CPython 3.12.7.

science 0.8.0

13 Sep 01:26
v0.8.0
75bcd2c
Compare
Choose a tag to compare

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

11 Sep 03:02
v0.7.1
f18642f
Compare
Choose a tag to compare

0.7.1

Upgrade the science internal Python distribution to [PBS][PBS] CPython 3.12.6