desy-multimessenger / nuztf

Central repository for scripts handling ZTF Target of Opportunity requests using AMPEL. This includes neutrino, GRB and GW events.
MIT License
1 stars 0 forks source link

Bump ligo-skymap from 1.0.7 to 1.1.1 #353

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ligo-skymap from 1.0.7 to 1.1.1.

Changelog

Sourced from ligo-skymap's changelog.

1.1.1 (unreleased)

  • No changes yet.

1.1.1 (2023-07-08)

  • Fix a typo in the setup.cfg file that prevented correct interpretation of the minimum Python version. Contributed by @ahnitz <https://github.com/ahnitz>_.

1.1.0 (2023-07-07)

  • Add max_depth keyword argument to the call to MOC.from_valued_healpix_cells in ligo-skymap-contour-moc. Contributed by @parkma99 <https://github.com/parkma99>_.

  • Improve handling of the --output command line argument for ligo-skymap-contour-moc:

    • Add -o as a short form.

    • Don't write to stdout by default; it does not make sense to write a binary FITS file to stdout.

    • Make the argument required.

  • Drop dependency on distutils to prepare for its removal in Python 3.12. See PEP 632 <https://peps.python.org/pep-0632/>_.

  • Drop support for Python 3.8.

  • Vectorize find_ellipse over the cl argument.

  • Tune compiler settings used to build wheels for PyPI:

    • Add the option -fvisibility=hidden to hide all symbols except for the Python entry point. This improves the efficiency of link-time optimization. On average, it speeds up BAYESTAR by about 5%.

    • Add the options -Ofast -fno-finite-math-only -flto on Linux aarch64 and macOS, the targets on which we use gcc. These options approximate the configuration that we use for icc on Linux x86_64. On average, this change speeds up BAYESTAR on macOS by about 30%.

  • Factor out the Python implementation of the BAYESTAR adaptive mesh refinement algorithm so that other libraries can use it. It is exposed as ligo.skymap.moc.bayestar_adaptive_grid.

... (truncated)

Commits
  • 48fe8db Update changelog for version 1.1.1
  • d2d7f15 Add changelog entry
  • 9585d3e Require >= python3.9
  • e674118 Add benchmark for version 1.1.0
  • 61beb9b Back to development
  • 70e28e8 Update changelog for version 1.1.0
  • 8b4a0b1 Add coherence plots
  • 3151f53 Fix incorrectly rendered defaults for some CLI tools in docs
  • 4f30fbf Update copyright date
  • da0949e Add one-line docstring summary
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #358.