Releases: petvana/AutoSysimages.jl
Releases · petvana/AutoSysimages.jl
v0.2.6
Merged PRs:
- Disable startup file when selecting arguments in asysimg #26
- Improve startup info #28
v0.2.5
Merged PRs:
- Speed up startup time by introducing julia_args.jl #23
v0.2.4
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
Merged PRs:
- Fix abspth -> abspath in installer #12
- Add test for install() #13
v0.2.2
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
Fixes:
asysimg
script for Linux. Now it propagates the project when selecting the sysimage. (#5)
v0.2.0
Changes
- Adds basic support for Windows
v0.1.0
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+).