Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Aug 4, 2024
1 parent d57b23e commit effe800
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit effe800

Please sign in to comment.