Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ligo-skymap from 1.0.7 to 1.1.2 #358

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

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 <dependency name> 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2023
@github-actions github-actions bot enabled auto-merge (squash) October 4, 2023 17:36
@robertdstein
Copy link
Member

@dependabot rebase

Bumps [ligo-skymap](https://github.com/lpsinger/ligo.skymap) from 1.0.7 to 1.1.2.
- [Changelog](https://github.com/lpsinger/ligo.skymap/blob/main/CHANGES.rst)
- [Commits](lpsinger/ligo.skymap@v1.0.7...v1.1.2)

---
updated-dependencies:
- dependency-name: ligo-skymap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/ligo-skymap-1.1.2 branch from 553fb06 to 9f443a0 Compare October 16, 2023 09:27
@coveralls
Copy link

coveralls commented Oct 16, 2023

Coverage Status

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

@github-actions github-actions bot merged commit 26142f5 into main Oct 16, 2023
9 of 10 checks passed
@github-actions github-actions bot deleted the dependabot/pip/ligo-skymap-1.1.2 branch October 16, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants