Releases: wtbarnes/hissw
Releases · wtbarnes/hissw
v2.3
v2.2
v2.1
v2.0
What's Changed
- Added default filters for passing in
Quantity
objects and computing log10 by @wtbarnes in #21 - The
'ssw_home'
variable is now exposed in all scripts by default by @wtbarnes in #22 - Scripts can be run in "IDL only" mode to avoid the need to install SSW by @wtbarnes in #23
Full Changelog: v1.2...v2.0
v1.2
This release includes two minor changes:
- If IDL issues a license error,
hissw
will attempt to detect that and raise aIDLLicenseError
. Previously,hissw
would just crash because it could not load the nonexistent.sav
file after the script failed - The
extra_paths
passed toEnvironment
are now appended to the front of the IDL path rather than the back. That means that these paths will take precedence over any existing components of the IDL path.