Skip to content

Releases: DavidT3/DAXA

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.