Skip to content

Commit

Permalink
CHANGELOG.md for 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jul 9, 2024
1 parent 952460a commit c3bca0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 0.10.1
`str2space` FFI
## C LIB
- `str2space` has an FFI wrapper now, similar to `convert_space`
- `str2space_ffi` generic public function with C types as well
- Renamed `convert_space_ffi_NT` -> `convert_space_NT`

# 0.10.0
Alpha channel "support"
## BREAKING
- Most functions can now take 4 channels instead of 3 channels. While the compiler can usually infer which to use, you may have to manually annotate in some scenarios. This lets you directly process images with an alpha channel without splitting the data into separate streams
- The external C functions have all been renamed to monotyped versions of the generics. The naming scheme is `generic_name_NDtype` where `N` is the channel count (3 or 4) and DType is currently either `f32` or `f64`. So the prior `xyz_to_oklab` now becomes `xyz_to_oklab_3f32`
Expand Down

0 comments on commit c3bca0d

Please sign in to comment.