-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build changelog for 0.4.0 release (#192)
* Creating empty rst file for 0.4.0 changelog * Updating index file to have 0.4.0 changelog * Creating an outline * Updated info to release = 0.4.0 * Adding information to changelog. * Updated text and gammar * Text edits * Update 0.4.0.rst Updated change-log to reflect newly merged PR196. * Update 0.4.0.rst Updated date.
- Loading branch information
1 parent
8a05a3e
commit 07ceb17
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters