65 Commits

Author SHA1 Message Date
72c76ec95d chore: fix grep warning
Some checks failed
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpaa/pipeline/head There was a failure building this commit
2025-03-22 22:40:16 -05:00
4d2d865e9d chore: adds docker flake output and some utility commands
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-03-22 22:39:39 -05:00
c331bc057f git: ignore nix flake
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-03-22 22:23:12 -05:00
b685c63efe nix: move nix stuff up a bit 2025-03-22 22:13:00 -05:00
f2f326dcfe chore(release): 1.2.0
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpa/pipeline/tag This commit looks good
1.2.0
2025-03-03 10:48:44 -06:00
96742769be feat: adds ability to specify which dots are used manually, and better handles collating and coalescing results 2025-03-03 10:04:27 -06:00
747fbd4bc2 chore(release): 1.1.0
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpa/pipeline/tag This commit looks good
1.1.0
2025-03-02 14:42:44 -06:00
ae652779f5 feat: adds resumptions and ability to check completed work 2025-03-02 14:40:36 -06:00
50c7bc5f0c Merge branch 'master' of ssh://gitea.deepak.science:2222/physics/kalpa 2025-02-26 18:40:24 -06:00
a9f40c665e fmt: formatting via black
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
2025-02-25 20:11:58 +00:00
c99d1104e0 fix: fixes unused import error 2025-02-25 11:12:42 -06:00
d4631dbf59 fix: better handling of files in stages and remove crufty code 2025-02-25 11:11:51 -06:00
39d11a59b3 feat: add flag to disable logging to stderr 2025-02-25 11:09:20 -06:00
5ad98f01fe fix: fixes for override measurement file finding 2025-02-23 23:30:19 -06:00
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