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.
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)
Bumps ligo-skymap from 1.0.7 to 1.1.1.
Changelog
Sourced from ligo-skymap's changelog.
... (truncated)
Commits
48fe8db
Update changelog for version 1.1.1d2d7f15
Add changelog entry9585d3e
Require >= python3.9e674118
Add benchmark for version 1.1.061beb9b
Back to development70e28e8
Update changelog for version 1.1.08b4a0b1
Add coherence plots3151f53
Fix incorrectly rendered defaults for some CLI tools in docs4f30fbf
Update copyright dateda0949e
Add one-line docstring summaryDependabot 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)