Skip to content

Commit 4117b57

Browse files
committed
1.1.13
Automatically generated by python-semantic-release
1 parent be881ed commit 4117b57

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# CHANGELOG
22

33

4+
## v1.1.13 (2025-02-03)
5+
6+
### Bug Fixes
7+
8+
- Feedback addressed by Hankun Xiao - Peer Review feedback on adding reference to color encoding in
9+
the intro tutorial
10+
([`8bc04e9`](https://github.com/UBC-MDS/SharpEdge/commit/8bc04e9105df5144fe9277621b710bd68ab94f6c))
11+
12+
- Feedback addressed by Hankun Xiao - Peer Review feedback on adding tutorial on export images to
13+
local disk
14+
([`cd0b66a`](https://github.com/UBC-MDS/SharpEdge/commit/cd0b66afb5b72e175f25c7187d86d3ae61cc1d7d))
15+
16+
### Build System
17+
18+
- Change html theme to rtd (from press) as press has minial updates
19+
([`17511cd`](https://github.com/UBC-MDS/SharpEdge/commit/17511cd6513db72812571776242282e84c999ca8))
20+
21+
### Documentation
22+
23+
- Clarify the usage of imported libaries, remove redundant imgs,and change load image function
24+
([`ea97a0a`](https://github.com/UBC-MDS/SharpEdge/commit/ea97a0a825101c5ce71a3dfcac293842d2ee8b92))
25+
26+
- Update examples section to meet numpy style for API reference
27+
([`d5f67db`](https://github.com/UBC-MDS/SharpEdge/commit/d5f67db36eac92183295066f1bcc2ecaae14ff69))
28+
29+
430
## v1.1.12 (2025-02-03)
531

632
### Bug Fixes

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sharpedge"
3-
version = "1.1.12"
3+
version = "1.1.13"
44
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."
55
authors = ["Jenny Zhang, Archer Liu, Inder Khera, Hankun Xiao"]
66
license = "MIT"

0 commit comments

Comments
 (0)