Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
af8e7fe
Added Plotly backend for interactive and web deployable plots
benn-thomsen Feb 2, 2026
cd8a3ad
Added example to index
benn-thomsen Feb 2, 2026
20d4ad9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 2, 2026
2e7bd34
Added JSON serialisation for Lambda functions
benn-thomsen Feb 2, 2026
61d5990
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 2, 2026
26b4538
Added LUT to sequence
benn-thomsen Feb 2, 2026
f96223a
Fixed Tutorial
benn-thomsen Feb 2, 2026
19b978b
Merge branch 'JSONserialisation' of https://github.com/bennthomsen/br…
benn-thomsen Feb 2, 2026
ca7fd71
Added LUT example
benn-thomsen Feb 2, 2026
572fd73
Update example
benn-thomsen Feb 2, 2026
749919f
Corrected example
benn-thomsen Feb 2, 2026
7424313
Git ignore updated
benn-thomsen Feb 2, 2026
ab2114d
Merge branch 'plotly_plotting' into combined
benn-thomsen Feb 2, 2026
0f5dabd
Merge branch 'plotly_plotting' into combined
benn-thomsen Feb 2, 2026
d34f539
Merge branch 'JSONserialisation' into combined
benn-thomsen Feb 2, 2026
47080b5
Merge branch 'lut' into combined
benn-thomsen Feb 2, 2026
afbbd0f
Added optioanl plotly dependence to pyproject.toml
benn-thomsen Feb 2, 2026
3ba61fd
Merge branch 'plotly_plotting' of https://github.com/bennthomsen/broa…
benn-thomsen Feb 2, 2026
df81606
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 2, 2026
39c1b1a
Inlined Lambda function
benn-thomsen Feb 2, 2026
0db6974
Merge branch 'JSONserialisation' into combined
benn-thomsen Feb 2, 2026
a969d6b
Bumped version
benn-thomsen Feb 3, 2026
ba075d4
Merge branch 'main' into lut
astafan8 Feb 3, 2026
93d64c2
Merge branch 'main' into JSONserialisation
astafan8 Feb 3, 2026
895c3e6
Added Waveform designer to Broadbean
benn-thomsen Feb 12, 2026
2696272
Edits to docs
benn-thomsen Feb 12, 2026
0b52c83
Merge branch 'QCoDeS:main' into plotly_plotting
bennthomsen Feb 12, 2026
edcabfd
Merge branch 'QCoDeS:main' into lut
bennthomsen Feb 12, 2026
e487798
Merge branch 'QCoDeS:main' into JSONserialisation
bennthomsen Feb 12, 2026
fee091d
PR fixes
benn-thomsen Feb 12, 2026
841fd8f
Added to list back
benn-thomsen Feb 12, 2026
453c45e
Added back tolist()
benn-thomsen Feb 12, 2026
edfcb7c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 12, 2026
75dda64
Added Type signatures
benn-thomsen Feb 12, 2026
4be873c
Merge branch 'lut' of https://github.com/bennthomsen/broadbean into lut
benn-thomsen Feb 12, 2026
263e972
PR fixes
benn-thomsen Feb 12, 2026
0c7182f
Separated out Serialization/deserialization of lambda functions
benn-thomsen Feb 13, 2026
0b6e5cc
Merge branch 'lut' into feature/designer
benn-thomsen Feb 13, 2026
620db47
Updated examples rst
benn-thomsen Feb 13, 2026
2780f55
Merge remote-tracking branch 'origin/plotly_plotting' into feature/de…
benn-thomsen Feb 13, 2026
44c11e9
Merge branch 'JSONserialisation' into feature/designer
benn-thomsen Feb 13, 2026
37c95a7
Added stronger typing. Note flags is already a list
benn-thomsen Feb 13, 2026
b5541cf
Removed unused import
benn-thomsen Feb 13, 2026
0a064ca
Removed unused files
benn-thomsen Feb 13, 2026
87351cc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 13, 2026
31d5424
Runserver updates
benn-thomsen Feb 16, 2026
fa1c270
Merge branch 'feature/designer' of https://github.com/bennthomsen/bro…
benn-thomsen Feb 16, 2026
dd7ba23
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 16, 2026
3259315
Added user specified timeout
benn-thomsen Feb 16, 2026
ff964ed
Fixed issue with Manual scope config
benn-thomsen Feb 16, 2026
cefd706
Merge branch 'feature/designer' of https://github.com/bennthomsen/bro…
benn-thomsen Feb 16, 2026
5d26e62
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 16, 2026
951157a
Fixed instructions in upload
benn-thomsen Feb 16, 2026
5412242
Merge branch 'feature/designer' of https://github.com/bennthomsen/bro…
benn-thomsen Feb 16, 2026
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ ipython_config.py
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
.conda
bootstrap_requirements.txt
environment.yml

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand Down
10 changes: 8 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"myst_parser",
"nbsphinx",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
Expand All @@ -46,14 +47,19 @@
"sphinx.ext.githubpages",
]

# nbsphinx configuration - skip notebook execution during build
nbsphinx_execute = "never"

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_sphinx_templates"]

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = ".rst"
source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}

# The master toctree document.
master_doc = "index"
Expand Down
417 changes: 417 additions & 0 deletions docs/examples/Amplitude_LUT_Example.ipynb

Large diffs are not rendered by default.

Loading