Skip to content
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
6 changes: 5 additions & 1 deletion docs/versions_and_releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

In a list of versions, the latest will be at the top and the oldest at the bottom.
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).

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

Expand All @@ -13,6 +13,10 @@ import response_tools
print(response_tools.__version__)
```

## Version `1.0.2`

[30 Oct. 2025] CdTe detector response files now share the same filename format across different versions and are now all supported in the codebase.

## Version `1.0.1`

[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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="response_tools",
version="1.0.1",
version="1.0.2",
description="Software used for the FOXSI response files.",
url="https://github.com/foxsi/response-tools",
install_requires=[
Expand Down
Loading