Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Preet-Sojitra/imgcv
Browse files Browse the repository at this point in the history
  • Loading branch information
Preet-Sojitra committed Jun 5, 2024
2 parents e0e7b2b + 4638309 commit 7c8ed97
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## v0.8.0 (2024-06-04)

### Documentation

* docs: add example for using laplacian, sobel and robert filter

- Also add images for the example ([`9566a11`](https://github.com/Preet-Sojitra/imgcv/commit/9566a11773d792fd2abe2aae30ab534128040be6))

### Feature

* feat(filters): add more linear filters

- Add laplacian, sobel, and robert cross filters

- Add a utility function to apply padding and convolution ([`6958032`](https://github.com/Preet-Sojitra/imgcv/commit/69580326a52edc7bb925e9531078c8cd043b51e6))


## v0.7.0 (2024-06-02)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "imgcv"
version = "0.7.0"
version = "0.8.0"
description = "Image Processing Library"
authors = ["Preet Sojitra"]
license = "MIT"
Expand Down

0 comments on commit 7c8ed97

Please sign in to comment.