226 Commits

Author SHA1 Message Date
d258cfbec7
chore(release): 1.2.1
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
1.2.1
2024-05-11 20:51:05 -05:00
b3bf4cde97
perf: precompile the magic regexes for probs parsing 2024-05-11 20:49:45 -05:00
60f29b0b2f
perf: avoid recalculating product dict in indexifier to improve performance for probs 2024-05-11 20:49:26 -05:00
093a3fb5c4
chore(release): 1.2.0
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
1.2.0
2024-05-08 22:24:28 -05:00
dc1d2d45a3
feat: adds additional matching regexes
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-05-08 22:23:57 -05:00
f0e2fa3da9
feat: adds magnitude enabled parsing option 2024-05-03 10:44:06 -05:00
2581e722e6
chore(release): 1.1.0
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
1.1.0
2024-05-02 23:13:21 -05:00
62bd63bf9b
refactor: removes redundant calculation and uses pdme 2024-05-02 23:12:21 -05:00
df4d0b5d15
deps: upgrades pdme dep 2024-05-02 22:40:06 -05:00
5361dada8b
feat: removes legacy bayes run, technically breaking but just don't use them 2024-05-02 22:04:49 -05:00
29029c137a
deps: upgrades pdme 2024-05-02 18:17:33 -05:00
fb018abeae
feat: allows disabling timestamps in directmc bayesrun files
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-05-01 21:40:53 -05:00
d28c190816
chore(release): 1.0.1
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
1.0.1
2024-05-01 21:08:00 -05:00
0262de060f
nix: adds node for npx in dev shell 2024-05-01 21:07:48 -05:00
e25db1e0f6
fix: fixes issue of zero division error with no successes for anything
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-05-01 20:37:08 -05:00
8fdbe4d334
chore(release): 1.0.0
Some checks are pending
gitea-physics/deepdog/pipeline/head Build started...
gitea-physics/deepdog/pipeline/tag Build started...
1.0.0
2024-05-01 15:49:57 -05:00
406a1485da
build: justfile allows version 2024-05-01 15:49:01 -05:00
6dc66b1c27
release: allows dynamic release as arg 2024-05-01 15:43:33 -05:00
f2b1a1dd3b
feat: Adds more powerful direct mc runs to sub for old real spectrum run
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-05-01 15:22:59 -05:00
cb166a399d
deps: updates pdme to 1.0.0 release yay 2024-04-28 21:43:11 -05:00
7108dd0111
feat!: allows new seed spec instead of cli arg, removes old cli arg
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-04-28 20:54:58 -05:00
2105754911
feat: adds additional file slug parsing 2024-04-28 20:54:15 -05:00
f3ba4cbfd3
fix: no longer throws error for overlapping keys, the warning should hopefully be enough? 2024-04-28 20:51:43 -05:00
e5f7085324
chore(release): 0.8.1
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
0.8.1
2024-04-28 04:27:47 -05:00
578481324b
chore(release): 0.8.1 2024-04-28 04:27:32 -05:00
bf8ac9850d
release: fixes standard version updater which didn't allow minor version to be multidigit 2024-04-28 04:27:06 -05:00
ab408b6412
chore(release): 0.8.1 2024-04-28 04:19:08 -05:00
4aa0a6f234
chore(release): 0.8.0
Some checks failed
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag There was a failure building this commit
0.8.0
2024-04-28 04:08:02 -05:00
f9646e3386
fix!: fixes the spin qubit frequency phase shift calculation which had an index problem 2024-04-28 04:07:35 -05:00
3b612b960e
chore(release): 0.7.10
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
0.7.10
2024-04-27 23:06:24 -05:00
b0ad4bead0
feat: better management of cli wrapper 2024-04-27 23:04:33 -05:00
4b2e573715
feat: adds cli probs 2024-04-27 18:43:25 -05:00
12e6916ab2
doc: documentation for myself because i'll forget otherwise
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-04-27 12:25:39 -05:00
1e76f63725
git: ignores local_scripts directory as place to run stuff while developing
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-04-25 16:18:14 -05:00
7aa5ad2eb9
chore(release): 0.7.9
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/tag This commit looks good
0.7.9
2024-04-21 11:23:42 -05:00
fe331bb544
Merge branch 'filter_compose'
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-04-21 11:21:36 -05:00
03ac85a967
chore: performance enhancement for fmt in justfile
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-04-21 11:21:11 -05:00
96589ff659
adds a filter for future dmc use 2024-04-21 10:55:44 -05:00
e5b5809764
build: delete do.sh
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-03-20 11:28:04 -05:00
1407418c60 Merge pull request 'custom_dmc' (#37) from custom_dmc into master
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
Reviewed-on: #37
2024-03-20 16:27:19 +00:00
383b51c35d
Merge branch 'master' into custom_dmc
Some checks are pending
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/pr-master Build started...
2024-03-20 11:23:39 -05:00
5b9123d128 Merge pull request 'flakeupdate' (#36) from flakeupdate into master
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
Reviewed-on: #36
2024-03-20 16:21:41 +00:00
2b1a1c21e4
Merge branch 'master' into flakeupdate
All checks were successful
gitea-physics/deepdog/pipeline/pr-master This commit looks good
2024-03-20 11:18:16 -05:00
ea080ca1c7
feat: adds ability to write custom dmc filters
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-03-20 10:56:54 -05:00
028fe58561
build: fixes issue brekaing build with unused variable
Some checks failed
gitea-physics/deepdog/pipeline/head This commit looks good
gitea-physics/deepdog/pipeline/pr-master There was a failure building this commit
2024-03-19 15:46:00 -05:00
b6a41872d5
just: fmt before test, better comments
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit
2024-03-19 15:45:15 -05:00
731dabd74d
nix: adds just as dependency, and fixes tests by installing deepdog app locally 2024-03-19 15:42:43 -05:00
7950f19c2d
build: adds justfile to replace do
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit
2024-03-19 15:42:18 -05:00
b27e504bbd
lint: unneeded variable definition
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
2024-03-17 18:40:46 -05:00
33106ba772
nix: updates nix things to work, rewrites flake
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit
2024-03-17 15:18:52 -05:00