Releases: spacetelescope/stsynphot_refactor
Releases · spacetelescope/stsynphot_refactor
1.4.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- add GitHub Actions to dependabot by @zacharyburnett in #186
- Update license year by @pllim in #193
- MNT: Use hash for Action workflow versions and update if needed by @pllim in #194
- Fix wording in warning message by @larrybradley in #195
- Bump deps, update CI by @pllim in #201
- Dependabot updates
New Contributors
- @dependabot made their first contribution in #191
- @larrybradley made their first contribution in #195
Full Changelog: 1.3.0...1.4.0
1.3.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- TST: asdf is bumping numpy in oldest deps so we need to pin it by @pllim in #177
- remove usages of deprecated
codecov
package by @zacharyburnett in #178 - remove unsupported
system_packages
RTD config setting by @zacharyburnett in #180 - NumPy 2.0 compatibility by @pllim in #181
- TST: Bump checkout version and add Python 3.12 by @pllim in #182
- TST: Fix devdeps by @pllim in #183
Full Changelog: 1.2.0...1.3.0
1.2.0 Release Notes
Also see CHANGES.rst
What's Changed
- Updated Roman throughput to Phase C by @tddesjardins in #149
- MNT: Update codecov-action version to v2 by @pllim in #154
- MNT: Update license year by @pllim in #155
- DOC: noao.edu is no more by @pllim in #158
- MNT: Stop using enable_deprecations_as_exceptions by @pllim in #159
- MNT: Drop Python 3.6 and 3.7, update test workflows by @pllim in #161
- fix for
collections
import deprecation by @zacharyburnett in #163 - Remove AstroConda installation instructions by @ojustino in #165
- use canonical filename of RTD configuration and enable
nitpicky
mode by @zacharyburnett in #164 - TST: Fix oldest deps job, update workflows by @pllim in #167
- TST: Pin tox<4 and add RC testing by @pllim in #170
- TST: Update Phoenix gap test case by @pllim in #172
- MNT: Unpin tox, replace relative imports by @pllim in #173
- Remove test_phoenix_gap because all gaps now seemingly filled by @pllim in #174
- TST: Remove pytest-openfiles by @pllim in #176
New Contributors
- @zacharyburnett made their first contribution in #163
- @ojustino made their first contribution in #165
Full Changelog: 1.1.0...1.2.0
1.1.0 Release Notes
1.0.0 Release Notes
- CDBS is TRDS now. [#121]
This release works with synphot
1.0.
0.3 Release Notes
- New
catalog.plot_phoenix
function to visualize the Phoenix catalog parameters. [#111] - Fix compatibility with Windows in regards to path handling. [#107]
- Fix a bug in
stio.get_latest_file
to recognize file in current directory. [#108] - Dropped support for Python 3.5. This package now requires Python 3.6 or later. It also now requires
astropy
3 or later. [#109]
0.2.2 Release Notes
Fixed bugs in parse_spec
. [#103]
0.2.1 Release Notes
Infrastructure update in accordance to Astropy APE 17. [#96]
0.2.0 Release Notes
- Removed Python 2 support. This version is only compatible with Python 3.5 or later. [#67]
- Compatibility with
astropy
4.0 models. [#81] - Invalid
pixscale
inthermback
calculation now raisesPixscaleNotFoundError
instead ofSynphotError
. [#88] - Invalid filename lookup by component in
tables
now raisesGraphtabError
instead ofSynphotError
. [#89]
0.1.1 Release Notes
See change log.