Releases: owlpinetech/healpix
Releases · owlpinetech/healpix
v0.1.3
What's Changed
- Upgrade projection library again by @robertkleffner in #7
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Upgrade projection library to fix a couple issues with healpix bounds by @robertkleffner in #5
- Upgrade Go version by @robertkleffner in #6
Full Changelog: v0.1.1...v0.1.2
New dependency to separately maintain projection math
What's Changed
- Use flatsphere for more solid projection math by @robertkleffner in #4
Full Changelog: v0.1.0...v0.1.1
Add nested unique representation, constructors
- Add nested unique pixel representation
Unique
, and conversions between it and other location representations - Add tests for nested unique pixel representation conversion
- Add constructors for consumers of the library to create struct implementations of
Where
interface
v0.0.0 Initial Release
Merge pull request #1 from owlpinetech/feature/add-unique Add nested unique pixel representation