Skip to content

Releases: spacetelescope/reftools

REFTOOLS v2.2.0 Release Notes

16 Sep 16:22
a514b00
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

  • MNT: Drop support for Python 3.6 and 3.7 and update workflows by @pllim in #56
  • TST: Add RC testing workflow and update existing by @pllim in #57
  • Fix RTD and modernize workflows by @pllim in #58
  • TST: numpy 2, python 3.12 by @pllim in #60
  • TST: Fix devdeps failure by @pllim in #62
  • add GitHub Actions to dependabot by @zacharyburnett in #65
  • Bump github/codeql-action from 2 to 3 by @dependabot in #68
  • Bump actions/setup-python from 4 to 5 by @dependabot in #67
  • Bump actions/github-script from 6 to 7 by @dependabot in #66
  • Update sphinx requirement from <7 to <9 by @dependabot in #69
  • Bump minversions again and fix astropy intersphinx by @pllim in #71
  • Fix build workflow for release by @pllim in #72

New Contributors

Full Changelog: 2.1.0...2.2.0

REFTOOLS v2.1.0 Release Notes

02 Feb 22:48
2.1.0
b422896
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

REFTOOLS v2.0.0 Release Notes

04 Mar 23:19
2.0.0
83aadf5
Compare
Choose a tag to compare
  • interpretdq has new option called origin to return pixel values in either Python 0-indexed or IRAF 1-indexed system, where applicable. [#35]
  • IMPHTTAB generation now uses stsynphot, not PySynphot. [#33]
  • Compatibility with astropy 4.0. [#31]
  • Dropped Python 2 support. Minimum supported Python version is 3.6. [#31]
  • Dropped TEAL support for tdspysyn. [#31]
  • Dropped PyRAF support, which means synpysyncomp is no longer available. [#31]
  • Removed unused wtraxyutils and test_small_dgeo modules. [#31]

REFTOOLS v1.7.6 Release Notes

03 Mar 16:47
1.7.6
07354f4
Compare
Choose a tag to compare

Changes since 1.7.5:

  • Allow MJD expansion for SBC in mkimphttab. [#29]
  • Fix bugs in mkimphttab involving PY3 compatibility. [#20, #26]
  • Removed dependence of relic. Now uses setuptools_scm to generate version number. [#27]

REFTOOLS v1.7.3 Release Notes

08 Aug 18:17
Compare
Choose a tag to compare

Fix AstroConda build by making TEAL import in tdspysyn completely optional.

REFTOOLS v1.7.2 Release Notes

02 Aug 15:30
Compare
Choose a tag to compare

Reorganized and cleaned up package. Updated documentation. Marked some tests as expected failures. Overall, none of these changes should affect end-user.

REFTOOLS v1.7.1 Release Notes

17 Mar 16:55
Compare
Choose a tag to compare

The following changes were made since the last release in April 2014:

  • Added interpretdq module to interpret individual DQ flags from DQ array.
  • Updated mkimphttab to handle WFC3 photometry keywords.
  • Replaced old stsci.* dependencies with SciPy.
  • Added Python 3 support (untested).