Skip to content

Commit

Permalink
Merge pull request #18 from AlexanderFengler/v049
Browse files Browse the repository at this point in the history
bump version to v049
  • Loading branch information
AlexanderFengler authored Oct 7, 2023
2 parents 36b2068 + 0f150e4 commit ba39b52
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/api/basic_simulators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/api/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/api/dataset_generators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/api/ssms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/api/support_utils/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/basic_tutorial/basic_tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion docs/site/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Navigate the site here!
</span>
<span class="right-margin">
v0.4.0 is out!
v0.4.9 is out!
</span>
<span>
<span class="twemoji">
Expand Down
2 changes: 1 addition & 1 deletion notebooks/essential_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mImportError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m/Users/afengler/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/notebooks/essential_tests.ipynb Cell 18\u001b[0m line \u001b[0;36m1\n\u001b[0;32m----> <a href='vscode-notebook-cell:/Users/afengler/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/notebooks/essential_tests.ipynb#X23sZmlsZQ%3D%3D?line=0'>1</a>\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mssms\u001b[39;00m\n",
"File \u001b[0;32m~/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/ssms/__init__.py:3\u001b[0m\n\u001b[1;32m 1\u001b[0m __version__ \u001b[39m=\u001b[39m \u001b[39m\"\u001b[39m\u001b[39m0.4.0\u001b[39m\u001b[39m\"\u001b[39m\n\u001b[0;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m basic_simulators\n\u001b[1;32m 4\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m dataset_generators\n\u001b[1;32m 5\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m config\n",
"File \u001b[0;32m~/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/ssms/__init__.py:3\u001b[0m\n\u001b[1;32m 1\u001b[0m __version__ \u001b[39m=\u001b[39m \u001b[39m\"\u001b[39m\u001b[39m0.4.9\u001b[39m\u001b[39m\"\u001b[39m\n\u001b[0;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m basic_simulators\n\u001b[1;32m 4\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m dataset_generators\n\u001b[1;32m 5\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m config\n",
"File \u001b[0;32m~/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/ssms/basic_simulators/__init__.py:3\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m boundary_functions\n\u001b[1;32m 2\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m drift_functions\n\u001b[0;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m simulator\n",
"File \u001b[0;32m~/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/ssms/basic_simulators/simulator.py:3\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m boundary_functions \u001b[39mas\u001b[39;00m bf\n\u001b[1;32m 2\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39m.\u001b[39;00m \u001b[39mimport\u001b[39;00m drift_functions \u001b[39mas\u001b[39;00m df\n\u001b[0;32m----> 3\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mssms\u001b[39;00m\u001b[39m.\u001b[39;00m\u001b[39mconfig\u001b[39;00m \u001b[39mimport\u001b[39;00m model_config\n\u001b[1;32m 4\u001b[0m \u001b[39mimport\u001b[39;00m \u001b[39mnumpy\u001b[39;00m \u001b[39mas\u001b[39;00m \u001b[39mnp\u001b[39;00m\n\u001b[1;32m 5\u001b[0m \u001b[39mfrom\u001b[39;00m \u001b[39mcopy\u001b[39;00m \u001b[39mimport\u001b[39;00m deepcopy\n",
"\u001b[0;31mImportError\u001b[0m: cannot import name 'model_config' from 'ssms.config' (/Users/afengler/Library/CloudStorage/OneDrive-Personal/proj_ssm_simulators/ssm-simulators/ssms/config/__init__.py)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = ["setuptools", "wheel", "Cython>=0.29.23", "numpy >= 1.20"]

[project]
name= "ssm-simulators"
version= "0.4.6"
version= "0.4.9"
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"
Expand Down
2 changes: 1 addition & 1 deletion ssms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
from . import config
from . import support_utils

__version__ = "0.4.6" # importlib.metadata.version(__package__ or __name__)
__version__ = "0.4.9" # importlib.metadata.version(__package__ or __name__)

__all__ = ["basic_simulators", "dataset_generators", "config", "support_utils"]

0 comments on commit ba39b52

Please sign in to comment.