From d69340e98f200b6e4f6491ca964e657316e9945b Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 30 Mar 2024 09:56:07 +0530 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 49 ++++++++++++++++++++++++++++++++++++++++++------- pyproject.toml | 2 +- 2 files changed, 43 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c514bdc..b1c1fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,48 @@ -# Changelog +# CHANGELOG - -## 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`! \ No newline at end of file +* 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)) diff --git a/pyproject.toml b/pyproject.toml index 180450a..70d7b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"