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.2 #358

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ligo-skymap from 1.0.7 to 1.1.2.

Changelog

Sourced from ligo-skymap's changelog.

1.1.2 (2023-10-03)

  • Update for compatibility with Matplotlib 3.8.0.

  • Binary wheels for macOS x86_64 are now built against Big Sur (10.15), because Catalina (11) is past end of life.

  • Fix deprecation warnings from importlib.resources.

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

... (truncated)

Commits
  • d1d4124 Update changelog for version 1.1.2
  • f92aa1d Reword changelog entry
  • e4bfe67 Require macOS x86_64 build to pass
  • acc7abf Fix deprecation warnings from importlib.resources
  • dc9902f Track API change in seaborn plot styles
  • d957fdd Update changelog
  • f918a15 Increase DPI in test to work around Matplotlib issue upstream
  • 7a86fa6 Pass ConnectionPatch axesA and axesB as kwargs
  • 2ed2800 Revert "Work around regression in Matplotlib"
  • c365438 Build macOS x86_64 wheels against Big Sur
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
robertdstein commented 1 year ago

@dependabot rebase

coveralls commented 1 year ago

Coverage Status

coverage: 70.324%. remained the same when pulling 9f443a023ba899742bd74014279e5b3f6f81fea4 on dependabot/pip/ligo-skymap-1.1.2 into 5891f0e8457261d15f7863d51e6e7231bc0ac74e on main.