Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add StandardState #32

Merged
merged 41 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
426b984
feat: add conversion between datatypes
hollandjg Jul 10, 2023
86ae8d2
revert: unnecessary reordering
hollandjg Jul 10, 2023
5cd730c
chore: simplify code– we don't need an additional call – we just call…
hollandjg Jul 10, 2023
cf72273
Update src/autora/state/delta.py
hollandjg Jul 11, 2023
b112089
Update src/autora/state/delta.py
hollandjg Jul 11, 2023
19f0ec6
feat: add initial bundled state
hollandjg Jul 11, 2023
64877af
feat: add field aliases to State
hollandjg Jul 11, 2023
a85658a
feat: add field aliases to State
hollandjg Jul 11, 2023
f0cb107
fix: remove error when a Delta-field doesn't exist on the State
hollandjg Jul 11, 2023
c107d02
Merge branch 'fix/no-error-on-missing-state-field' into feat/casting-…
hollandjg Jul 11, 2023
674d487
revert: adding coercion
hollandjg Jul 11, 2023
f535160
docs: update docstring
hollandjg Jul 11, 2023
8864ee4
Merge branch 'fix/no-error-on-missing-state-field' into feat/casting-…
hollandjg Jul 11, 2023
3cbda1f
feat: reaplly coercion code
hollandjg Jul 11, 2023
e65d60f
Merge branch 'feat/casting-state' into feat/state-attribute-aliases
hollandjg Jul 11, 2023
f591325
Merge branch 'fix/no-error-on-missing-state-field' into feat/default-…
hollandjg Jul 12, 2023
abfc5b2
Merge branch 'feat/casting-state' into feat/default-state-from-main
hollandjg Jul 12, 2023
f73bc0f
Merge branch 'feat/state-attribute-aliases' into feat/default-state-f…
hollandjg Jul 12, 2023
739e93c
fix: remove error on field aliases caused by not initializing variabl…
hollandjg Jul 12, 2023
06dd81c
fix: add support for None in delta module (field extension)
hollandjg Jul 12, 2023
a814062
fix: make coercion happen for all datatypes before applying the delta
hollandjg Jul 12, 2023
7daa9b8
feat: update BasicAERState docstring
hollandjg Jul 12, 2023
006c7bd
refactor: rename BasicAERState to StandardState
hollandjg Jul 12, 2023
8bb9854
test: rename BasicAERState to StandardState
hollandjg Jul 12, 2023
775138f
docs: add basic introduction which uses the StandardState
hollandjg Jul 12, 2023
453816b
refactor: move append to behind the `extend` declarations
hollandjg Jul 12, 2023
7216b03
docs: update docstring
hollandjg Jul 12, 2023
7dec729
docs: update docstring
hollandjg Jul 12, 2023
25e24f8
docs: remove notebook which doesn't yet work
hollandjg Jul 12, 2023
263f2bd
docs: remove addition of introductory text
hollandjg Jul 12, 2023
93d3ee2
fix: if there is no model available, return None
hollandjg Jul 12, 2023
b07ea2e
docs: add explanation on wrapper.
hollandjg Jul 10, 2023
d14c2a5
test: add doctests to append function
hollandjg Jul 12, 2023
1c2bb25
test: add additional doctest to delta append
hollandjg Jul 12, 2023
0928af2
test: add doctests for _get_value
hollandjg Jul 12, 2023
e6236b8
docs: code vs text formatting
benwandrew Jul 13, 2023
aad1e9d
test: update variable names
hollandjg Jul 17, 2023
b8e5bef
docs: fix indentation
hollandjg Jul 17, 2023
d84debd
Merge remote-tracking branch 'origin/feat/default-state-from-main' in…
hollandjg Jul 17, 2023
3491c66
docs: remove broken bit of example code
hollandjg Jul 17, 2023
ea4fd52
Merge branch 'main' into feat/default-state-from-main
hollandjg Jul 21, 2023
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
Loading