Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 404c2a9

Browse files
committed
Updated version to 2023.04.2
1 parent c63de70 commit 404c2a9

File tree

3 files changed

+86
-63
lines changed

3 files changed

+86
-63
lines changed

CHANGELOG.rst

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
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
#################
229
Release 2023.04.1
330
#################

poetry.lock

+55-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "problem-sets"
7-
version = "2023.04.1"
7+
version = "2023.04.2"
88
description = "Challenges and solutions for the Python training course"
99
license = "MIT"
1010
authors = [
@@ -53,9 +53,9 @@ python = "^3.9"
5353

5454
[tool.poetry.dev-dependencies]
5555
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"
5959

6060
[tool.poetry.scripts]
6161
wtk = "wtk.__main__:run"

0 commit comments

Comments
 (0)