51 Commits

Author SHA1 Message Date
31ba558364
fix: better inference with overrides
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-23 22:54:00 -06:00
3fe55dbb67
feat: adds ability to manually specify measurement files 2025-02-23 22:49:23 -06:00
6d24f96b0f
feat: adds ability to override geometry info from config file 2025-02-23 22:10:09 -06:00
fa40ceb00a
feat: adds ability to do phase cost functions 2025-02-23 21:32:23 -06:00
7594f9b9b1
feat: adds ability to parse pair measurements 2025-02-23 19:02:13 -06:00
785746049a
refactor: adds ability to hold pair measurements and abstract that out 2025-02-23 18:35:53 -06:00
e83706b2b1
refactor: refactors to use measurement enums internally 2025-02-23 17:58:21 -06:00
42dddcae02
feat: adds new type for measurement groups to facilitate future refactors, technically breaking but not for what public interface should be
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-23 17:06:17 -06:00
1e840a8c32
fmt: remove commented code 2025-02-23 13:51:51 -06:00
9bda1a48c6
feat: parse cpsd type from header
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-23 02:18:29 -06:00
8e122bad15
feat: adds ability to parse pair measurement headers, though without processing yet 2025-02-23 02:13:15 -06:00
969001e864
refactor: adds new field to parsedbinheader and snapshot update to accommodate
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-23 02:06:49 -06:00
55c4476d75
refactor: minor reordering of parsedbinheader to set groundwork, removing other brittleness 2025-02-23 02:03:53 -06:00
d738451482
test: change test snapshots to output dict instead of dataclass, better for non-brittleness to have canonical output forms for syrupy 2025-02-23 02:01:27 -06:00
541a3af3cd
test: add linear test case
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-23 01:43:50 -06:00
8eec78465f
test: log and linear cost function test
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-23 01:42:21 -06:00
d591f3e367
test: adds more cost function test cases 2025-02-23 01:39:43 -06:00
35cb4405fb
test: unignores dots.json outside of root so can use for test cases 2025-02-23 01:34:46 -06:00
5a63b2cb13
test: adds csv test case and unignores csvs 2025-02-23 01:33:07 -06:00
6525caa9d9
test: adds cost function tests to hopefully avoid breaking things later 2025-02-23 01:27:31 -06:00
2d5a82926e
refactor: move read_bin_csv tests into subfolder to avoid polluting top
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-22 20:04:54 -06:00
aea26dfa16
test: refactor header parsing during measurement csv reading to add tests 2025-02-22 20:01:56 -06:00
e3d3625c92
fmt: spelling fix 2025-02-22 19:41:36 -06:00
30c760f7ec
chore(release): 1.0.1
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpa/pipeline/tag This commit looks good
1.0.1
2025-02-22 15:39:32 -06:00
007e6e0f6d
fix: add label to logs, and some minor formatting 2025-02-22 13:16:22 -06:00
176987f40c
py: adding py.typed file to see if it works
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-22 13:13:05 -06:00
cb38296b7c
chore(release): 1.0.0
Some checks failed
gitea-physics/kalpa/pipeline/tag There was a failure building this commit
1.0.0
2025-02-22 13:10:38 -06:00
5e1dd34881
chore: add release command to justfile 2025-02-22 13:07:18 -06:00
1bc865c062
git: ignore some config files 2025-02-22 13:05:49 -06:00
32056c0587
git: ignore kalpa.toml 2025-02-22 13:03:50 -06:00
2243cedd21
feat: Now can run through config file, with smarter label 2025-02-22 02:56:41 -06:00
4729543c4e
feat: adds ability to read from config file 2025-02-22 01:53:03 -06:00
952e41cde6
fix: fix introspection module name
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-21 17:40:55 -06:00
0ef14f17f3
test: fix silly error w copy paste
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-21 17:38:36 -06:00
b3576dd75e
test: adds coverage to tests
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-21 17:36:51 -06:00
c0610b773b
ci: add jenkins pod
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-21 16:04:09 -06:00
a731a81c6a
feat: many disparate updates for modernising
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit
2025-02-21 15:58:12 -06:00
c5b76e6f24
feat!: major change of name and adding jenkinsfile, etc. 2025-02-21 15:23:13 -06:00
75fb3bedfa
fix: add kalpa script and add minor refactor hook for later with config as module 2025-02-21 15:07:42 -06:00
974ca8629d
docs: typo in comment 2024-12-30 15:06:33 +00:00
0d8213c500
fmt: formatting changes 2024-12-30 04:16:31 +00:00
4496a6b4da
python: poetry relock 2024-12-30 04:16:02 +00:00
5a0b294150
feat!: copying over from sd4 2024-12-30 04:10:17 +00:00
e408920bde
flake stuff 2024-10-13 20:12:56 -05:00
8bc2c6eef4
fmt: spelling error correction 2024-09-11 14:33:04 -05:00
f92870f9cc
dependencies 2024-09-04 15:11:08 -05:00
46dcd3b1b2
fmt: updates formatter and formats 2024-09-04 14:58:20 -05:00
fbf712bdff
tantri update 2024-09-04 14:56:31 -05:00
3a1db07aa3
initial commit with updaet 2024-09-04 14:56:06 -05:00
287e7d174b
initial commit 2024-09-04 14:38:47 -05:00