Skip to content

Commit

Permalink
Version bump :release-v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischtel committed Dec 13, 2024
1 parent 92f0c2e commit 33e8147
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33e8147

Please sign in to comment.