Skip to content

Commit

Permalink
1.1.13
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 be881ed commit 4117b57
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# CHANGELOG


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

### Bug Fixes

- Feedback addressed by Hankun Xiao - Peer Review feedback on adding reference to color encoding in
the intro tutorial
([`8bc04e9`](https://github.com/UBC-MDS/SharpEdge/commit/8bc04e9105df5144fe9277621b710bd68ab94f6c))

- Feedback addressed by Hankun Xiao - Peer Review feedback on adding tutorial on export images to
local disk
([`cd0b66a`](https://github.com/UBC-MDS/SharpEdge/commit/cd0b66afb5b72e175f25c7187d86d3ae61cc1d7d))

### Build System

- Change html theme to rtd (from press) as press has minial updates
([`17511cd`](https://github.com/UBC-MDS/SharpEdge/commit/17511cd6513db72812571776242282e84c999ca8))

### Documentation

- Clarify the usage of imported libaries, remove redundant imgs,and change load image function
([`ea97a0a`](https://github.com/UBC-MDS/SharpEdge/commit/ea97a0a825101c5ce71a3dfcac293842d2ee8b92))

- Update examples section to meet numpy style for API reference
([`d5f67db`](https://github.com/UBC-MDS/SharpEdge/commit/d5f67db36eac92183295066f1bcc2ecaae14ff69))


## v1.1.12 (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.12"
version = "1.1.13"
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 4117b57

Please sign in to comment.