Releases: DavidT3/DAXA
DAXA v0.2.1 - fix of a critical bug
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!
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
DAXA v0.1.0
Summary
Minor bug fixes and updating dependencies, also added conda-lock files to make creating environments easier, and testing is better.
What's Changed
- Unit tests/mission classes by @jessicapilling in #277
- Update mission unit tests by @jessicapilling in #280
- changing the cwd to the download dir in _download_call() this should … by @jessicapilling in #283
- Erosita cleaning bug fix by @jessicapilling in #286
- Dep/update to match xga by @DavidT3 in #289
- Changed the coverage badge name to the right one. by @DavidT3 in #290
- Bug/versioneer broken like xga by @DavidT3 in #291
Full Changelog: v0.0.5...v0.1.0
DAXA v0.0.5 prerelease - XMM online table changed a heading and broke XMMPointed
A table column name changed, which meant that getting the table of available observations for XMMPointed was erroring.
What's Changed
- Docs/update install instructions by @DavidT3 in #276
- Jessica (@jessicapilling) noticed the online table for XMM evidently … by @DavidT3 in #279
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - Trying to make all subpackages be included
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.