Releases: astronomy-commons/hats
Releases · astronomy-commons/hats
v0.1.5
What's Changed
- Require pyarrow>=10.0.0 by @delucchi-cmu in #141
- Update to PPT v1.4.3 by @delucchi-cmu in #143
- Update pyproject.toml by @delucchi-cmu in #144
- Address pylint issues under /tests/ by @delucchi-cmu in #146
- Create hipscat index column constant by @camposandro in #149
- Update Association Catalog by @smcguire-cmu in #145
- Mechanical application of black and isort by @delucchi-cmu in #150
- pin fsspec by @maxwest-uw in #154
- Remove get_pixels method by @delucchi-cmu in #151
- Use fancier typing on the storage_options by @delucchi-cmu in #155
- Add argument to truncate hipscat_index to order by @delucchi-cmu in #158
- Don't require full catalog to plot pixel list by @delucchi-cmu in #159
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Copier update to 1.4.2. by @delucchi-cmu in #130
- Add string repr of node. Parametrize tests. by @delucchi-cmu in #131
- Add method to get filepointer's basename by @delucchi-cmu in #132
- remove sphinx pins by @maxwest-uw in #139
- create generate_negative_tree_pixels by @maxwest-uw in #136
- Optimize pixel tree creation by @smcguire-cmu in #135
- Add method to validate catalogs by @camposandro in #140
- Sam/fsspec CloudCats 🐱 by @swyatt7 in #133
New Contributors
- @camposandro made their first contribution in #140
- @swyatt7 made their first contribution in #133
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Add get_healpix_pixels convenience method by @delucchi-cmu in #127
- Sean/fix catalog info types by @smcguire-cmu in #128
- Remove tests/util directory by @smcguire-cmu in #129
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add
healpix_to_hipscat_id
conversion by @smcguire-cmu in #118 - Address a handful of mypy warnings. by @delucchi-cmu in #119
- Add default timeout and trim runtime of overruns. by @delucchi-cmu in #122
- create load_parquet_to_pandas function by @maxwest-uw in #123
- Add pixel input to ease catalog creation in tests. by @delucchi-cmu in #125
- Add benchmarking by @delucchi-cmu in #124
- Fix paths ala PPT PR #258 by @delucchi-cmu in #126
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add Catalog Alignment class and functions by @smcguire-cmu in #110
- Add Cone Search Catalog Filter by @smcguire-cmu in #113
- remove logically unreachable lines to get 100 percent coverage by @maxwest-uw in #116
- Margin bound changes by @maxwest-uw in #114
- Add pixel tree catalog init input type by @smcguire-cmu in #117
Full Changelog: v0.0.13...v0.1.1
v0.1
Merge pull request #112 from astronomy-commons/delucchi/math Fix mismatched destination pixel map behavior
v0.0.14
What's Changed
- Fix mismatched destination pixel map behavior by @delucchi-cmu in #112
- Require minimum version of typing-extensions. by @delucchi-cmu in #111
Full Changelog: v0.0.12...v0.0.14
v0.0.13
What's Changed
- Add notebook to look at parquet size distribution by @delucchi-cmu in #102
- Use stable sort. by @delucchi-cmu in #105
- Initial implementation of almanac discovery API by @delucchi-cmu in #103
- Add step to list dependencies. by @delucchi-cmu in #106
- Mechanical application of black formatting by @delucchi-cmu in #107
- Addressing pylint findings in tests directory. by @delucchi-cmu in #109
- Fix mismatched destination pixel map behavior by @delucchi-cmu in #112
- Require minimum version of typing-extensions. by @delucchi-cmu in #111
Full Changelog: v0.0.12...v0.0.13
v0.0.12
What's Changed
- Update README.md by @maxwest-uw in #94
- fix for issue #93 by @maxwest-uw in #95
- Catalog-type-specific catalog info by @delucchi-cmu in #97
- add get_highest_order method to PartitionInfo by @maxwest-uw in #98
- Mix RST and markdown files. by @delucchi-cmu in #99
- Implement a lowest order for histogram alignment by @delucchi-cmu in #100
- Delucchi/catalog info by @delucchi-cmu in #101
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Refactor Catalogs to inherit from base Dataset and not initialize from files by @smcguire-cmu in #85
- Add Association Catalog by @smcguire-cmu in #86
Full Changelog: v0.0.10...v0.0.11