211 Commits

Author SHA1 Message Date
7d99910e4e chore(deps): update dependency mypy to v1
Some checks failed
renovate/artifacts Artifact file update failure
2024-10-23 01:31:59 +00:00
885508e104
chore(release): 1.5.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
1.5.0
2024-05-16 23:12:43 -05:00
6193ecb9c9
feat: adds mcmc chain that returns number of repeats
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-05-16 23:12:15 -05:00
5ad442750e
chore(release): 1.4.0
All checks were successful
gitea-physics/pdme/pipeline/tag This commit looks good
gitea-physics/pdme/pipeline/head This commit looks good
1.4.0
2024-05-16 21:07:02 -05:00
9b1538b3c6
feat: adds relative squared diff calc utility method 2024-05-16 21:06:42 -05:00
7b277fdc85
chore(release): 1.3.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
1.3.0
2024-05-16 19:21:24 -05:00
e5fc1207a8
feat: adds utility function for sorting samples by frequency for subspace simulation 2024-05-16 19:20:55 -05:00
387a607e09
chore(release): 1.2.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
1.2.0
2024-05-02 20:56:39 -05:00
9e6d1df559
feat: adds pdme fast calc for e field xs 2024-05-02 20:56:15 -05:00
45031857f2
doc: adds more index comments 2024-05-02 20:26:21 -05:00
64181eeef2
chore: clean up pointless nb file
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-05-02 18:09:19 -05:00
d682d50554
chore(release): 1.1.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
1.1.0
2024-05-02 18:06:17 -05:00
e9e34162a3
feat: adds both electric potential and electric field x sources, makes some fast util tests use the slower explicit versions as double check 2024-05-02 18:05:37 -05:00
32a7812a43
just: adds snapshot just task 2024-05-02 18:01:22 -05:00
7c39475742
log: don't log warnings anymore for util calc
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-04-28 21:48:06 -05:00
1dd7569fde
doc: now set as maintained 2024-04-28 21:38:48 -05:00
4a63552129
chore(release): 1.0.0
All checks were successful
gitea-physics/pdme/pipeline/tag This commit looks good
gitea-physics/pdme/pipeline/head This commit looks good
1.0.0
2024-04-28 21:29:24 -05:00
9c88c9ab96
build: avoids bug that hit deepdog releases 2024-04-28 21:28:58 -05:00
631ba13c79
fix: fixes the broken implementation of the tarucha frequency calculation
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-04-28 21:27:41 -05:00
e2bdeda638
build: switches to justfile 2024-04-28 21:27:18 -05:00
806b9b667f
test: adds tests for phases and pairs
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-02-28 11:41:43 -06:00
e61838d85f
chore(release): 0.9.3
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
0.9.3
2024-02-26 17:34:47 -06:00
3ebe2bb824
feat: adds util func for calculating arg using sign instead of complex arithmetic
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2024-02-26 17:31:26 -06:00
ed9dd2c94f
fix: fixes stupid cost shape issue
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2023-07-26 21:12:04 -05:00
74c1b01a6c
chore(release): 0.9.2
Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
gitea-physics/pdme/pipeline/tag There was a failure building this commit
0.9.2
2023-07-24 10:45:21 -05:00
50f98ed89b
fix: update tests but for git also don't wrap costs
Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
2023-07-23 22:38:13 -05:00
18cc48471d
test: only log warning by default 2023-07-23 22:37:29 -05:00
d60a0cb386
chore(release): 0.9.1
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
0.9.1
2023-07-23 22:21:46 -05:00
e01d0e14a9
fix: fixes some of the shape mangling of our mcmc code
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2023-07-23 22:20:14 -05:00
dfaf8abed5
chore(release): 0.9.0
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
0.9.0
2023-07-23 20:32:34 -05:00
ca710e359f
feat!: separates threshold cost and the seed_cost in mcmc
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2023-07-23 20:31:53 -05:00
dc43e4bfbc
chore(release): 0.8.9
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
0.8.9
2023-07-23 18:32:59 -05:00
dbf924490e Merge pull request 'mcmc' (#30) from mcmc into master
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
Reviewed-on: #30
2023-07-23 23:30:05 +00:00
f280448cfe
feat: adds a bunch of mcmc generation code for log spaced models, yay
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
2023-07-23 17:38:05 -05:00
feb0a5f645
feat: adds utility functions for dealing with markov chain monte carlo 2023-07-23 16:30:19 -05:00
e9bb62c0a0
test: updates old test to use snapshot tests 2023-07-23 15:30:30 -05:00
857391425f
dev: adds utility command for snapshot updating 2023-07-23 15:30:10 -05:00
46dc6dd6d9
test: upgrades pytest-cov to avoid deprecation thing 2023-07-23 15:27:49 -05:00
29abc8af89
deps: adds syrupy 2023-07-23 15:07:46 -05:00
23e3b95bb6
chore: adds maintained to readme for 2023
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
2023-04-09 17:33:07 -05:00
a326e80e00
chore(release): 0.8.8
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag This commit looks good
0.8.8
2023-04-09 16:35:10 -05:00
56f660ff25 Merge pull request 'feat: adds fast calc that allows for variable temp' (#28) from feature/temp_sensitive into master
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
Reviewed-on: #28
2023-04-09 21:32:10 +00:00
a5fd9c2304
style: whoops blank line
All checks were successful
gitea-physics/pdme/pipeline/pr-master This commit looks good
2023-04-09 16:30:40 -05:00
0dbe874ac4 Merge pull request 'chore(deps): update dependency scipy to ~1.10' (#21) from renovate/scipy-1.x into master
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
Reviewed-on: #21
2023-04-09 21:26:46 +00:00
36454d5044
feat: adds fast calc that allows for variable temp
Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
gitea-physics/pdme/pipeline/pr-master There was a failure building this commit
2023-04-09 16:26:08 -05:00
156019fdac chore(deps): update dependency scipy to ~1.10
All checks were successful
gitea-physics/pdme/pipeline/pr-master This commit looks good
2023-01-04 01:31:57 +00:00
c49b8eb034
chore(release): 0.8.7
All checks were successful
gitea-physics/pdme/pipeline/tag This commit looks good
gitea-physics/pdme/pipeline/head This commit looks good
0.8.7
2022-09-17 16:19:02 -05:00
c034ae81fd Merge pull request 'xy' (#23) from xy into master
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
Reviewed-on: #23
2022-09-17 21:13:43 +00:00
5acf0ac347
fix: Correctly generates monte carlo version of xy model dipoles
All checks were successful
gitea-physics/pdme/pipeline/pr-master This commit looks good
2022-09-17 16:08:11 -05:00
2a1ae3b1a7
feat: moves xy model up to model package
All checks were successful
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/pr-master This commit looks good
2022-09-17 15:34:45 -05:00