Releases: astronomy-commons/hats-import
Releases · astronomy-commons/hats-import
v0.4.1
What's Changed
- Bump pre-commit-ci/lite-action from 1.0.2 to 1.0.3 by @dependabot in #399
- Bump dawidd6/action-download-artifact from 3 to 6 by @dependabot in #398
- Move sparse histogram to hipscat by @camposandro in #405
- Run conversion from main pipeline script. by @delucchi-cmu in #414
- Remove pandas metadata in hipscat conversion by @delucchi-cmu in #413
- Support reading a file to pyarrow table in catalog import by @delucchi-cmu in #415
- Merge development branch by @delucchi-cmu in #417
- Update copier by @delucchi-cmu in #416
- Keep track of expected number of margin rows written. by @delucchi-cmu in #418
- Fix calls to read_hats by @delucchi-cmu in #420
- Update dependencies by @delucchi-cmu in #421
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add additional ps1 type files from STScI by @johnny-gossick in #372
- Add package version property by @camposandro in #371
- Support user-supplied run_stages on catalog import by @delucchi-cmu in #377
- Verify pandas read with compression kwarg. by @delucchi-cmu in #380
- Flag to include radec columns in index creation. by @delucchi-cmu in #378
- Bundle dependency requirements with release by @camposandro in #381
- Update LINCC logo with 2024 version by @nevencaplar in #383
- Remove temporary directory when all intermediate files are deleted by @camposandro in #382
- Benchmark and speed up to first stage of binning. by @delucchi-cmu in #385
- Replace FilePointer with universal pathlib by @delucchi-cmu in #387
- Hats renaming by @delucchi-cmu in #408
- Remove locally-created package before publishing. by @delucchi-cmu in #409
- Use virtual environment when creating requirements file by @delucchi-cmu in #410
- Use stable sorts when sorting by the index by @jeremykubica in #411
- Create virtual environment and ignore changes to requirements file. by @delucchi-cmu in #412
New Contributors
- @johnny-gossick made their first contribution in #372
- @nevencaplar made their first contribution in #383
Full Changelog: v0.3.5...v0.4.0
v0.3.6b0
What's Changed
- Add additional ps1 type files from STScI by @johnny-gossick in #372
- Add package version property by @camposandro in #371
- Support user-supplied run_stages on catalog import by @delucchi-cmu in #377
- Verify pandas read with compression kwarg. by @delucchi-cmu in #380
- Flag to include radec columns in index creation. by @delucchi-cmu in #378
- Bundle dependency requirements with release by @camposandro in #381
- Update LINCC logo with 2024 version by @nevencaplar in #383
- Remove temporary directory when all intermediate files are deleted by @camposandro in #382
- Benchmark and speed up to first stage of binning. by @delucchi-cmu in #385
- Replace FilePointer with universal pathlib by @delucchi-cmu in #387
- Hats renaming by @delucchi-cmu in #408
- Remove locally-created package before publishing. by @delucchi-cmu in #409
- Use virtual environment when creating requirements file by @delucchi-cmu in #410
New Contributors
- @johnny-gossick made their first contribution in #372
- @nevencaplar made their first contribution in #383
Full Changelog: v0.3.5...v0.3.6b0
v0.3.5
What's Changed
- Bump actions/add-to-project from 1.0.1 to 1.0.2 by @dependabot in #340
- Use list of names, instead of pandas index. by @delucchi-cmu in #343
- Enable python 3.12 in CI by @delucchi-cmu in #329
- Use hipscat for healpix dependency. by @delucchi-cmu in #346
- Check the total number of rows throughout the catalog import pipeline by @delucchi-cmu in #345
- Use consistent pandas file io method. by @delucchi-cmu in #349
- Read parquet files with arrow schema by @camposandro in #348
- Fix CSV reader from recent changes in hipscat library by @delucchi-cmu in #359
- Add schema to source data in SOAP pipeline by @camposandro in #360
- Provide
drop_empty_siblings
argument by @delucchi-cmu in #357 - Margin generation improvements. by @delucchi-cmu in #356
- Use total returned from write_parquet_metadata by @delucchi-cmu in #365
- Change default margin order by @hombit in #366
- Distinguish error message for empty list vs None. by @delucchi-cmu in #367
- Require recent hipscat by @delucchi-cmu in #368
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Update arguments.rst by @hombit in #326
- Pickle instead of scatter. by @delucchi-cmu in #328
- Update margin cache catalog info parameters by @camposandro in #332
- Use pathlib for pytest fixtures. by @delucchi-cmu in #333
- Enable "index file" reads for catalog import by @delucchi-cmu in #334
- Enable std tqdm bar, refactor for re-use. by @delucchi-cmu in #330
- Only specify the astropy table columns once. by @delucchi-cmu in #336
- Require recent hipscat by @delucchi-cmu in #337
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Assorted small doc fixes by @delucchi-cmu in #310
- User arguments to retain intermediate files by @delucchi-cmu in #311
- Apply
read_columns
kwarg in parquet reader by @troyraen in #315 - Get all file_reader provenance info programmatically by @troyraen in #316
- Spruce up the way we check for original input files. by @delucchi-cmu in #314
- Fail fast on reduce stage failures. by @delucchi-cmu in #317
- Print file name for mapping/splitting failures. by @delucchi-cmu in #318
- Explicitly depend on scipy by @delucchi-cmu in #320
- Redact storage options, as this may include user keys. by @delucchi-cmu in #322
- Resume functionality for margin cache pipeline. by @delucchi-cmu in #321
- Tidy up some resume functionality by @delucchi-cmu in #324
- Use the original catalog schema in more reads/writes. by @delucchi-cmu in #325
- Use a subset of pixels when creating a margin cache. by @delucchi-cmu in #323
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update python and hipscat version pins. by @delucchi-cmu in #287
- Fits str columns to utf8 by @Schwarzam in #285
- Bump actions/add-to-project from 1.0.0 to 1.0.1 by @dependabot in #289
- Use preferred string format for globbing. by @delucchi-cmu in #291
- Print tracebacks for nested errors. by @delucchi-cmu in #290
- Add ECSV reader by @delucchi-cmu in #288
- Use scipy.sparse for histogram storage. by @delucchi-cmu in #294
- Quick fixes (no warning, allow . in catalog name). by @delucchi-cmu in #307
- Fix issue #305. Gracefully handle empty input files. by @troyraen in #309
New Contributors
- @Schwarzam made their first contribution in #285
- @troyraen made their first contribution in #309
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Update to latest dask to mitigate smoke test failures by @delucchi-cmu in #286
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Pin python 3.11 version in CI by @delucchi-cmu in #276
- copier update by @delucchi-cmu in #272
- Change readthedocs URLs to stable by @delucchi-cmu in #277
- Cross-link the hipscat docs by @camposandro in #278
- Docs: margin_threshold in margin_cache.rst by @hombit in #263
- Direct to tutorials for public catalogs. by @delucchi-cmu in #279
- Resume import with a different HEALPix order by @camposandro in #280
- Unpin pandas and numpy versions. by @delucchi-cmu in #284
- Update acknowledgment text. by @delucchi-cmu in #283
Full Changelog: v0.2.6...v0.3.0
v0.2.6
What's Changed
- Update README.md by @delucchi-cmu in #254
- Add a lowest order argument. by @delucchi-cmu in #255
- Improve CSV reading kwargs by @delucchi-cmu in #245
- Require ipywidgets by @delucchi-cmu in #256
- Change sphinx theme to book theme by @smcguire-cmu in #257
- Use storage options for input and output by @delucchi-cmu in #260
- Only read required columns in mapping stage. by @delucchi-cmu in #262
- Bump actions/add-to-project from 0.6.0 to 1.0.0 by @dependabot in #264
- Update Acknowledgement by @mi-dai in #270
- Update README.md by @mi-dai in #271
New Contributors
Full Changelog: v0.2.5...v0.2.6