This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree 3 files changed +86
-63
lines changed
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
+
1
28
#################
2
29
Release 2023.04.1
3
30
#################
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " problem-sets"
7
- version = " 2023.04.1 "
7
+ version = " 2023.04.2 "
8
8
description = " Challenges and solutions for the Python training course"
9
9
license = " MIT"
10
10
authors = [
@@ -53,9 +53,9 @@ python = "^3.9"
53
53
54
54
[tool .poetry .dev-dependencies ]
55
55
pytest-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 "
59
59
60
60
[tool .poetry .scripts ]
61
61
wtk = " wtk.__main__:run"
You can’t perform that action at this time.
0 commit comments