Skip to content

Commit

Permalink
Build changelog for 0.3.0 release (#159)
Browse files Browse the repository at this point in the history
* Updated index file to hold the new rst file for version three release changes

* Updating Features with new function

* Updating Improved Documentation section

* Adding more logs to the  Improved Documentation section

* Adding more logs to the  Improved Documentation section

* Updating chagelog Improved Documentation sections

* Add section Deprecations and Removals

* Updated the feature section with xrt_deconvolve

* Improved Documentation-updated

* Updated text and white spaces

* Update docs/changelog/index.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

* Update docs/changelog/0.3.0.rst

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>

---------

Co-authored-by: Nick Murphy <namurphy@cfa.harvard.edu>
  • Loading branch information
joyvelasquez and namurphy authored May 31, 2023
1 parent 5fec352 commit 1437767
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/changelog/0.3.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
XRTpy v0.3.0 (2023-03-31)
=========================

Deprecations and Removals
-------------------------

- Modified `~xrtpy.response.xrt_teem.xrt_teem` to return a `~collections.namedtuple` of SunPy maps. (:pr:`148`)

Features
--------

- New routine `~xrtpy.util.xrt_deconvolve.xrt_deconvolve`, uses the Hinode XRT point spread function and the Richardson-Lucy algorithm to deconvolve (sharpen) an XRT image. (:pr:`145`)
- New functionality, `~xrtpy.util.xrt_remove_lightleak.xrt_remove_lightleak` for subtracting light leak (visible stray light) image from XRT synoptic composite images. (:pr:`151`)

Improved Documentation
----------------------

- Updated Python requirements for packages used in XRTpy. (:pr:`139,137`)
- Redeveloped the XRTpy GitHub issue templates. (:pr:`154`)
- Updated the bibliography and `~xrtpy.response.xrt_teem.xrt_teem` example notebook. (:pr:`158`)
- Updated the XRT contamination data file, which is now up-to-date through 2023-05-20. (:pr:`160`)
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ including bug fixes and changes to the application programming interface
:maxdepth: 1

dev
0.3.0
0.2.0

0 comments on commit 1437767

Please sign in to comment.