Skip to content

Commit e9fa9bd

Browse files
Merge pull request #60 from PioneersHub/review-2026
Reviewer matching logic 2026
2 parents 21c538d + 4a4b8ea commit e9fa9bd

File tree

10 files changed

+3488
-1465
lines changed

10 files changed

+3488
-1465
lines changed

notebooks/pyconde-pydata-darmstadt-2026/10_submission_stats_v1.ipynb

Lines changed: 464 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/pyconde-pydata-darmstadt-2026/20_mail_to_reviewers_v1.ipynb

Lines changed: 1069 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/pyconde-pydata-darmstadt-2026/30_reviewer-assignment_v1.ipynb

Lines changed: 707 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/pyconde-pydata-darmstadt-2026/40_scheduling_v1.ipynb

Lines changed: 957 additions & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
# "Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
"Programming Language :: Python :: Implementation :: CPython",
2829
"Operating System :: OS Independent",
2930
"Topic :: Communications :: Email",
@@ -380,11 +381,12 @@ all = [
380381
# Notebooks should be related to conference work and are considered to be moved to an own project in the future.
381382
# Moved to an optional environment to reduce compatibility conflicts (subdependencies have severe security warnings)
382383
[tool.hatch.envs.notebook]
383-
python = ">=3.11"
384384
type = "pip-compile"
385385
pip-compile-constraint = "default"
386386
features = ["jupyter"]
387387
dependencies = [
388+
"mypy",
389+
"ruff",
388390
"jupyterlab",
389391
"ipython",
390392
]

0 commit comments

Comments
 (0)