Releases: XRByte/HEAinstaller
HEAinstaller (v2.25.07)
[2.25.07] - 2025-07-18
Added
- New script:
user_install.pyfor automated venv management - XDG compliance (now installs to
~/.local/binand usesXDG_CACHE_HOME)
Changed
- Updated README to reflect XDG paths and script options
- Improved handling of environment setup fallback
Fixed
- Removed automatic system update in Arch based distros
- Removed fish shell support (Unsupported by heasoft)
2.25.03
HEAinstaller v2 – Major Update
HEAinstaller Version 2 is a complete revamp, replacing the previous shell script with a more powerful and flexible Python-based solution.
What's New?
- Fully platform-independent – Works seamlessly on Darwin, Linux, and WSL (glibc-based distributions).
- Multi-shell support – Compatible with
bash,zsh,fish,ksh,dash,tcsh, and more. - Faster downloads – Implements parallel downloads with
aria2(awaiting NASA server support). - Customizable package selection – Users can now define which HEASoft packages to install.
Note: This version retains all essential features while improving performance, compatibility, and user control.
Full Changelog: 1.24.02...2.25.03
1.24.02
version 1.24.02
The script has been made fully automated with automatic download of the latest version of heasoft. However, it seems that libncurses5-dev have been deprecated in Ubuntu v24.04. An exception has been added for this where libncurses-dev is enabled for this version and heasoft seems to be working properly
Full Changelog: https://github.com/Anish-Sarkar-1001/heasoft-auto-installer/commits/1.24.02
1.24.01
This is a bash script to automate the installation of heasoft by NASA after download
Full Changelog: https://github.com/Anish-Sarkar-1001/heasoft-auto-installer/commits/1.24.01