Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
6ec5923
example printout improvements
nicholascar Dec 18, 2024
7a5dac2
added BN graph creation
nicholascar Jan 6, 2025
fa37b99
Merge branch 'main' into dataset-docco
nicholascar Jan 6, 2025
50fadb3
updated tests var names & added one subtest
nicholascar Jan 6, 2025
a2d59e1
typos & improved formatting
nicholascar Jan 6, 2025
c21d4c6
updated Graph & Dataset docco
nicholascar Jan 6, 2025
6423878
typo fix
nicholascar Jan 6, 2025
ba6dbfa
fix code-in-comment syntax
nicholascar Jan 6, 2025
d94c19f
fix code-in-comment syntax 2
nicholascar Jan 6, 2025
0d8dceb
fix code-in-comment syntax - ellipses
nicholascar Jan 6, 2025
be19828
fix code-in-comment syntax - sort print loop output
nicholascar Jan 6, 2025
a22cb1a
blacked
nicholascar Jan 6, 2025
81ae07a
ruff fixes
nicholascar Jan 6, 2025
f5ac35d
Poetry 2.0.0 pyproject.toml file
nicholascar Jan 7, 2025
e10f049
move to PEP621 (Poetry 2.0.0) pyproject.toml
nicholascar Jan 7, 2025
a1717d3
require poetry 2.0.0
nicholascar Jan 7, 2025
4952ce4
require poetry 2.0.0
nicholascar Jan 7, 2025
bec6507
add in requirement for poetry-plugin-export
nicholascar Jan 7, 2025
9f51318
change from --sync to sync command
nicholascar Jan 7, 2025
5c077c8
further pyproject.toml format updates
nicholascar Jan 7, 2025
fa02f60
add poetry plugin to requirements-poetry.in
nicholascar Jan 7, 2025
469412b
fix pre-commit poetry version to 2.0.0
nicholascar Jan 7, 2025
b037051
remove testing artifact
nicholascar Jan 7, 2025
a37e7d4
update license to 2025
nicholascar Jan 7, 2025
9f59a35
add me to contributors
nicholascar Jan 7, 2025
417373e
remove outdated --check arg
nicholascar Jan 7, 2025
11dd79f
typo
nicholascar Jan 7, 2025
c34d4e9
test add back in precommit args
nicholascar Jan 7, 2025
f695a06
test remove precommit args
nicholascar Jan 7, 2025
20f349e
match ruff version to pre-commit autoupdate PR #3026; add back in --c…
nicholascar Jan 7, 2025
7d8b4b3
re-remove --check
nicholascar Jan 7, 2025
b7acb79
Merge branch 'poetry-2' into dataset-docco
nicholascar Jan 8, 2025
8ebc6ff
add David to CONTRIBUTORS
nicholascar Jan 9, 2025
a9fb007
ruff in pyproject.toml to match pre-commit
nicholascar Jan 9, 2025
76fef4f
updates for David's comments
nicholascar Jan 9, 2025
eff7bf8
fix Dataset docc ReST formatting
nicholascar Jan 9, 2025
dcf9d3f
Merge branch 'poetry-2' into dataset-docco
nicholascar Jan 9, 2025
5d246fd
Merge branch 'main' into dataset-docco
nicholascar Jan 9, 2025
4baaf4f
Merge branch 'main' into dataset-docco
nicholascar Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
# NOTE: not builing epub because epub does not know how to handle .ico files
# NOTE: not building epub because epub does not know how to handle .ico files
# which results in a warning which causes the build to fail due to
# `sphinx.fail_on_warning`
# https://github.com/sphinx-doc/sphinx/issues/10350
Expand Down
Loading