This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +86
-63
lines changed Expand file tree Collapse file tree 3 files changed +86
-63
lines changed Original file line number Diff line number Diff line change 1+ #################
2+ Release 2023.04.2
3+ #################
4+
5+ *********
6+ Fixed #45
7+ *********
8+
9+ Added docstrings to "settings" module. Updated `Enemy.__init__ ` documentation
10+ to avoid misunderstanding of health attribute. Applied minor changes to game
11+ overview section in "challenge" document.
12+
13+ **************************
14+ Updated datasets functions
15+ **************************
16+
17+ Included "swap keys-values" function. Added dict filtering functions for
18+ the "students scores" challenge. Changed existing functions signatures.
19+ Added more explanations for the "filter_by_values" function.
20+ Added "flatten" list function.
21+
22+ *********************
23+ Updated documentation
24+ *********************
25+
26+ Fixed #24 with PR #44.
27+
128#################
229Release 2023.04.1
330#################
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " problem-sets"
7- version = " 2023.04.1 "
7+ version = " 2023.04.2 "
88description = " Challenges and solutions for the Python training course"
99license = " MIT"
1010authors = [
@@ -53,9 +53,9 @@ python = "^3.9"
5353
5454[tool .poetry .dev-dependencies ]
5555pytest-cov = " ^4.0.0"
56- mypy = " ^0.991 "
57- pylint = " ^2.15.5 "
58- tox = " ^4.0 "
56+ mypy = " ^1.2.0 "
57+ pylint = " ^2.17.2 "
58+ tox = " ^4.4.12 "
5959
6060[tool .poetry .scripts ]
6161wtk = " wtk.__main__:run"
You can’t perform that action at this time.
0 commit comments