Lsdb

Latest version: v0.2.3

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.3

What's Changed
* Load data using pyarrow types by camposandro in https://github.com/astronomy-commons/lsdb/pull/306
* Fix empty search with margins failing by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/312
* Allow empty left partitions on crossmatch by camposandro in https://github.com/astronomy-commons/lsdb/pull/315
* Update the exporting results page by camposandro in https://github.com/astronomy-commons/lsdb/pull/318
* Only pass catalog_info to delayed tasks instead of full hipscat catalog metadata by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/317
* Address pylint issues by camposandro in https://github.com/astronomy-commons/lsdb/pull/321
* Allow margin catalogs to be empty on filtering by camposandro in https://github.com/astronomy-commons/lsdb/pull/320
* Add fixes to documentation on RTD by camposandro in https://github.com/astronomy-commons/lsdb/pull/323


**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* Don't re-execute slow notebooks. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/299
* Remove **kwargs from crossmatching algorithms methods by hombit in https://github.com/astronomy-commons/lsdb/pull/301
* Bump actions/add-to-project from 1.0.0 to 1.0.1 by dependabot in https://github.com/astronomy-commons/lsdb/pull/302
* Remove usage of pixel tree builder by camposandro in https://github.com/astronomy-commons/lsdb/pull/304
* Change `require_right_margin` default and update warning message by camposandro in https://github.com/astronomy-commons/lsdb/pull/307
* Replace `.values` accessor with `.to_numpy()` by camposandro in https://github.com/astronomy-commons/lsdb/pull/305
* Require new hipscat. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/311


**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* Add support for Dask versions >=2024.3.0 with dask expressions by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/288
* Use faster hipscat paths method by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/284
* Update python and hipscat version pins. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/289
* Add benchmarks for larger catalogs. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/292
* Add map_partitions function to catalog by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/290


**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Pin python 3.11 version in CI. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/269
* Add minimum radius option to KDTree crossmatch by camposandro in https://github.com/astronomy-commons/lsdb/pull/246
* Update unit tests for interval pixel tree by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/272
* Change readthedocs URLs to stable by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/275
* Restructure docs tree by camposandro in https://github.com/astronomy-commons/lsdb/pull/276
* Cross-reference hipscat in the API docs by camposandro in https://github.com/astronomy-commons/lsdb/pull/277
* Optimize skymap at high fixed order by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/274
* Improve contribution guide by camposandro in https://github.com/astronomy-commons/lsdb/pull/278
* Update acknowledgment text by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/280
* Add __getitem__ accessor for catalogs by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/281


**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.1.6...v0.2.0

0.1.6

What's Changed
* Change sphinx theme by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/233
* fix notebook tqdm rendering by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/234
* Use custom representation for catalog. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/235
* Filter based on HEALpix order by ykwang1 in https://github.com/astronomy-commons/lsdb/pull/238
* Initialize BoxSearch in search package by camposandro in https://github.com/astronomy-commons/lsdb/pull/240
* Add "Working with large catalogs" notebook by camposandro in https://github.com/astronomy-commons/lsdb/pull/236
* Update unit test data by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/243
* Add installation section by camposandro in https://github.com/astronomy-commons/lsdb/pull/239
* add skymap_histogram function and skymap at specified order by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/245
* Update Skymap default by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/250
* Polish landing page by camposandro in https://github.com/astronomy-commons/lsdb/pull/256
* Add quickstart guide by camposandro in https://github.com/astronomy-commons/lsdb/pull/255
* Bump actions/add-to-project from 0.6.0 to 1.0.0 by dependabot in https://github.com/astronomy-commons/lsdb/pull/258
* DES-GAIA cross-match tutorial by hombit in https://github.com/astronomy-commons/lsdb/pull/166
* Add margin documentation notebook by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/244
* Update PPT version by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/262
* Update readme acknowledgement by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/263
* Update getting started link README by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/264

New Contributors
* ykwang1 made their first contribution in https://github.com/astronomy-commons/lsdb/pull/238

**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.1.5...v0.1.6

0.1.5

What's Changed
* Update README.md by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/218
* Pin dask. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/221
* Add plot_pixels method to Catalog by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/229
* Change metadata loading method to use right file by smcguire-cmu in https://github.com/astronomy-commons/lsdb/pull/230
* Documentation improvements by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/222
* Work around pandas warnings. by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/220
* Load catalog subset at the I/O level by camposandro in https://github.com/astronomy-commons/lsdb/pull/231
* Update pyproject.toml by delucchi-cmu in https://github.com/astronomy-commons/lsdb/pull/232


**Full Changelog**: https://github.com/astronomy-commons/lsdb/compare/v0.1.4...v0.1.5

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.