Recent Releases of reftools
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 https://github.com/spacetelescope/reftools/pull/56
- TST: Add RC testing workflow and update existing by @pllim in https://github.com/spacetelescope/reftools/pull/57
- Fix RTD and modernize workflows by @pllim in https://github.com/spacetelescope/reftools/pull/58
- TST: numpy 2, python 3.12 by @pllim in https://github.com/spacetelescope/reftools/pull/60
- TST: Fix devdeps failure by @pllim in https://github.com/spacetelescope/reftools/pull/62
- add GitHub Actions to dependabot by @zacharyburnett in https://github.com/spacetelescope/reftools/pull/65
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/spacetelescope/reftools/pull/68
- Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/spacetelescope/reftools/pull/67
- Bump actions/github-script from 6 to 7 by @dependabot in https://github.com/spacetelescope/reftools/pull/66
- Update sphinx requirement from <7 to <9 by @dependabot in https://github.com/spacetelescope/reftools/pull/69
- Bump minversions again and fix astropy intersphinx by @pllim in https://github.com/spacetelescope/reftools/pull/71
- Fix build workflow for release by @pllim in https://github.com/spacetelescope/reftools/pull/72
New Contributors
- @zacharyburnett made their first contribution in https://github.com/spacetelescope/reftools/pull/65
- @dependabot made their first contribution in https://github.com/spacetelescope/reftools/pull/68
Full Changelog: https://github.com/spacetelescope/reftools/compare/2.1.0...2.2.0
- Python
Published by pllim over 1 year ago
reftools - REFTOOLS v2.1.0 Release Notes
Also see CHANGES.rst.
What's Changed
- DOC: Add interpretdq example by @pllim in https://github.com/spacetelescope/reftools/pull/37
- TST: Update OS images by @pllim in https://github.com/spacetelescope/reftools/pull/39
- MNT: Replace pep517 with python-build by @pllim in https://github.com/spacetelescope/reftools/pull/41
- Create Dependabot config file by @dependabot-preview in https://github.com/spacetelescope/reftools/pull/43
- TST: Add templates and upgrade CI by @pllim in https://github.com/spacetelescope/reftools/pull/44
- TST: Skip CI no fail by @pllim in https://github.com/spacetelescope/reftools/pull/45
- MNT: action-skip-ci has moved by @pllim in https://github.com/spacetelescope/reftools/pull/46
- TST: Fix cancel workflow for PR by @pllim in https://github.com/spacetelescope/reftools/pull/47
- MNT: Update astropy default branch by @pllim in https://github.com/spacetelescope/reftools/pull/48
- TST: Do not install libxml2-utils by @pllim in https://github.com/spacetelescope/reftools/pull/49
- Update LICENSE.txt by @jdavies-st in https://github.com/spacetelescope/reftools/pull/51
- MNT: Stop using enabledeprecationsas_exceptions by @pllim in https://github.com/spacetelescope/reftools/pull/53
- BUG: Fix FITS_Rec indexing error by @pllim in https://github.com/spacetelescope/reftools/pull/54
New Contributors
- @dependabot-preview made their first contribution in https://github.com/spacetelescope/reftools/pull/43
- @jdavies-st made their first contribution in https://github.com/spacetelescope/reftools/pull/51
Full Changelog: https://github.com/spacetelescope/reftools/compare/2.0.0...2.1.0
- Python
Published by pllim about 4 years ago
reftools - REFTOOLS v2.0.0 Release Notes
interpretdqhas new option calledoriginto 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
astropy4.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
synpysyncompis no longer available. [#31] - Removed unused
wtraxyutilsandtest_small_dgeomodules. [#31]
- Python
Published by pllim almost 6 years ago
reftools - REFTOOLS v1.7.6 Release Notes
Changes since 1.7.5:
- Allow MJD expansion for SBC in
mkimphttab. [#29] - Fix bugs in
mkimphttabinvolving PY3 compatibility. [#20, #26] - Removed dependence of
relic. Now usessetuptools_scmto generate version number. [#27]
- Python
Published by pllim about 6 years ago
reftools - REFTOOLS v1.7.3 Release Notes
Fix AstroConda build by making TEAL import in tdspysyn completely optional.
- Python
Published by pllim over 9 years ago
reftools - 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.
- Python
Published by pllim over 9 years ago
reftools - 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).
- Python
Published by pllim almost 10 years ago