-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* experimentation on `healpix-geo` * replace the custom neighbours search with `cdshealpix` * adapt the neighbours search tests * skip the "ring" scheme kernel tests * replace `nside2resol` with a reimplementation * reuse the `compute_ring` function from the `numpy` implementation * use `grid_info` to convert points to cell ids * fix imports * replace `healpy` with `cdshealpix` and `healpix-geo` (`healpix-geo` may be a temporary dependency, we only need it to get the new functionality in `cds-healpix-rust`) * make sure multi-dimensional cell ids still work * remove a obsolete TODO * depend on `cdshealpix` and `healpix-geo` * remove the direct dependency on `numba` * reflect the new deps in the env files * use the released version of `xdggs` * enable testing on windows (`cdshealpix` supports it, and so does `healpix-geo`) * run CI for `python=3.13` * re-enable the ring scheme tests * install `xdggs` and `cdshealpix` from PyPI (`cdshealpix` is not available for macos arm on conda-forge, yet) * don't test on `python=3.12` * trim the environment a bit * install base matplotlib * don't try to install `conda` * install `xdggs` from conda-forge * Revert "install `xdggs` from conda-forge" This reverts commit cb00dfa. * new location of `sphinx`' intersphinx file
- Loading branch information
Showing
13 changed files
with
162 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.