Skip to content

Releases: akash-akya/vix

v0.16.1-rc1

17 Feb 16:52
Compare
Choose a tag to compare
v0.16.1-rc1 Pre-release
Pre-release
Add compilation scripts for linux musl

v0.16.0

03 Feb 13:09
Compare
Choose a tag to compare

What's Changed

Breaking changes

With the new release, Vix will use prebuilt libvips binary over the libvips provided by the platform.
This might break your code if you were relaying any operation which are not present in the prebuilt libvips.
Please test the latest version first before using. You should see compilation failure if you are using any such function.

If you want to continue using platform provided libvips over the prebuilt binary, please check the document: https://github.com/akash-akya/vix#pre-compiled-nif-and-libvips

Full Changelog: v0.15.1...v0.16.0

v0.15.1-alpha.3

03 Feb 11:18
Compare
Choose a tag to compare
v0.15.1-alpha.3 Pre-release
Pre-release
Use latest libvips prebuilt binaries

v0.15.1

08 Dec 15:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0

04 Dec 17:21
Compare
Choose a tag to compare

What's Changed

  • Fix typos by @kianmeng in #64
  • Resolve no unused return values for Enum functions by @kianmeng in #65
  • Update GitHub CI config with additional linting by @kianmeng in #66
  • Remove unnecessary config dir to remove compiler warnings by @kipcole9 in #70
  • Resolve Credo warnings and add Credo as GitHub CI job by @kianmeng in #71
  • Refactor optional dep in project config by @kianmeng in #72
  • Add coverage deps for test coverage reporting by @kianmeng in #73
  • Use kino inputs in livebook by @joeyates in #74
  • Resolve cyclomatic complexity in functions by @kianmeng in #76
  • Update the Access behaviour to support slices by @kipcole9 in #75
  • Add MutableImage attribute access by @kipcole9 in #80
  • Add support for keyword list for Image access by @akash-akya in #81

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

10 Oct 17:14
Compare
Choose a tag to compare

What's Changed

  • support Kino.Render protocol by @kipcole9 in #63
  • correct return type of the vips functions to match typespec
  • expose tensor type and refactor write_to_tensor

Full Changelog: v0.13.0...v0.14.0

v0.13.0

25 Sep 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 Aug 16:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

23 Jun 17:41
Compare
Choose a tag to compare

What's Changed

Thanks to @kipcole9 for brainstorming and helping with the implementation.

Full Changelog: v0.10.1...v0.11.0

v0.10.1

13 Jun 17:57
Compare
Choose a tag to compare

Corrected documentation and param name of new_from_enum