Commits on Source
100+
35f52b79
Tidy recent topical guide change
Jul 29, 2023
418d3b6e
Wording in resources topical guide
Jul 29, 2023
9df6c234
Merge branch 'sean-reed-master-patch-55417' into 'master'
Jul 29, 2023
10b8e7cb
Repair sphinx documentation build
Jul 29, 2023
f1f20e69
CI: add missing tox install step
Jul 29, 2023
54839196
Pin to Sphinx 6.2.1 for rtd theme
Jul 29, 2023
59b244b4
Merge branch 'sean-reed-master-patch-34968' into 'master'
Jul 30, 2023
e606ef94
Merge branch 'sean-reed-master-patch-26415' into 'master'
Jul 30, 2023
3104e456
Reflow whitespace in basic_concepts.rst
Jul 30, 2023
a4518875
Merge branch 'gas-station-example' into 'master'
Jul 30, 2023
165f3385
Minor edits to gas station refuelling example to improve clarity
Jul 30, 2023
353cb480
Fixed flake8 errors introduced in previous commit.
Jul 30, 2023
0013a308
Prepended simulation times to output
Jul 30, 2023
e6e98461
Abbreviate seconds in gas station example
Jul 30, 2023
03791adf
Update changelog for 4.0.2 release
Jul 30, 2023
fd6a5848
[FIX] SimJulia renamed to ConcurrentSim.jl
Sep 13, 2023
aa6b981e
Merge branch 'master' into 'master'
Sep 18, 2023
bc527601
docs: update Julia/ConcurrentSim in README
Sep 17, 2023
66445425
feat!: drop support for EOL Python 3.6 and 3.7
Nov 05, 2023
a24cfbe3
build!: contemporary setuptools usage
Nov 05, 2023
7a440c01
ci: ensure build frontend is installed
Nov 05, 2023
d46ec60b
fix: wield importlib.metadata.version correctly
Nov 05, 2023
ec072abc
test: move tools configs to pyproject.toml
Nov 05, 2023
15b26901
test: add explicit Python 3.12 support
Nov 05, 2023
9b8abd3a
Merge branch 'process-name' into 'master'
Nov 05, 2023
1a22e098
refactor: Process.name property docstring
Nov 05, 2023
01036721
docs: better variable scope in machine shop
Nov 05, 2023
1ef6c067
docs: avoid negative times in machine shop
Nov 05, 2023
fd16e12a
docs: better variable scope in machine shop
Nov 05, 2023
3cac0e3d
docs: update to latest sphinx
Nov 05, 2023
a05a1700
docs: do not hack sys.path in sphinx config
Nov 05, 2023
64521310
fix: possible unbound variable in _describe_frame
Nov 05, 2023
88ae69b9
feat: use postponed evaluation of annotations
Nov 05, 2023
25443203
fix: remove __path__ munging
Nov 05, 2023
0dda92fb
docs: remove unneeded sphinx circular import hack
Nov 05, 2023
6e9c3768
docs: remove other sphinx circular import hack
Nov 05, 2023
fc8fcac6
docs: update release_process.rst
Nov 05, 2023
ed635177
chore: update changelog for 4.1.0 release
Nov 05, 2023
53169759
fix: EventCallback typing with EventType TypeVar
Nov 11, 2023
d6b3e65a
test: add pyright tox environment
Nov 11, 2023
250ae0ad
fix: suppress some pyright errors
Nov 11, 2023
1593e3b5
test: add ruff configuration
Nov 12, 2023
9e0a2c4b
refactor: ruff formatting
Nov 12, 2023
46c4640e
refactor: ruff format tests
Nov 12, 2023
1e57fe16
refactor: ruff format docs config
Nov 12, 2023
d6593e0c
refactor: reformat machineshop example
Nov 12, 2023
af699686
refactor: reformat carwash example
Nov 12, 2023
47b510bd
refactor: use f-strings in latency example
Nov 12, 2023
7d21532f
refactor: f-strings in bank_renege example
Nov 12, 2023
a39335fe
refactor: movie_renege example
Nov 12, 2023
5219003b
refactor: gas_station_refuel example
Nov 12, 2023
dfddb1b4
refactor: proccess_communication example
Nov 12, 2023
4acf22c7
test: use ruff instead of flake8
Nov 12, 2023
805b7dfa
test: enforce import sort with ruff
Nov 12, 2023
425c56c1
test: enable ruff pep8-naming checks
Nov 12, 2023
eeda2f00
fix: repair pyright type checking lints in tests
Nov 12, 2023
d8f10345
test: extend pyright to tests and docs
Nov 12, 2023
dfdcdaa1
test: enable ruff pyupgrade checks
Nov 12, 2023
452123e5
test: enable ruff flake8-2020 checks
Nov 12, 2023
e6cc4209
fix: raise nested exceptions from None
Nov 12, 2023
4690f0b9
test: enable ruff flake8-bugbear checks
Nov 12, 2023
fceb7c32
test: enable ruff flake8-comprehensions checks
Nov 12, 2023
64cfd11c
test: enable ruff flake8-future-annotations lints
Nov 12, 2023
6d9a7ed1
test: enable ruff flake8-implicit-str-concat lints
Nov 12, 2023
7dfa73f5
test: enable ruff flake8-import-conventions
Nov 12, 2023
50ca367f
test: enable ruff flake8-pie lints
Nov 12, 2023
5bbbc3e1
test: enable ruff flake8-no-pep420
Nov 12, 2023
bf0708e5
test: enable ruff flake8-print lints
Nov 12, 2023
937581db
test: enable ruff flake8-pytest-style lints
Nov 12, 2023
ca0dbd56
test: enable ruff flake8-pyi lints
Nov 12, 2023
4a7b49eb
test: enable ruff flake8-raise lints
Nov 12, 2023
202a2ea0
test: enable ruff flake8-return lints
Nov 12, 2023
524f6c0f
test: enable ruff flake8-slots lints
Nov 12, 2023
9e4e41d3
test: enable ruff flake8-simplify lints
Nov 12, 2023
9aebd15d
test: enable ruff flake8-tidy-imports lints
Nov 12, 2023
cfb03fa4
test: enable ruff flake8-type-checking lints
Nov 12, 2023
654965a5
test: enable ruff Pylint lints
Nov 12, 2023
65e6437d
test: enable ruff tryceratops lints
Nov 12, 2023
d02de09d
test: enable ruff flynt lints
Nov 12, 2023
28d82fe5
test: enable ruff Perflint lints
Nov 12, 2023
5dd0338b
test: enable ruff-specific lints
Nov 12, 2023
c6f165cc
ci: update to use ruff
Nov 12, 2023
8bacbcba
test: repair tox benchmark environment
Nov 12, 2023
92d2440b
docs: Event.fail now raises TypeError
Nov 12, 2023
22cb5d86
chore: update changelog for 4.1.1 release
Nov 12, 2023
45be0b5f
build: update ruff config for isort
Aug 25, 2024
bd4b2e79
test: repair pytest.fixture usage
Aug 25, 2024
5b9f0b1b
style: ruff format updates
Aug 25, 2024
8f2f5381
fix: call until event callbacks on resume
Oct 05, 2024
89d1504d
Update events.py
Dec 01, 2024
f10a6826
Update resource.py to use max rather than sorting and taking the last element.
Dec 01, 2024
9cf45e73
docs: spelling in machine_shop.py
Dec 01, 2024
81c72186
Edit spelling mistake in test_resources.py
Dec 27, 2024
10ff0e79
test: allow PEP 657 location underlines in test_exception_chaining
May 23, 2026
35ee64c7
test: repair docs/conftest.py for modern pytest
May 23, 2026
d8a16986
feat: support Python 3.13 and 3.14
May 23, 2026
b150116d
build: extend ruff ignore list with UP045
May 23, 2026
7093b482
style: apply ruff auto-fixes (F401, C420)
May 23, 2026
f37411ae
test: address current ruff lint findings (RUF061, RUF043, PLC0415)
May 23, 2026
df5e0c4e
fix: silence ruff PLW1641 and mypy attr-defined in events.py
May 23, 2026
Additional commits have been omitted to prevent performance issues.
Loading
Loading