Skip to content

Commit cde5c14

Browse files
KriSun95Kristopher Cooper
andauthored
Updating version to 1.0.2. (#39)
* Updating version to 1.0.2. --------- Co-authored-by: Kristopher Cooper <kris@m146b.space.umn.edu>
1 parent 3cad439 commit cde5c14

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/versions_and_releases.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This section of the documentation will provide meta information and track the history on the code and file versions.
44

5-
In a list of versions, the latest will be at the top and the oldest at the bottom.
5+
In a list of versions, the latest will be at the top and the oldest at the bottom. To find different versions of the code on Github, a user can either use the usual `git` commands and checkout the version commits or they can download them directly from the [Releases page](https://github.com/foxsi/response-tools/releases).
66

77
Files will be arranged by code version and component type. The same structure as the `response_tools.contextResponseInfo` dictionary will be used.
88

@@ -13,6 +13,10 @@ import response_tools
1313
print(response_tools.__version__)
1414
```
1515

16+
## Version `1.0.2`
17+
18+
[30 Oct. 2025] CdTe detector response files now share the same filename format across different versions and are now all supported in the codebase.
19+
1620
## Version `1.0.1`
1721

1822
[27 Oct. 2025] Updates the CdTe detector responses. Since an energy gain offset has been observed, analysis should be performed primarily on the Pt-side only.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="response_tools",
5-
version="1.0.1",
5+
version="1.0.2",
66
description="Software used for the FOXSI response files.",
77
url="https://github.com/foxsi/response-tools",
88
install_requires=[

0 commit comments

Comments
 (0)