Releases: astronomy-commons/lsdb
Releases · astronomy-commons/lsdb
v0.2.4
What's Changed
- Use MOCs for alignment and generate MOC in from_dataframe by @smcguire-cmu in #322
- Recreate output directory on
to_hipscat
when using overwrite by @camposandro in #327
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Load data using pyarrow types by @camposandro in #306
- Fix empty search with margins failing by @smcguire-cmu in #312
- Allow empty left partitions on crossmatch by @camposandro in #315
- Update the exporting results page by @camposandro in #318
- Only pass catalog_info to delayed tasks instead of full hipscat catalog metadata by @smcguire-cmu in #317
- Address pylint issues by @camposandro in #321
- Allow margin catalogs to be empty on filtering by @camposandro in #320
- Add fixes to documentation on RTD by @camposandro in #323
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Don't re-execute slow notebooks. by @delucchi-cmu in #299
- Remove **kwargs from crossmatching algorithms methods by @hombit in #301
- Bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #302
- Remove usage of pixel tree builder by @camposandro in #304
- Change
require_right_margin
default and update warning message by @camposandro in #307 - Replace
.values
accessor with.to_numpy()
by @camposandro in #305 - Require new hipscat. by @delucchi-cmu in #311
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add support for Dask versions >=2024.3.0 with dask expressions by @smcguire-cmu in #288
- Use faster hipscat paths method by @smcguire-cmu in #284
- Update python and hipscat version pins. by @delucchi-cmu in #289
- Add benchmarks for larger catalogs. by @delucchi-cmu in #292
- Add map_partitions function to catalog by @smcguire-cmu in #290
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Pin python 3.11 version in CI. by @delucchi-cmu in #269
- Add minimum radius option to KDTree crossmatch by @camposandro in #246
- Update unit tests for interval pixel tree by @smcguire-cmu in #272
- Change readthedocs URLs to stable by @delucchi-cmu in #275
- Restructure docs tree by @camposandro in #276
- Cross-reference hipscat in the API docs by @camposandro in #277
- Optimize skymap at high fixed order by @smcguire-cmu in #274
- Improve contribution guide by @camposandro in #278
- Update acknowledgment text by @delucchi-cmu in #280
- Add getitem accessor for catalogs by @smcguire-cmu in #281
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Change sphinx theme by @smcguire-cmu in #233
- fix notebook tqdm rendering by @smcguire-cmu in #234
- Use custom representation for catalog. by @delucchi-cmu in #235
- Filter based on HEALpix order by @ykwang1 in #238
- Initialize BoxSearch in search package by @camposandro in #240
- Add "Working with large catalogs" notebook by @camposandro in #236
- Update unit test data by @smcguire-cmu in #243
- Add installation section by @camposandro in #239
- add skymap_histogram function and skymap at specified order by @smcguire-cmu in #245
- Update Skymap default by @smcguire-cmu in #250
- Polish landing page by @camposandro in #256
- Add quickstart guide by @camposandro in #255
- Bump actions/add-to-project from 0.6.0 to 1.0.0 by @dependabot in #258
- DES-GAIA cross-match tutorial by @hombit in #166
- Add margin documentation notebook by @smcguire-cmu in #244
- Update PPT version by @smcguire-cmu in #262
- Update readme acknowledgement by @smcguire-cmu in #263
- Update getting started link README by @smcguire-cmu in #264
New Contributors
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Update README.md by @delucchi-cmu in #218
- Pin dask. by @delucchi-cmu in #221
- Add plot_pixels method to Catalog by @delucchi-cmu in #229
- Change metadata loading method to use right file by @smcguire-cmu in #230
- Documentation improvements by @delucchi-cmu in #222
- Work around pandas warnings. by @delucchi-cmu in #220
- Load catalog subset at the I/O level by @camposandro in #231
- Update pyproject.toml by @delucchi-cmu in #232
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Fix doc build error. by @delucchi-cmu in #185
- Add test that we can handle pathlib.Path by @delucchi-cmu in #186
- Create add-issue-to-project-tracker.yml by @delucchi-cmu in #184
- Numpy tricks for box_search.py by @hombit in #188
- Add box filter benchmark on partition by @camposandro in #190
- Add spatial filtering to margin catalogs by @smcguire-cmu in #192
- Create validation method. by @delucchi-cmu in #183
- Optionally suppress margin on from_dataframe by @delucchi-cmu in #194
- Add Skymap function to catalog by @smcguire-cmu in #198
- Bump actions/add-to-project from 0.4.0 to 0.6.0 by @dependabot in #197
- Bump asv from 0.6.2 to 0.6.3 by @dependabot in #195
- Change _DIST to _dist_arcsec by @smcguire-cmu in #207
- Notebook for generating test data by @delucchi-cmu in #210
- Save margin catalog to disk by @camposandro in #208
- Prune empty partitions from catalog by @camposandro in #205
- Apply PPT v2.0 by @delucchi-cmu in #217
- Add option for coarse spatial filtering by @camposandro in #209
- Patch margin cache generation by @camposandro in #216
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Docs: fix link to notebooks page by @hombit in #154
- Add PS1 image to ZTF-NGC NB by @hombit in #153
- Fix inconsistent
_hipscat_index
type by @camposandro in #157 - Apply copier update and black formatting by @delucchi-cmu in #158
- Bump asv from 0.6.1 to 0.6.2 by @dependabot in #159
- Apply PPT 1.5.3 by @delucchi-cmu in #164
- Catch warnings, and add data to avoid them. by @delucchi-cmu in #168
- Added basic tutorial outline by @nevencaplar in #162
- Add package version property by @camposandro in #165
- Fix installation errors by @nevencaplar in #173
- Use margin in joining catalogs by @smcguire-cmu in #177
- Change cone search argument to radius_arcsec by @delucchi-cmu in #179
- Query method updates margin catalog by @smcguire-cmu in #172
- Generate margin catalog on
from_dataframe
by @camposandro in #175
New Contributors
- @dependabot made their first contribution in #159
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Specify dependency on
dask[complete]
by @camposandro in #135 - Change default crossmatch radius by @smcguire-cmu in #134
- Add Margin Catalog by @smcguire-cmu in #139
- Refactor join and crossmatch partition alignment and applying code by @smcguire-cmu in #140
- Documentation notebook with ZTF BTS vs NGC cross-match example by @hombit in #142
- Add catalog box searching by @camposandro in #138
- Add margin to catalog and use in crossmatch by @smcguire-cmu in #144
- Remove performance warnings on filtering by @camposandro in #147
- Add
head
method to catalog by @camposandro in #150
Full Changelog: v0.1.1...v0.1.2