v0.1.0
Initial release.
What's Changed
- configure CI by @keewis in #2
- fix CI by @keewis in #3
- neighbours search in the k-th ring around a cell by @keewis in #1
- distances between cells and their neighbourhood by @keewis in #4
- fix the CI run conditions by @keewis in #7
- get the experimentation notebooks to work by @keewis in #6
- gaussian kernel by @keewis in #5
- symmetric kernel experimentation notebook by @keewis in #9
pre-commitmaintenance by @keewis in #10- declare dependencies in the project metadata by @keewis in #11
- plotting tool capable of plotting subdomains by @keewis in #12
- convolution of array-like data by @keewis in #13
- pass the shape as a tuple to
reshapeby @keewis in #15 - ci diagnostics by @keewis in #24
- padding regions by @keewis in #23
- change the creation of sparse matrices to support regional maps by @keewis in #27
- ci environment maintenance by @keewis in #29
xarrayAPI by @keewis in #17- reconstruct the sigma from a gaussian kernel by @keewis in #31
- remove
int16but test the float dtypes by @keewis in #33 - aggregating padding mode by @keewis in #35
- prune the kernel weights matrix using a threshold by @keewis in #36
- fix the
xarrayAPI for padding by @keewis in #39 - workflow to release to PyPI by @keewis in #40
- create a documentation page by @keewis in #41
- use the dot-product identity to compute angles between vectors by @keewis in #47
- adapt to changes in the API of
xdggsby @keewis in #55 - documentation of the package by @keewis in #42
- explicitly point to the configuration file on RTD by @keewis in #58
- accept
HealpixInfoobjects in high-level functions by @keewis in #63 - replace
healpywithcdshealpixby @keewis in #64 - rename the
resolutionparameter by @keewis in #65 - prepare for release by @keewis in #66
- ignore bots in release notes by @keewis in #67
- fix the CI status badge markdown by @keewis in #68
- fix the pypi badge by @keewis in #69
- complete the project metadata by @keewis in #70
New Contributors
Full Changelog: https://github.com/IAOCEA/healpix-convolution/commits/v0.1.0