Skip to content

Commit

Permalink
1.1.15
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 3, 2025
1 parent ca8409f commit 5622e0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v1.1.15 (2025-02-03)

### Bug Fixes

- Feedback addressed by Archer & Jenny(commit ea97a0a) - Used pillow for image import and clarified
skimage is not required to run the package
([`fe7059e`](https://github.com/UBC-MDS/SharpEdge/commit/fe7059e6573b9578d237684961d3ef78cabd706f))

- Feedback addressed by Archer - Shortened printed RGB arrays in tutorial by displaying only the
first 3 rows and columns
([`b8ba6c6`](https://github.com/UBC-MDS/SharpEdge/commit/b8ba6c6d69b76e45451301f5a9693cb19a3e15f4))


## v1.1.14 (2025-02-03)

### Bug Fixes
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 = "sharpedge"
version = "1.1.14"
version = "1.1.15"
description = "Collection of image processing tools and techniques, including padding, flipping, colorscale conversion, seam carving, and image shrinking. Designed for efficient manipulation and transformation of images."
authors = ["Jenny Zhang, Archer Liu, Inder Khera, Hankun Xiao"]
license = "MIT"
Expand Down

0 comments on commit 5622e0b

Please sign in to comment.