jill.py

A cross-platform installer for the Julia programming language

MIT License

Downloads
3.5K
Stars
238
Committers
9

Bot releases are hidden (Show)

jill.py - v0.6.2

Published by johnnychen94 over 4 years ago

This release doesn't change the overall functionality, just some UI enhancements:

  • print more information in jill upstream
  • add colors to screen outputs
jill.py - v0.6.1

Published by johnnychen94 over 4 years ago

Bug fixes:

  • When non-root user finds some updates via jill update then don't error even if he doesn't have write permission.
jill.py - v0.6.0

Published by johnnychen94 over 4 years ago

This release doesn't have any new features or bug fixes, it's just a house clean release:

  • codes are reorganization heavily
  • more documentation
jill.py - v0.5.1

Published by johnnychen94 over 4 years ago

Bug fixes:

  • jill install nightly in windows was broken
  • symlink for nightly build wasn't created correctly in some cases
jill.py - v0.5.0

Published by johnnychen94 over 4 years ago

Enhancements:

  • support Windows (#19)
  • support FreeBSD (#20)
  • when installing an old Julia version, don't override symlinks that target to a newer version (#21)
  • remove --update flag for download and install; it's enabled by default now.
jill.py - v0.4.0

Published by johnnychen94 over 4 years ago

Enhancements:

  • support tier 2 architectures: ARMv7 and ARMv8
jill.py - v0.3.4

Published by johnnychen94 over 4 years ago

Enhancements:

  • add two version alias: stable and nightly
jill.py - v0.3.3

Published by johnnychen94 over 4 years ago

Bugfix:

  • fix --update flag for install and download
jill.py - v0.3.2

Published by johnnychen94 over 4 years ago

Enhancements:

  • Introduce a new flag jill install --upgrade that will copy the root project from an older version.

Bugfix:

  • jill install still re-download the installer if there's one for MacOS and Windows (introduced in v0.2.3)
jill.py - v0.3.1

Published by johnnychen94 over 4 years ago

Bugfix:

  • jill install --update didn't really update release info in v0.3.0, it's now fixed
jill.py - v0.3.0

Published by johnnychen94 over 4 years ago

Bug fixes:

  • don't symlink julia-latest to julia (#11)
  • fix permission error for system-wide installation (#12)

Enhancements:

  • allows the download and installation for unstable releases (e.g., 1.4.0-rc1)

Breaking changes:

  • remove the leading "v" from placeholder: version
jill.py - v0.2.4

Published by johnnychen94 over 4 years ago

By default remove downloaded release files after jill install. You can still add a --keep_downloads flag to keep them.

jill.py - v0.2.3

Published by johnnychen94 over 4 years ago

download and verify gpg signature

jill.py - v0.2.2

Published by johnnychen94 over 4 years ago

fix mirror bug when period != 0

jill.py - v0.2.1

Published by johnnychen94 over 4 years ago

When receiving args from the console, convert the argument to the correct types for jill mirror

jill.py - v0.2.0

Published by johnnychen94 over 4 years ago

  • add --upstream flag so that users can specify which server they want to download from
  • add --update flag to download and install
  • jill mirror now doesn't require any config file for a minimal setup
jill.py - v0.1.0

Published by johnnychen94 over 4 years ago

  • add two more subcommands: jill update and jill mirror
  • support partial version string: jill install, jill install 1 and jill install 1.2
jill.py - v0.0.4

Published by johnnychen94 almost 5 years ago

It's the first release that provides all functionalities of the original jill:

  • jill download VERSION
  • jill install VERSION