-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new lba models -- porting from the other PR (#58)
* new lba models -- porting from the other PR * v3 * debug 1 * run black * change default of displace t (#59) * incorporate displace t correctly into data_generators (#60) * bump version (#61) * add shrink spot simple with restricted range on r parameters (#62) * add shrink spot simple with restricted range on r parameters * bump version * add model to theta processor * fix behavior where random_state=None in call to simulator() reuses random_states if called in quick succession (#64) * model configs now include choice options explicitly (#65) * resolved PR for merging --------- Co-authored-by: Alexander Fengler <[email protected]>
- Loading branch information
1 parent
e63e7ef
commit 826234d
Showing
8 changed files
with
229 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ requires = ["setuptools", "wheel", "Cython>=0.29.23", "numpy >= 1.20"] | |
|
||
[project] | ||
name= "ssm-simulators" | ||
version= "0.8.3" | ||
version= "0.9.0" | ||
|
||
authors= [{name = "Alexander Fenger", email = "[email protected]"}] | ||
description= "SSMS is a package collecting simulators and training data generators for a bunch of generative models of interest in the cognitive science / neuroscience and approximate bayesian computation communities" | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.