From effe800098381d3c2665a0e1e994f47e2a92b5df Mon Sep 17 00:00:00 2001 From: Cocoa Date: Sun, 4 Aug 2024 14:34:20 +0100 Subject: [PATCH] v0.2.8 --- CHANGELOG.md | 19 +++++++++++++++++-- mix.exs | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2008c5..588fe8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog -## v0.2.6 (2024-07-03) -[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.2.6) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.2.6) +## v0.2.8 (2024-08-04) +[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.2.8) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.2.8) + +### Fixes + +- Fixed inheritance issues for classes that have any of the following base classes: + - `cv::img_hash::ImgHashBase` + - `cv::legacy::Tracker` + - `cv::phase_unwrapping::PhaseUnwrapping` + - `cv::rapid::Tracker` + - `cv::reg::Map` + - `cv::reg::Mapper` + - `cv::structured_light::StructuredLightPattern` + - `BackgroundSubtractor` + +## v0.2.7 (2024-07-03) +[Browse the Repository](https://github.com/cocoa-xu/evision/tree/v0.2.7) | [Released Assets](https://github.com/cocoa-xu/evision/releases/tag/v0.2.7) ### Breaking changes (compile-time and CUDA users only) - `EVISION_CUDA_VERSION`, now it should be the major version of CUDA, e.g., `12`. diff --git a/mix.exs b/mix.exs index 6ea78cad..c33ff866 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Evision.MixProject.Metadata do @moduledoc false def app, do: :evision - def version, do: "0.2.7" + def version, do: "0.2.8" def github_url, do: "https://github.com/cocoa-xu/evision" def opencv_version, do: "4.10.0" # only means compatible. need to write more tests