Skip to content

Releases: petvana/AutoSysimages.jl

v0.2.6

04 Oct 22:56
f3d2e77
Compare
Choose a tag to compare

Merged PRs:

  • Disable startup file when selecting arguments in asysimg #26
  • Improve startup info #28

v0.2.5

21 Sep 20:41
c8bfb5d
Compare
Choose a tag to compare

Merged PRs:

  • Speed up startup time by introducing julia_args.jl #23

v0.2.4

21 Sep 08:43
415f613
Compare
Choose a tag to compare

Merged PRs:

  • Windows support #14
  • Update documentaion for install() on Windows #15
  • Enable install() test for Windows #16
  • Fix loading time by running -e "" for asysimg #22

v0.2.3

18 Sep 19:36
c454cb9
Compare
Choose a tag to compare

Merged PRs:

  • Fix abspth -> abspath in installer #12
  • Add test for install() #13

v0.2.2

18 Sep 16:54
9896f3d
Compare
Choose a tag to compare

Merged PRs:

  • Provide a simplified pkgversion() for Julia 1.8- to check package versions #9
  • Introduce install() function for Linux #8
  • Try to improve install() support for MacOS #11

v0.2.1

18 Sep 10:27
a949595
Compare
Choose a tag to compare

Fixes:

  • asysimg script for Linux. Now it propagates the project when selecting the sysimage. (#5)

v0.2.0

06 Sep 12:24
9bbd4c7
Compare
Choose a tag to compare

Changes

  • Adds basic support for Windows

v0.1.0

04 Sep 18:48
Compare
Choose a tag to compare

Initial release

Most important features:

  • Automatically stores precompile statements for the given project.
  • Single command build process by build_sysimage().
  • Removes old unused sysimages.
  • Warns if the loaded sysimage contains outdated packages (Julia v1.8+).