Skip to content

Releases: wtbarnes/hissw

v2.3

23 Nov 18:20
3286071
Compare
Choose a tag to compare

What's Changed

  • Add filter to force preservation of precision in floating point values by @wtbarnes in #32

Full Changelog: v2.2...v2.3

v2.2

23 Aug 16:19
f1806c3
Compare
Choose a tag to compare

What's Changed

  • Add filter for passing lists of strings by @wtbarnes in #30

Full Changelog: v2.1...v2.2

v2.1

21 Jun 19:32
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug in loading scripts from files by @wtbarnes in #27
  • Allow headers and footers in IDL environment by @wtbarnes in #28

Full Changelog: v2.0...v2.1

v2.0

14 Jun 00:34
1c7377f
Compare
Choose a tag to compare

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

21 Sep 13:38
Compare
Choose a tag to compare

This release includes two minor changes:

  • If IDL issues a license error, hissw will attempt to detect that and raise a IDLLicenseError. Previously, hissw would just crash because it could not load the nonexistent .sav file after the script failed
  • The extra_paths passed to Environment 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.

v1.1

26 Jul 22:12
Compare
Choose a tag to compare

The main object in hissw is now called Environment. Previously, it was called ScriptMaker.

v1.0

12 Sep 06:45
Compare
Choose a tag to compare

This is the first release of the hissw package