Skip to content

Releases: spacetelescope/acstools

3.1.0 Release Notes

26 Mar 22:33
3.1.0
22fec3b
Compare
Choose a tag to compare
  • New acsphotcte module with ACS Photometric CTE API. [#109]
  • Removed TEAL support. [#108]
  • This release only works for Python 3.6 or later. [#114]

3.0.0 Release Notes

28 Feb 16:49
3.0.0
a2343b7
Compare
Choose a tag to compare

This is the first release that only supports Python 3.5 or later.

  • NEW acszpt module to query ACS Zeropoints Calculator (#78)
  • acs_destripe_plus now supports PIXVALUE (#58)
  • Removed non-functional exe_args option from TEAL interfaces (#67)
  • Removed Python 2 support (#81)
  • Documentation updates (e.g., #79)

2.1.0 Release Notes

07 Aug 19:56
9f7fe0f
Compare
Choose a tag to compare

This is the last release to support Python 2.

Added Python wrapper for CTE forward modeler (#61).

v2.0.10 Release Notes

31 Jan 15:44
2.0.10
c90fd2b
Compare
Choose a tag to compare

Changes since v2.0.9:

  • New function to check for custom subarrays.
  • Compatibility with Astropy 2.x.
  • newbias keyword is deprecated, replaced with readnoise_only.
  • --help enhancements.
  • Minor bug fixes.
  • Code of conduct is officially added.

ACSTOOLS v2.0.9 Release Notes

18 Jul 14:45
Compare
Choose a tag to compare

This release fixes compatibility between satdet module with Astropy 2.0.

ACSTOOLS v2.0.7 Release Notes

15 Feb 21:11
Compare
Choose a tag to compare

Minor fix for compatibility with Numpy 1.12 or later.

ACSTOOLS v2.0.6 Release Notes

08 Feb 16:35
Compare
Choose a tag to compare

Added utility functions written in Python to extract superdark and post-flash reference files sections used for image calibration ala CALACS. Some code clean-ups. No change to main functionality.

ACSTOOLS v2.0.5 Release Notes

12 Sep 19:30
Compare
Choose a tag to compare
  • Updated acs_destripe to handle arbitrary subarray region extraction from fullframe reference image using similar algorithm as CALACS. This is to support calibration of new ACS subarrays using acs_destripe_plus.
  • Fixed Python 3 compatibility for acs_destripe.
  • Updated MANIFEST.
  • Cleaned up some PEP8 and Sphinx warnings.

ACSTOOLS v2.0.4 Release Notes

28 Jul 18:50
Compare
Choose a tag to compare

stsci.xxx, scipy, and scikit-image are now optional packages. That is, acstools would install without them but affected task(s) will complain if they are missing.

ACSTOOLS v2.0.3 Release Notes

28 Jul 17:27
Compare
Choose a tag to compare

Re-organize package for a cleaner look. Executable scripts are now entry points (for Windows compatibility). Version tagging is now controlled by relic submodule. Miscellaneous clean ups that should not affect functionality.