Releases: observerly/iris
Releases · observerly/iris
v0.41.0
What's Changed
Features
- feat: add (s *StarsExtractor) RejectMisalignedPixels() to stars module in @observerly/iris by @michealroberts in #259
Full Changelog: v0.40.0...v0.41.0
v0.40.0
What's Changed
Features
- feat: add epoch support to AddObservationEntry() in @observerly/iris by @michealroberts in #254
Fixes
- fix: amend writeFloat() to handle scientific notation correctly in @observerly/iris by @michealroberts in #253
- fix: amend (h *FITSHeader) Set to not parse dates on set in @observerly/iris by @michealroberts in #255
- fix: amend AddObservationEntry to correctly set EPOCH values in @observerly/iris by @michealroberts in #256
- fix: amend DATE sets to use Format("2006-01-02T15:04:05") across @observerly/iris by @michealroberts in #257
- fix: amend AddObservationEntry to correctly set EPOCH values in @observerly/iris by @michealroberts in #258
Full Changelog: v0.39.0...v0.40.0
v0.39.0
What's Changed
Features
- feat: add isDate() utility to fits module in @observerly/iris by @michealroberts in #247
Refactors
- refactor: amend NewFITSImage to use h.Set in fits module in @observerly/iris by @michealroberts in #244
- refactor: add (h *FITSHeader) Set in header module in @observerly/iris by @michealroberts in #245
- refactor: amend NewFITSHeader to use h.Set in fits module in @observerly/iris by @michealroberts in #246
- refactor: amend NewFITSImageFrom2DData to use h.Set in fits module in @observerly/iris by @michealroberts in #249
- refactor: amend AddObservationEntry to use h.Set in fits module in @observerly/iris by @michealroberts in #250
- refactor: amend AddObserverEntry to use h.Set in fits module in @observerly/iris by @michealroberts in #251
Fixes
- fix: amend (h *FITSHeader) Set to correctly handle dates in @observerly/iris by @michealroberts in #248
Full Changelog: v0.38.0...v0.39.0
v0.38.0
What's Changed
Features
- feat: add (h *FITSHeader) Set to header module in @observerly/iris by @michealroberts in #243
Full Changelog: v0.37.0...v0.38.0
v0.37.0
What's Changed
Features
- feat: add Flatten2DFloat64Array utility to @observerly/iris by @michealroberts in #234
Full Changelog: v0.36.1...v0.37.0
v0.36.1
What's Changed
Fixes
- fix: amend typo for Elevation in FITSObserver struc in @observerly/iris by @michealroberts in #233
Full Changelog: v0.36.0...v0.36.1
v0.36.0
What's Changed
Features
- feat: add "JD-OBS" header set to fits.AddObservationEntry() in @observerly/iris by @michealroberts in #230
- feat: add horizontal paramaters to FITSObservation struct in @observerly/iris by @michealroberts in #231
- feat: add (f *FITSImage) AddObserverEntry to fits module in @observerly/iris by @michealroberts in #232
Full Changelog: v0.35.0...v0.36.0
v0.35.0
What's Changed
This release of IRIS introduces the ability to encode an image.Image
model as an astrotiff, writing the relevant IFD header details as per the ASTROTIFF v1.0 specification here: https://astro-tiff.sourceforge.io/.
Features
- feat: add (h *FITSHeader) AddLineFeedCharacteToHeaderRow utility in @observerly/iris by @michealroberts in #220
- feat: add Encode to astrotiff module in @observerly/iris by @michealroberts in #229
Full Changelog: v0.34.0...v0.35.0
v0.34.0
What's Changed
Features
- feat: add BoundsFloat32Array() to utils module in @observerly/iris by @michealroberts in #218
- feat: add NewGray16FromRawFloat32Pixels to image module in @observerly/iris by @michealroberts in #219
Full Changelog: v0.33.0...v0.34.0
v0.33.0
What's Changed
Refactors
- refactor!: amend Point{} to X, Y in vcurve module in @observerly/iris by @michealroberts in #217
Chores
- chore: Upgraded to go version 1.21.*. by @michealroberts in #216
Full Changelog: v0.32.0...v0.33.0