62 Commits

Author SHA1 Message Date
435985b4ca
test: adds init file so that test coverage doesn't fail on nixos
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-12-30 01:14:33 +00:00
b8e21da9fe
chore(release): 1.2.0
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
gitea-physics/tantri/pipeline/tag This commit looks good
1.2.0
2024-09-04 14:28:53 -05:00
3680f2ae4b Merge pull request 'binning' (#1) from binning into master
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
Reviewed-on: #1
2024-09-04 19:26:12 +00:00
f31b6aa6b1
feat: adds output binning and revises cli arguments
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-09-04 14:08:24 -05:00
402f6bd275
test: log tests for summary stats in binning 2024-08-05 05:38:18 -05:00
a20f0c2069
feat: adding binning feature that handles summary statistics 2024-08-05 05:24:59 -05:00
07457ba0eb
commit current snapshot version 2024-08-05 05:24:33 -05:00
35d225743a
bins require two entries at least for stdev 2024-08-05 04:02:17 -05:00
bb7f87239f
initial binning commit
Some checks failed
gitea-physics/tantri/pipeline/head There was a failure building this commit
2024-08-05 04:00:25 -05:00
f91df4227d
feat: adds apsd cli command 2024-08-05 04:00:12 -05:00
22bb3d876f
feat: adds psd calculation code and utilities to handle averaging of periodograms
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-07-27 11:07:24 -05:00
586485e24b
build: stupid build stuff for dependencies 2024-07-27 10:59:42 -05:00
2c65e2a984
Merge remote-tracking branch 'refs/remotes/origin/master'
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-07-10 10:56:47 -05:00
4623af69e7
feat: allows use of new event-based method for time series, despite it being slow
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-07-01 03:11:26 +00:00
062dbf6216
git: adds local_scripts to gitignore 2024-07-01 03:10:59 +00:00
34e31569dc
feat: adds event based time series calculation
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-07-01 02:25:27 +00:00
76cfc70328
Merge branch 'ipython' 2024-06-30 20:01:08 +00:00
bbbbac0fd5
chore: typo fix 2024-06-30 19:56:13 +00:00
37bae42a7f
chore: fix capitalisation 2024-06-30 19:53:18 +00:00
cb47feb233
nix: updates flake 2024-06-30 19:50:30 +00:00
2bae8c0ad0
chore: adds ipython 2024-06-30 19:45:27 +00:00
4a6303bf47
chore: adds zsh completions 2024-06-29 11:19:30 -05:00
de92b1631b
git: gitignore stuff 2024-06-29 11:19:08 -05:00
5cd9004103
chore: version updates, matplotlib as dev dependency
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-05-27 23:45:04 -05:00
0b39889064
chore(release): 1.1.0
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
gitea-physics/tantri/pipeline/tag This commit looks good
1.1.0
2024-05-02 14:25:31 -05:00
986e42df4e
feat: adds supersampling to better approximate a realistic time series for high frequency noise
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-05-02 14:23:51 -05:00
26a5def71a
chore: more type things 2024-05-01 23:46:03 -05:00
ca371762ae
ref: refactoring types and stuff 2024-05-01 23:43:54 -05:00
f55bbe66ee
feat: allows calling cli commands from libraries with wrapped commands, removes tqdm
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-04-29 14:42:31 -05:00
286e49f84a
doc: adds badges 2024-04-29 14:41:53 -05:00
330e6466cd
chore(release): 1.0.1
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
gitea-physics/tantri/pipeline/tag This commit looks good
1.0.1
2024-04-22 15:18:20 -05:00
c468eec343
chore: fixes pyproject version 2024-04-22 15:15:40 -05:00
c23813bd11
chore(release): 1.0.0
Some checks failed
gitea-physics/tantri/pipeline/head This commit looks good
gitea-physics/tantri/pipeline/tag There was a failure building this commit
1.0.0
2024-04-22 15:08:13 -05:00
3eff2e3585
nix: changes to get things running on nix
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-04-21 16:19:05 -05:00
4449b71be9
types: fixes tqdm type hints, man tqdm isn't worth it is it
All checks were successful
gitea-physics/tantri/pipeline/head This commit looks good
2024-04-21 15:58:24 -05:00
6334aae223
fix: properly write output file and headers 2024-04-21 15:54:45 -05:00
980b311372
doc: adds overall command doc 2024-04-20 23:08:47 -05:00
4c00fe845d
feat!: adds writing of time series and removes some temporary commands from the cli 2024-04-20 22:59:52 -05:00
450f0d5730
feat!: changes api of time series method to be less dumb, breaks existing calls 2024-04-20 22:16:31 -05:00
b4b25974c9
feat: allows generation of random dipoles from a standard config 2024-04-20 22:04:03 -05:00
0a51d12cc0
feat: adds tests for serialisation to and from json and shows can be done 2024-04-20 20:35:49 -05:00
9278d4cd40
chore: adds fmt back to test with perf problem sorted 2024-04-20 20:30:49 -05:00
6ef005fbe1
feat: adds dipole generation code 2024-04-20 19:52:56 -05:00
ad8892aa9c
chore: hopefully more performant fmt 2024-04-20 19:45:20 -05:00
2c9fa5ee87
chore: refactoring to help with getting dipole random generation going 2024-04-20 19:29:12 -05:00
b5a3f76745
feat: adds command line args for dipoles and dots 2024-04-20 19:17:43 -05:00
c63d553c7b
feat: adds dipole reading from json 2024-04-20 19:03:18 -05:00
16dd254a87
feat: adds ability to parse dot information from json file 2024-04-20 17:20:12 -05:00
3b7dfd2462
feat: adds click cli app 2024-04-20 16:39:33 -05:00
1264c2145e
chore: refactor folder structure a bit, maybe too much yak shaving 2024-04-20 14:40:41 -05:00