Skip to content

Releases: DavidT3/DAXA

DAXA v0.2.1 - fix of a critical bug

11 Oct 22:15
47131c5
Compare
Choose a tag to compare

Important points

A bug that made it impossible to process any eROSITA data from scratch has been fixed. We also allow the Swift class to fetch roll-angle information from the online table and include it in the obs_info table.

What's Changed

  • Added roll angle fetching to the Swift mission class _fetch_obs_info … by @DavidT3 in #302
  • Lowered ObsIDs being used to setup pre-processed file paths - for iss… by @DavidT3 in #305
  • Should have sorted a problem where preprocessed_in_archive will break… by @DavidT3 in #306
  • Update README.md by @DavidT3 in #309
  • Should have fixed flaregti for eROSITA - in checking for previous run… by @DavidT3 in #311

Full Changelog: v0.2.0...v0.2.1

DAXA v0.2.0 - Now with updatable archives!

11 Sep 13:20
Compare
Choose a tag to compare

Summary

Some small bug fixes which impacted eROSITA missions, and an unintentional incorrect unit on the definition of the Swift BAT nominal FoV. The major change is that archives are now easily updatable with new observations (if they become available). They can simply be re-loaded in the usual DAXA way, and then the 'update()' method can be called - this will reapply the stored filtering operations used for each mission instance (with the same configuration, in the same order) and then run any processing steps that were applied, in the same order and with the same configuration.

What's Changed

  • Feat/update archive by @DavidT3 in #293
  • Changed the default BAT FoV from 50 arcmin to 50 degrees. Should sort… by @DavidT3 in #297

Full Changelog: v0.1.1...v0.2.0

DAXA v0.1.1 - Fixed a bug which would cause Archive definition to fail

29 Aug 15:20
6b207ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

DAXA v0.1.0

23 Aug 20:48
ecdcd20
Compare
Choose a tag to compare

Summary

Minor bug fixes and updating dependencies, also added conda-lock files to make creating environments easier, and testing is better.

What's Changed

Full Changelog: v0.0.5...v0.1.0

DAXA v0.0.5 prerelease - XMM online table changed a heading and broke XMMPointed

01 May 14:35
85fbc87
Compare
Choose a tag to compare

A table column name changed, which meant that getting the table of available observations for XMMPointed was erroring.

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4 - Trying to make all subpackages be included

25 Apr 22:14
a85a85b
Compare
Choose a tag to compare

This really does highlight why test PyPI is so useful normally, but nevermind. I am now using the setuptools function 'find_packages' to hopefully get all the submodules included in the build.