Skip to content

Releases: icecube/skyreader

v1.6.0

05 Dec 08:16
1a620a2

Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 3 to 6 by @dependabot[bot] in #59
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #73
  • Bump WIPACrepo/wipac-dev-py-setup-action from 5.7 to 5.9 by @dependabot[bot] in #74
  • [minor] Fix pixel ordering and selection of best-fit direction by @G-Sommani in #75

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

14 Nov 16:55
8caea99

Choose a tag to compare

What's Changed

  • CI: bump all packages; now python 3.10-3.13 [minor] by @ric-evans in #72

Full Changelog: v1.4.9...v1.5.0

v1.4.9

12 Sep 08:27
07a7da4

Choose a tag to compare

What's Changed

Full Changelog: v1.4.8...v1.4.9

v1.4.8

11 Sep 18:29
9fe5e73

Choose a tag to compare

What's Changed

  • Upgrade GitHub Actions CI - 3 by @ric-evans in #61
  • feat: make catalog_path configurable in plot_catalog function for 4FDGL Fermi catalog by @azegarelli in #60

Full Changelog: v1.4.7...v1.4.8

v1.4.7

15 Aug 19:54

Choose a tag to compare

What's Changed

Full Changelog: v1.4.6...v1.4.7

v1.4.6

05 Aug 00:09

Choose a tag to compare

v1.4.6 (2025-08-05)

  • Serialize/Deserialize nan for JSON (#52)

nan is a valid Python value, but it is not a valid JSON value. Build
out serialization for this.


Co-authored-by: github-actions <[email protected]> (39e7977)

v1.4.5

15 May 15:46

Choose a tag to compare

v1.4.5 (2025-05-15)

  • Add information to the header of the reco fits file (rectangular errors at 50% + contour areas at 50% and 90%) (#50)

Hi,

I propose a slight modification to the function that generates zoomed
plots from reconstructions.
The modification would allow it to save RA and Dec, as well as the
corresponding 50% and 90% rectangular and circular areas.

https://github.com/icecube/skyreader/blob/40a75068b486225fa02c433caf6cdd76720ddf1e/skyreader/plot/plot.py#L729

This change would make it easier to manage reconstruction outputs in
general, and is necessary for posting reconstruction results on Slack
channels as part of the automation I am currently working on.


Co-authored-by: github-actions <[email protected]>
Co-authored-by: Angela <[email protected]>
Co-authored-by: ric-evans <[email protected]> (6aec865)

v1.4.4

15 Apr 19:51

Choose a tag to compare

v1.4.4 (2025-04-15)

v1.4.3

27 Mar 11:50

Choose a tag to compare

v1.4.3 (2025-03-27)

  • Update Fermi catalog: new branch analogous to the other but that don't produce conflicts (shift from using setup.cfg to pyproject.toml) (#51)

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Angela <[email protected]> (729b2ff)

v1.4.2

14 Mar 03:12

Choose a tag to compare

v1.4.2 (2025-03-14)

  • Patch has_minimal_metadata and fix deprecation (#49) (49f26f5)