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

Build changelog for 0.4.0 release #192

Merged
merged 9 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/changelog/0.4.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
XRTpy v0.4.0 (2023-10-10)
=========================

Deprecations and Removals
-------------------------
- Remove the light-leak files from the repository in favor of pulling them from one of two possible SolarSoft mirrors with the goal of reducing the total repository size. (:pr:`178,180`)

Documentation
-------------
- Updated Python example notebooks to ensure a user-friendly and accessible experience. (:pr:`164`)
- Revised and improved all text/documentation sections of XRTpy to ensure accuracy, clarity, and completeness. (:pr:`165`)

Internal modifications and improvements
---------------------------------------
- Modified `~xrtpy.response.xrt_deconvolve` to use the Sunpy data manager to download the data files. (:pr:`172`)
- Updated the Read the Docs configuration file. (:pr:`173`)
- Removed psf files after a new improvement in downloading them as part of the XRTpy package. (:pr:`177`)
- Updated the `xrt_contam_on_ccd.geny` file with new CCD contamination values. (:pr:`191`)
- Moved `xrt_deconvolve` and `xrt_remove_lightleak` from the `util` directory to a new directory named `image_correction`, and removed the `xrt_` prefix from their names. Renamed `xrt_teem` to `temperature_from_filter_ratio`. Updated all tests and notebooks to reflect the name and directory changes. (:pr:`196`)
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ including bug fixes and changes to the application programming interface
:maxdepth: 1

dev
0.4.0
0.3.0
0.2.0
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# from xrtpy import __version__
# release = __version__

release = "0.3.0"
release = "0.4.0"

# -- General configuration ---------------------------------------------------

Expand Down
Loading