From 33e81472795f7dfdaf06a07993cf09596cd9a2f0 Mon Sep 17 00:00:00 2001 From: Christian Brendlin Date: Fri, 13 Dec 2024 14:00:08 +0100 Subject: [PATCH] Version bump :release-v0.3.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- build.zig.zon | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b662dd6..9606e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ -## [Unreleased] - v0.2.0 +## v0.3.0 +### Added +This release is mainly focues on the Image Module. +- Added support for more FITSIO Datatypes: + - UTBYTE + - UTSHORT + - UTINT + - UTLONG + +- Added new function `Image.calculateStatistics` + - You can use then new ImageStats struct to get follwing statistical values: + - min + - max + - mean + - median + - stddev +- Added more error handling functionality + - With the `` function you can now log error formated error messages. + +## v0.2.0 ### Added - Header Manipulation - Write/update header keywords with support for: diff --git a/build.zig.zon b/build.zig.zon index 761e872..102f374 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,7 +10,7 @@ // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.2.0", + .version = "0.3.0", // This field is optional. // This is currently advisory only; Zig does not yet do anything