Skip to content

Commit 32a6874

Browse files
committed
Release of version 1.20231016: bump version in problemtools/_version.py and debian/changelog
1 parent 2449dbb commit 32a6874

File tree

2 files changed

+106
-1
lines changed

2 files changed

+106
-1
lines changed

debian/changelog

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
1+
kattis-problemtools (1.20231016) jammy; urgency=medium
2+
3+
[ Don-Khue Le ]
4+
* Change examples to new format
5+
6+
[ mzuenni ]
7+
* made script python3.10 compatible
8+
9+
[ JoelNiemela ]
10+
* Add oddecho to the example problems
11+
* Remove duplicate source key in problem.yaml
12+
13+
[ Joel Niemelä ]
14+
* Add longer problem deescription for oddecho
15+
16+
[ Greg Hamerly ]
17+
* initial changes for moving to plastex 3.0
18+
* problem2html: update to use newer version of plasTeX
19+
* instead of try/except, check plasTeX.__version__
20+
21+
[ osalbahr ]
22+
* Edited package names that no longer exist
23+
24+
[ Greg Hamerly ]
25+
* verifyproblem: if the language of an output validator is not from an allowed list, warn the user
26+
27+
[ Simon Lindholm ]
28+
* Handle plastex version diffs by try-catch instead of checking __version__
29+
30+
[ Bjarki Ágúst Guðmundsson ]
31+
* Draft implementation of generators.yaml spec
32+
* Fix error accounting when parallelism is used
33+
* Use regular YAML loader
34+
* Add support for more visualizer extensions
35+
* Parse whole command
36+
* Chmod to staging directory when running generator
37+
* Copy non-.in files along with manual cases
38+
* Remove unhelpful "generated no files" warning
39+
* Make sure data_directories is initialized
40+
* Clean up old code
41+
* Handle testcases with None as name correctly
42+
* Use first file in implicit generator as entry point
43+
* Move visualizer extensions into verifyproblem.py
44+
* Number test cases per directory
45+
* Add support for testdata.yaml
46+
* Make sure empty testdata.yaml is loaded as empty dict
47+
* Fix linter warnings
48+
* Remove python2 support
49+
* Skip invalid problems
50+
51+
[ Simon Lindholm ]
52+
* Don't crash on score = None
53+
* Allow negative scores as grader output
54+
55+
[ Osama Albahrani ]
56+
* recommended -> supported?
57+
58+
[ Tagl ]
59+
* First attempt to fix the PAC TLE bug
60+
* Forgot to update aggregation
61+
* forgot comma
62+
* Fix run_submission declaration and typo in sensitive time limit message
63+
* Set runtime on low result too
64+
* Use regular time limit to break instead of safety margin
65+
* Update break logic to consider each time limit
66+
* Accidentally inverted the logic, fixed
67+
68+
[ Greg Hamerly ]
69+
* problem2html.py: warn about large generated files
70+
* if there are no sub-results, do not call a grader
71+
* default_grader: return score with JE
72+
* report an error if there are any empty test case groups
73+
74+
[ Maarten Sijm ]
75+
* Make python3 the default for `.py` submissions
76+
77+
[ Simon Lindholm ]
78+
* Fix Debian build on Ubuntu 23.04
79+
* Fix adding to PYTHONPATH
80+
81+
[ Tagl ]
82+
* Remove unused variable
83+
* Basic support for languages in problem.yaml
84+
* Use correct default value for languages
85+
* Fix BuildRun
86+
* Fix NameError when BuildRun fails
87+
88+
[ JoelNiemela ]
89+
* Set language argument default to None
90+
* Remove unused argument title
91+
* Remove trailing spaces
92+
* Set default value of language to None in problem2pdf
93+
* Remove unused argument title from problem2pdf
94+
* Fix automatic language detection
95+
* Use fstrings instead of % operator
96+
* Use fstrings instead of concating strings
97+
* Fix typo
98+
* Fix CodeFactor error
99+
* Explicitly only catch KeyError
100+
101+
[ Per Austrin ]
102+
* [docker] update docker image files and build script
103+
104+
-- Per Austrin <austrin@kattis.com> Mon, 16 Oct 2023 14:31:34 +0200
105+
1106
kattis-problemtools (1.20210928) groovy; urgency=medium
2107

3108
[ Simon Lindholm ]

problemtools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated from git changelog, do not edit!
2-
__version__ = '1.20210928'
2+
__version__ = '1.20231016'

0 commit comments

Comments
 (0)