Skip to content

Releases: johnnychen94/jill.py

v0.7.5

11 Sep 08:08
0119e4a
Compare
Choose a tag to compare

Bug fixes:

  • fix symlink in windows when install dir has spaces between it (#43) (@kynac1 )
  • install_dir keyword now accepts relative path (#43)(@johnnychen94 )

v0.7.4

30 Aug 15:18
9fbabcf
Compare
Choose a tag to compare

Enhancements:

  • enhanced version query for architectures and systems that are not available for all versions, e.g., musl, ARMv8, ARMv7. This makes jill install works pretty well for these platforms. (#41)

v0.7.3

30 Aug 13:43
d25e3b9
Compare
Choose a tag to compare

Enhancement:

  • support musl libc (#34 )

v0.7.2

28 Aug 19:49
8ee7cb5
Compare
Choose a tag to compare

Bug fixes:

  • add more folder checks to make sure --upgrade flag works

v0.7.1

28 Aug 14:47
f375791
Compare
Choose a tag to compare

Bug fixes:

  • filter out invalid environment folder(e.g., v1.5.bak) when --upgrade flag is used (#39 )
  • respect JULIA_DEPOT_PATH environment variable when --upgrade flag is used

v0.7.0

23 Aug 17:58
b44e789
Compare
Choose a tag to compare

Performance enhancement:

  • Significantly reduces querying time by sending concurrent HEAD requests (#38)

v0.6.16

20 Aug 13:47
4588114
Compare
Choose a tag to compare

New upstreams:

  • TUNA: Tsinghua University TUNA Association

v0.6.15

15 Aug 15:45
81a5678
Compare
Choose a tag to compare

new upstreams:

  • SJTUG: Shanghai Jiao Tong University Linux User Group

v0.6.14

25 Jun 21:28
64c940c
Compare
Choose a tag to compare

Bug fixes:

  • simply preserve the symlinks without copying when extracting .tar and .dmg files, otherwise it could be problematic (see JuliaGPU/CUDA.jl#249)

v0.6.13

18 Jun 19:03
fc4ac2d
Compare
Choose a tag to compare

bugfix:

  • v0.6.12 is buggy and get d168764 reverted