Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b93e9bb
Merge branch 'master' into usage_instructions
MaxHellstrom Mar 8, 2022
cec6438
MaxHellstrom Mar 8, 2022
ee6a71e
MaxHellstrom Mar 8, 2022
ceecd73
MaxHellstrom Mar 8, 2022
162604d
MaxHellstrom Mar 9, 2022
1b94d35
Merge branch 'master' into usage_instructions
MaxHellstrom Sep 27, 2024
6052669
wip getting started
MaxHellstrom Sep 27, 2024
4c212c5
Added text to getting started
christoffergranberg Oct 3, 2024
b079441
Minor edits
christoffergranberg Oct 3, 2024
48b37d1
wip getting started (todos updated)
MaxHellstrom Oct 4, 2024
2d03654
debug
MaxHellstrom Oct 4, 2024
c0a4aeb
formatting
MaxHellstrom Oct 7, 2024
91f1fe9
updated intro text box
MaxHellstrom Oct 7, 2024
c50deb5
updated info on how to plot directly in browser
MaxHellstrom Oct 7, 2024
6e716c7
updates in getting started
MaxHellstrom Oct 7, 2024
c150d0c
fixed output if settings format is not html
MaxHellstrom Oct 7, 2024
0adbc14
Merge remote-tracking branch 'origin/master' into usage_instructions
MaxHellstrom Oct 11, 2024
d9e7298
wip_getting_started
MaxHellstrom Oct 11, 2024
3796ef9
Refinement of text and minor modifications.
christoffergranberg Oct 11, 2024
4adfbc3
Merge branch 'master' into usage_instructions
MaxHellstrom Oct 22, 2024
9c4fa62
removed comment
MaxHellstrom Nov 19, 2024
a6b1551
Update settings, adding functionality for removing rows with invalid kVp
BwKodex Apr 5, 2025
e6defdf
Move getting_started notebook to docs and make it render on documenta…
BwKodex Apr 5, 2025
7010f75
Update dependencies and version number
BwKodex Apr 5, 2025
d801b74
Updates CI python versions
BwKodex Apr 5, 2025
87807e0
Update python version for building documentation for prod
BwKodex Apr 6, 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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ formats:
- epub

python:
version: 3.8
version: 3.12
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sphinx
sphinx_rtd_theme
myst_parser
nbsphinx
ipykernel
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"nbsphinx",
]

default_dark_mode = True
Expand Down
Loading