jill.py

A cross-platform installer for the Julia programming language

MIT License

Downloads
3.5K
Stars
238
Committers
9

Bot releases are visible (Hide)

jill.py - v0.7.5

Published by johnnychen94 about 4 years ago

Bug fixes:

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

Published by johnnychen94 about 4 years ago

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)
jill.py - v0.7.3

Published by johnnychen94 about 4 years ago

Enhancement:

  • support musl libc (#34 )
jill.py - v0.7.2

Published by johnnychen94 about 4 years ago

Bug fixes:

  • add more folder checks to make sure --upgrade flag works
jill.py - v0.7.1

Published by johnnychen94 about 4 years ago

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
jill.py - v0.7.0

Published by johnnychen94 about 4 years ago

Performance enhancement:

  • Significantly reduces querying time by sending concurrent HEAD requests (#38)
jill.py - v0.6.16

Published by johnnychen94 about 4 years ago

New upstreams:

  • TUNA: Tsinghua University TUNA Association
jill.py - v0.6.15

Published by johnnychen94 about 4 years ago

new upstreams:

  • SJTUG: Shanghai Jiao Tong University Linux User Group
jill.py - v0.6.14

Published by johnnychen94 over 4 years ago

Bug fixes:

jill.py - v0.6.13

Published by johnnychen94 over 4 years ago

bugfix:

  • v0.6.12 is buggy and get d168764cb8dd6c728466cfcc76bbc7585db1665c reverted
jill.py - v0.6.12

Published by johnnychen94 over 4 years ago

bugfix:

  • HTTP 502 code wasn't handled correctly
jill.py - v0.6.11

Published by johnnychen94 over 4 years ago

bugfix:

  • fix a bug brought by v0.6.10 that might error jill install latest
jill.py - v0.6.10

Published by johnnychen94 over 4 years ago

new upstream:

  • BFSU: Beijing Foreign Studies University
jill.py - v0.6.9

Published by johnnychen94 over 4 years ago

Upstream updates:

  • remove mirror.<code>.pkg.julialang.org from the Official upstream; they're usually slower than julialang-s3.julialang.org
jill.py - v0.6.8

Published by johnnychen94 over 4 years ago

Bug fixes:

  • yet another fix to the broken update feature (and also updates release info for Julia 1.4.1)
jill.py - v0.6.7

Published by johnnychen94 over 4 years ago

Bug fixes:

  • fix the broken update feature (and also updates release info for Julia 1.4.0)
jill.py - v0.6.6

Published by johnnychen94 over 4 years ago

Enhancements:

  • more friendly error message
  • smart symlink. For example, let symlink julia-1 always link to latest 1.y.z version even you're installing an old julia version (e.g v1.0.5)
jill.py - v0.6.5

Published by johnnychen94 over 4 years ago

Bug fixes:

jill.py - v0.6.4

Published by johnnychen94 over 4 years ago

Bug fixes:

  • Don't make symlinks to patch version level. This was a bug because when upgrades from Julia 1.3.0 to 1.3.1, the previous julia-1.3.0 symlink would actually become julia-1.3.1.
jill.py - v0.6.3

Published by johnnychen94 over 4 years ago

No functionality changes, only update upstream URLs

Upstream updates:

  • Added three new sources for upstream Official
  • Change the name of Official from "JuliaComputing, Inc" to "Julialang.org"