Releases: spacetelescope/reftools
Releases · spacetelescope/reftools
REFTOOLS v2.2.0 Release Notes
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
- @zacharyburnett made their first contribution in #65
- @dependabot made their first contribution in #68
Full Changelog: 2.1.0...2.2.0
REFTOOLS v2.1.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- DOC: Add interpretdq example by @pllim in #37
- TST: Update OS images by @pllim in #39
- MNT: Replace pep517 with python-build by @pllim in #41
- Create Dependabot config file by @dependabot-preview in #43
- TST: Add templates and upgrade CI by @pllim in #44
- TST: Skip CI no fail by @pllim in #45
- MNT: action-skip-ci has moved by @pllim in #46
- TST: Fix cancel workflow for PR by @pllim in #47
- MNT: Update astropy default branch by @pllim in #48
- TST: Do not install libxml2-utils by @pllim in #49
- Update LICENSE.txt by @jdavies-st in #51
- MNT: Stop using enable_deprecations_as_exceptions by @pllim in #53
- BUG: Fix FITS_Rec indexing error by @pllim in #54
New Contributors
- @dependabot-preview made their first contribution in #43
- @jdavies-st made their first contribution in #51
Full Changelog: 2.0.0...2.1.0
REFTOOLS v2.0.0 Release Notes
interpretdq
has new option calledorigin
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
andtest_small_dgeo
modules. [#31]
REFTOOLS v1.7.6 Release Notes
REFTOOLS v1.7.3 Release Notes
Fix AstroConda build by making TEAL import in tdspysyn
completely optional.
REFTOOLS v1.7.2 Release Notes
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
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).