Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Mar 30, 2024
1 parent ebdbdc1 commit d69340e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 8 deletions.
49 changes: 42 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,48 @@
# Changelog
# CHANGELOG

<!--next-version-placeholder-->

## 0.2.0 (2024-03-30)

### Features
## v0.2.0 (2024-03-30)

- Add `tranformations` module with `logarithmic_transform` function
### Build

## v0.1.0 (30/03/2024)
* build: update pyproject.toml ([`ebdbdc1`](https://github.com/Preet-Sojitra/imgcv/commit/ebdbdc1ec7df9b4e8ec97a65fc74a572697c7bf3))

- First release of `imgcv`!
* build: add PSR as dev dependency ([`3459886`](https://github.com/Preet-Sojitra/imgcv/commit/34598866dfa9865c2a05fac599861f3383a04ca7))

* build: preparing for release v0.2.0 ([`f929af3`](https://github.com/Preet-Sojitra/imgcv/commit/f929af38c0de2bf14f21844e737aada575074ada))

### Feature

* feat(transformations): add log transformation ([`48c59f2`](https://github.com/Preet-Sojitra/imgcv/commit/48c59f2b5467ba804f982ef5b18df51add384658))


## v0.1.0 (2024-03-30)

### Build

* build: add dev dependencies for docs ([`f8904ac`](https://github.com/Preet-Sojitra/imgcv/commit/f8904ac88b7e0e0aa73ee03d20c9a34d7942209f))

* build: add numpy as a dependency ([`dfdb459`](https://github.com/Preet-Sojitra/imgcv/commit/dfdb4595498360f6a9ef56e0c97cee781f68a6c5))

### Chore

* chore: add tests folder to gitignore ([`6fd4ac2`](https://github.com/Preet-Sojitra/imgcv/commit/6fd4ac2f096ef3310312a4ce988415c0934771b6))

### Documentation

* docs: add docs links in README ([`7955e56`](https://github.com/Preet-Sojitra/imgcv/commit/7955e56270d7656805bef8ab392cd51c560005b8))

* docs: update example.ipynb ([`a1fa89c`](https://github.com/Preet-Sojitra/imgcv/commit/a1fa89ce746057376ef29060a5b7424d25b1d0d5))

* docs: update readthedocs.yml ([`24fee1b`](https://github.com/Preet-Sojitra/imgcv/commit/24fee1bf15ed57394f9841983eebfde339f0564b))

* docs: update readme and example ([`0c46171`](https://github.com/Preet-Sojitra/imgcv/commit/0c46171d3e61efdf918dbd46cebfb822a63da233))

### Feature

* feat: add negative transformation ([`4c2ad78`](https://github.com/Preet-Sojitra/imgcv/commit/4c2ad780c600e0aaf06d62fc399b54d38b4f7dce))

### Unknown

* initial package setup ([`8025d5d`](https://github.com/Preet-Sojitra/imgcv/commit/8025d5d1f783d8f25c187d1f2878c2437441fab4))
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.1.0"
version = "0.2.0"
description = "Image Processing Library"
authors = ["Preet Sojitra"]
license = "MIT"
Expand Down

0 comments on commit d69340e

Please sign in to comment.