Releases: akash-akya/vix
Releases · akash-akya/vix
v0.31.1
What's Changed
- Fix issues in handling prefix by @akash-akya in #174
Full Changelog: v0.31.0...v0.31.1
v0.31.0
Breaking Changes
Removed VIX_LOG_ERROR
in favor of Application config. Please configure config :vix, nif_logger_level: :error
instead if you want to enable NIF error logging.
Fixes
- Fix the memory leak in
Image.write_to_binary/1
by @akash-akya in #170
Other Changes
- Refactor NIF/libvips logging: disable logging by default by @akash-akya in #172
- Accept image loader options as keyword list by @akash-akya in #171
- Fixed broken link on LiveBook notebook by @bradhanks in #164
- Update picture-language.livemd by @bradhanks in #165
- Introduction Livebook edits by @bradhanks in #166
- Update README.md by @bradhanks in #167
New Contributors
- @bradhanks made their first contribution in #164
Full Changelog: v0.30.0...v0.31.0
v0.30.0
What's Changed
- Change image rendering in Livebook by @akash-akya in #161
- Bump libvips pre-built package to v8.15.3
Full Changelog: v0.29.0...v0.30.0
v0.29.0
What's Changed
- [CI] Add macos SDK libraries for NIF compilation using Nix by @akash-akya in #158
- Fix typos again by @kianmeng in #159
- [CI] Support Elixir 1.17/OTP 27 in CI by @kianmeng in #160
- Correct typespecs by @akash-akya in #162
- Increase minimum supported elixir version to v1.12 by @akash-akya in #163
Full Changelog: v0.28.0...v0.29.0
v0.28.0
What's Changed
- Add libvips observablity functions #150
- Allow returning the mutated image from mutate callback by @kipcole9 in #152
- Update Github CI & switch to nix based CI for macos in #155
- Add
write_area_to_binary
andget_pixel
in #157 - Make undocumented functions
Image.fetch_range
,Image.log_warn
private in #157 - Raise
Image.Error
instead ofRuntimeError
wherever appropriate in #157
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Make error module available in operation helper in #140
- Fix logger macro deprecation warning in #146
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- Do not use reserved word as variable name in #137
- Correct long int types to be compatible with 32bit in #139
Full Changelog: v0.25.0...v0.26.0
v0.25.0
v0.24.0
What's Changed
- Add
Image.to_list/1
- Add
Image.supported_save_suffixes/0
- Update documentation to list supported file formats in the pre-built binaries
- Correct typespecs
Full Changelog: v0.23.1...v0.24.0
v0.23.1
What's Changed
- Fix incorrect image tensor shape in #129. This is a breaking change if you were relying on tensor shape field
Full Changelog: v0.22.0...v0.23.1