Releases: Swift-SOT/swifttools
Releases · Swift-SOT/swifttools
swifttools-3.0.23: Fix bug in `TOORequests`
Changes
swifttools
3.0.23 / swift_too
1.2.33
Nov 13, 2024: Fix bug that caused crash when reading in UVOT modes in TOORequests
when detail = True
.
What's Changed
- [FEATURE] Auto generates version.py file from GitHub tags by @jak574 in #22
- LINTING: Fix use of
!= None
and== False
by @jak574 in #24 - [BUGFIX] Fix for crash reading in textual UVOT mode by @jak574 in #26
- [RELEASE] Update Change log and
swift_too
release number for upcoming release by @jak574 in #28
Full Changelog: swifttools-3.0.22...swifttools-3.0.23
swifttools-3.0.22: Add `srcrad` parameter to `xrt_prods`
Change history for the swifttools.ukssdc
module
Changes made to this module after its original release will be documented here.
- 2024 May 29: v1.0.5 released as part of
swifttools
v3.0.22swifttools.ukssdc.xrt_prods
v1.12 released: adds asrcrad
parameter for light curves and spectra.
What's Changed
- Add deploy GitHub workflow by @jak574 in #4
- Merge GitLab master branch into main by @jak574 in #5
- Change references to GitLab to GitHub by @jak574 in #7
- Add linting/formatting. Take it easy on the linting for now. Reformat code. by @jak574 in #9
- Fixed various minor python issues giving linting errors. by @DrPhilEvans in #11
- Revised top-level documentation and links by @DrPhilEvans in #13
- Updated description for checkProductStatus method by @rini21 in #17
- Updates to fix #14 by @rini21 in #18
- Added the 'srcrad' parameter to spectra and lc requests, updated all … by @DrPhilEvans in #20
Full Changelog: swifttools-3.0.21...swifttools-3.0.22
swifttools 3.0.21
swift_too
module
Change history for swift_too
module
API version = 1.2, swifttools
version 3.0
Author: Jamie A. Kennea (Penn State)
swifttools
3.0.21
/ swift_too
1.2.32
Feb 2, 2024: Add triggertype
filter in GUANO
- Now with
GUANO
you can passtriggertype
as an argument to filter on the
type of trigger that you want. E.g. passingtriggertype = 'GBM GRB'
will
return only triggers from Fermi/GBM. If you want to see examples of valid
triggertype
values, please visit here: https://www.swift.psu.edu/guano
swifttools
3.0.20 / swift_too
1.2.31
Nov 22, 2023: Remove requests
config that conflicted with another module.
- Configuration to use IPV4 only, required due to a networking issue at the server end, conflicts with some other Python module. This has now been removed.
swifttools 3.0.19
swifttools
3.0.18 / swift_too
1.2.30
Oct 31, 2023: Resolve issue with noisy warnings in Data
even if quiet=True
- When downloading files using
Data
module, if those files already exist on disk awarning
is now issued, instead of a printed warning. Ifquiet=True
no warnings are issued.
swifttools
3.0.17 / swift_too
1.2.29
Oct 31, 2023: Add AWS download support to Data
class.
- Added option to download data from AWS instead of HEASARC. Add argument
aws=True
toData
class arguments to default to AWS downlink. For details of AWS data hosting, see here.