Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 2, 2025
1 parent 6b6a5e5 commit df50c89
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.3 (2025-02-02)

### Bug Fixes

- Feedback addressed by Inder - Shannon's feedback to include edge cases that have unique image
shapes such as 1x100 and 100x1
([`ed95781`](https://github.com/UBC-MDS/SharpEdge/commit/ed95781795d946585a21ae38613eda323938a03a))

- Feedback addressed by Inder - TA feedback to break reposition_image to intermediate functions for
easier review
([`f463262`](https://github.com/UBC-MDS/SharpEdge/commit/f46326252d06aa8ebc12b89385c28d07576f447d))


## v1.1.2 (2025-01-31)

### 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.2"
version = "1.1.3"
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 df50c89

Please sign in to comment.