File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All major and minor version changes will be documented in this file. Details of
44patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
55
6+ ## 2024.1 - 2024/01/17
7+
8+ - update tooling
9+ - ruff
10+ - pyright
11+ - use loguru to replace print statements
12+ - use pathlib in place of os.path
13+ - absolute imports in the place of relative imports
14+ - Address “The Boolean Trap” with kw only args
15+ - More type hints
16+ - remove deprecated functions from ` 2021.2.4 `
17+
618## 2024 - 2024/01/07
719
820- update dependencies
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " layeredimage"
3- version = " 2024"
3+ version = " 2024.1 "
44license = " mit"
55description = " Use this module to read, and write to a number of layered image formats"
66authors = [" FredHappyface" ]
You can’t perform that action at this time.
0 commit comments