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

Changelog for XRTpy version 0.5 #258

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f455d68
Creating rst file for changelog of v0.5
joyvelasquez Jun 21, 2024
3d353c3
Adding 0.5.0 to dev in index.rst file
joyvelasquez Jun 21, 2024
e58d7d9
Updating release version
joyvelasquez Jun 21, 2024
1824541
Adding new notebook to Features
joyvelasquez Jun 21, 2024
b964169
Updating modifications - ccd file update
joyvelasquez Jun 21, 2024
a71f070
Adding updated IDL EA test file
joyvelasquez Jun 21, 2024
d86f85c
Adding updated IDL TR test file
joyvelasquez Jun 21, 2024
4080b57
Adding more info to Internal modifications and improvements
joyvelasquez Jun 21, 2024
d546bda
Adding info to Documentation Updates
joyvelasquez Jun 21, 2024
4130dd4
Adding info to Documentation Updates
joyvelasquez Jun 21, 2024
28237e6
Add Miscellaneous section
joyvelasquez Jun 21, 2024
37206bb
Minor text formating change
joyvelasquez Jun 21, 2024
d6900b4
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
67e71a0
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
31a4612
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
03fcf30
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
c8bff5b
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
9d6dec1
Update docs/changelog/0.5.0.rst
joyvelasquez Jun 21, 2024
6bd7c01
Updating name of class
joyvelasquez Jun 21, 2024
0a5920d
Merge branch 'main' of github.com:HinodeXRT/xrtpy into changelog_for_…
joyvelasquez Jul 30, 2024
9919e1b
Merge branch 'main' of github.com:HinodeXRT/xrtpy into changelog_for_…
joyvelasquez Jul 30, 2024
8cdb495
Updating PR for comtam file
joyvelasquez Jul 30, 2024
b814c6c
Adding code of coduct
joyvelasquez Aug 26, 2024
1219d28
Update docs/changelog/0.5.0.rst
joyvelasquez Sep 4, 2024
296d627
Update docs/changelog/0.5.0.rst
joyvelasquez Sep 5, 2024
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
23 changes: 23 additions & 0 deletions docs/changelog/0.5.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
XRTpy v0.5.0 (2024-06-21)
=========================

joyvelasquez marked this conversation as resolved.
Show resolved Hide resolved
New Features
------------
- New Example Notebook: Introduced a new example notebook titled "Hinode-XRT: A Practical Guide to Data Extraction and Visualization." This notebook provides a step-by-step guide on how to download, process, and visualize solar observation data from the Hinode X-Ray Telescope, making it accessible for research and analysis. (:pr:`210`)

Documentation Updates
---------------------
- Contributing Information: Updated information for contributing to XRTpy through different avenues such as reporting issues, submitting pull requests, or improving documentation. (:pr:`248`)

Internal modifications and improvements
---------------------------------------
- CCD Contamination Update: Updated the :file:`xrt_contam_on_ccd.geny` file with new CCD contamination values. (:pr:`245`)
- Effective Area Testing Files Update: Updated IDL result - Effective Area testing files for the following years: 2020, 2021, 2022, 2023, 2024. (:pr:`218`)
- Temperature Response Testing Files Update: Updated IDL result - Temperature Response testing files for the following years: 2020, 2021, 2022, 2023, 2024. (:pr:`220`)
- SunPy Maps Import Method: Modified import methods for SunPy `~sunpy.map.Map` objects in the XRTpy notebook for consistency with the way it is imported in other notebooks. (:pr:`237`)
- Complete Review of Function Documentation: Expanded documentation for every method in the following XRTpy objects: `~xrtpy.response.channel.Channel`, Effective Area, and Temperature Response. (:pr:`253,250,249`)
joyvelasquez marked this conversation as resolved.
Show resolved Hide resolved

Miscellaneous
-------------
- SunPy Installation Requirement: Added SunPy as an installation requirement for XRTpy. (:pr:`247`)
joyvelasquez marked this conversation as resolved.
Show resolved Hide resolved
- Installation Instructions Update: Updated installation instructions to differentiate between the use of Bash or Zsh for XRTpy installation. (:pr:`251`)
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ including bug fixes and changes to the application programming interface
:maxdepth: 1

dev
0.5.0
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.4.0"
release = "0.5.0"

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

Expand Down
Loading