Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.0 #588

Merged
merged 179 commits into from
Sep 23, 2022
Merged

Release 1.1.0 #588

merged 179 commits into from
Sep 23, 2022

Conversation

ojustino
Copy link
Collaborator

This is the first WebbPSF release since the launch of JWST. As such, it folds in updates based on the telescope's in-flight performance.

Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
dependabot bot and others added 8 commits September 20, 2022 14:10
Bumps [pysiaf](http://www.stsci.edu/) from 0.17.0 to 0.18.0.

---
updated-dependencies:
- dependency-name: pysiaf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump pysiaf from 0.17.0 to 0.18.0
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.6.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.5.2...v3.6.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [scipy](https://github.com/scipy/scipy) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump scipy from 1.8.1 to 1.9.1
…-3.6.0

build(deps): bump matplotlib from 3.5.2 to 3.6.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.23.0 to 1.23.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.23.0...v1.23.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump numpy from 1.23.0 to 1.23.3
@codecov
Copy link

codecov bot commented Sep 20, 2022

Codecov Report

Base: 65.46% // Head: 56.41% // Decreases project coverage by -9.04% ⚠️

Coverage data is based on head (7d0deb9) compared to base (3f78e0f).
Patch coverage: 9.39% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           stable     spacetelescope/webbpsf#588      +/-   ##
==========================================
- Coverage   65.46%   56.41%   -9.05%     
==========================================
  Files          12       13       +1     
  Lines        4945     5871     +926     
==========================================
+ Hits         3237     3312      +75     
- Misses       1708     2559     +851     
Impacted Files Coverage Δ
webbpsf/jupyter_gui.py 6.17% <0.00%> (ø)
webbpsf/optics.py 60.66% <ø> (+0.91%) ⬆️
webbpsf/roman.py 90.60% <ø> (+0.03%) ⬆️
webbpsf/trending.py 5.87% <5.87%> (ø)
webbpsf/webbpsf_core.py 73.70% <7.91%> (-7.08%) ⬇️
webbpsf/mast_wss.py 9.34% <9.34%> (ø)
webbpsf/utils.py 57.93% <16.27%> (-5.65%) ⬇️
webbpsf/opds.py 47.62% <22.22%> (-0.35%) ⬇️
webbpsf/gridded_library.py 77.68% <50.00%> (+0.37%) ⬆️
webbpsf/constants.py 100.00% <100.00%> (ø)
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@obi-wan76 obi-wan76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No comments, good job everyone! Glad to see minor typos fixed.

@ojustino
Copy link
Collaborator Author

I got clearance to proceed with the release despite the codecov failures; see spacetelescope/stpsf#27 for future efforts to restore coverage.

@ojustino
Copy link
Collaborator Author

I'm blocked from merging due to an issue with commit signing after I pushed the new version's tag to develop. I'm seeing some suggestions that closing and reopening the pull request may help, so I will try that.

@ojustino ojustino closed this Sep 22, 2022
@ojustino ojustino reopened this Sep 22, 2022
@ojustino ojustino closed this Sep 22, 2022
@ojustino ojustino mentioned this pull request Sep 22, 2022
@ojustino ojustino reopened this Sep 23, 2022
@ojustino ojustino merged commit fe84cb7 into stable Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants