We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c90c commit 1ec3237Copy full SHA for 1ec3237
CHANGES.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## Version 0.9.0 - 2024-02-05
4
+
5
+- (feature) Experimental macOS support. Fixes github #132.
6
7
+- (feature) New ricepp compression algorithm for raw images as well
8
+ as a categorizer for the FITS image format. This is quite limited
9
+ at the moment, as only two-dimensional, 16-bit integer FITS is
10
+ supported. However, this covers the majority of astro camera images,
11
+ which is the primary use case at the moment. This can likely be
12
+ extended to other raw image formats in the future.
13
14
## Version 0.8.0 - 2024-01-22
15
16
- (fix) Allow version override for nixpkgs. Fixes github #155.
0 commit comments