bptk-py
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: bptk-py | ||
| Version: 2.1.0 | ||
| Version: 2.1.1 | ||
| Summary: A python simulation engine for System Dynamics & Agent based models | ||
@@ -17,17 +17,17 @@ Author-email: transentis <support@transentis.com> | ||
| License-File: LICENSE | ||
| Requires-Dist: pandas==2.2.3 | ||
| Requires-Dist: matplotlib==3.9.2 | ||
| Requires-Dist: scipy==1.14.1 | ||
| Requires-Dist: numpy==2.1.2 | ||
| Requires-Dist: ipywidgets==8.1.5 | ||
| Requires-Dist: xlsxwriter==3.1.9 | ||
| Requires-Dist: pandas==2.3.0 | ||
| Requires-Dist: matplotlib==3.10.3 | ||
| Requires-Dist: scipy==1.15.3 | ||
| Requires-Dist: numpy==2.3.1 | ||
| Requires-Dist: ipywidgets==8.1.7 | ||
| Requires-Dist: xlsxwriter==3.2.5 | ||
| Requires-Dist: parsimonious==0.10.0 | ||
| Requires-Dist: xmltodict==0.12.0 | ||
| Requires-Dist: jinja2==3.1.4 | ||
| Requires-Dist: sympy==1.13.3 | ||
| Requires-Dist: distlib==0.3.8 | ||
| Requires-Dist: cachetools==5.5.0 | ||
| Requires-Dist: requests==2.32.0 | ||
| Requires-Dist: flask==3.0.3 | ||
| Requires-Dist: jsonpickle==3.0.2 | ||
| Requires-Dist: jinja2==3.1.6 | ||
| Requires-Dist: sympy==1.14.0 | ||
| Requires-Dist: distlib==0.3.9 | ||
| Requires-Dist: cachetools==6.1.0 | ||
| Requires-Dist: requests==2.32.4 | ||
| Requires-Dist: flask==3.1.1 | ||
| Requires-Dist: jsonpickle==4.1.1 | ||
| Provides-Extra: test | ||
@@ -80,9 +80,14 @@ Requires-Dist: pytest; extra == "test" | ||
| ### 2.0.1 | ||
| ### 2.1.1 | ||
| * added unittests | ||
| * fixed typos for server output | ||
| * enabled operations: not named vector and int/float | ||
| * fixed issue with configurable file-path for bptk-object | ||
| * Update dependencies | ||
| ### 2.1.0 | ||
| * extend plot_scenario to accept a format parameter | ||
| * add unittests | ||
| * fix typos for server output | ||
| * enabl operations: not named vector and int/float | ||
| * fix issue with configurable file-path for bptk-object | ||
| ### 2.0.0 | ||
@@ -94,5 +99,5 @@ | ||
| * Enabled modulo operation for sddsl-elements | ||
| * removed unnecessary code | ||
| * added unittests/pytests | ||
| * Enable modulo operation for sddsl-elements | ||
| * remove unnecessary code | ||
| * add unittests/pytests | ||
@@ -99,0 +104,0 @@ ### 1.9.5 |
@@ -1,18 +0,18 @@ | ||
| pandas==2.2.3 | ||
| matplotlib==3.9.2 | ||
| scipy==1.14.1 | ||
| numpy==2.1.2 | ||
| ipywidgets==8.1.5 | ||
| xlsxwriter==3.1.9 | ||
| pandas==2.3.0 | ||
| matplotlib==3.10.3 | ||
| scipy==1.15.3 | ||
| numpy==2.3.1 | ||
| ipywidgets==8.1.7 | ||
| xlsxwriter==3.2.5 | ||
| parsimonious==0.10.0 | ||
| xmltodict==0.12.0 | ||
| jinja2==3.1.4 | ||
| sympy==1.13.3 | ||
| distlib==0.3.8 | ||
| cachetools==5.5.0 | ||
| requests==2.32.0 | ||
| flask==3.0.3 | ||
| jsonpickle==3.0.2 | ||
| jinja2==3.1.6 | ||
| sympy==1.14.0 | ||
| distlib==0.3.9 | ||
| cachetools==6.1.0 | ||
| requests==2.32.4 | ||
| flask==3.1.1 | ||
| jsonpickle==4.1.1 | ||
| [test] | ||
| pytest |
+27
-22
| Metadata-Version: 2.4 | ||
| Name: bptk-py | ||
| Version: 2.1.0 | ||
| Version: 2.1.1 | ||
| Summary: A python simulation engine for System Dynamics & Agent based models | ||
@@ -17,17 +17,17 @@ Author-email: transentis <support@transentis.com> | ||
| License-File: LICENSE | ||
| Requires-Dist: pandas==2.2.3 | ||
| Requires-Dist: matplotlib==3.9.2 | ||
| Requires-Dist: scipy==1.14.1 | ||
| Requires-Dist: numpy==2.1.2 | ||
| Requires-Dist: ipywidgets==8.1.5 | ||
| Requires-Dist: xlsxwriter==3.1.9 | ||
| Requires-Dist: pandas==2.3.0 | ||
| Requires-Dist: matplotlib==3.10.3 | ||
| Requires-Dist: scipy==1.15.3 | ||
| Requires-Dist: numpy==2.3.1 | ||
| Requires-Dist: ipywidgets==8.1.7 | ||
| Requires-Dist: xlsxwriter==3.2.5 | ||
| Requires-Dist: parsimonious==0.10.0 | ||
| Requires-Dist: xmltodict==0.12.0 | ||
| Requires-Dist: jinja2==3.1.4 | ||
| Requires-Dist: sympy==1.13.3 | ||
| Requires-Dist: distlib==0.3.8 | ||
| Requires-Dist: cachetools==5.5.0 | ||
| Requires-Dist: requests==2.32.0 | ||
| Requires-Dist: flask==3.0.3 | ||
| Requires-Dist: jsonpickle==3.0.2 | ||
| Requires-Dist: jinja2==3.1.6 | ||
| Requires-Dist: sympy==1.14.0 | ||
| Requires-Dist: distlib==0.3.9 | ||
| Requires-Dist: cachetools==6.1.0 | ||
| Requires-Dist: requests==2.32.4 | ||
| Requires-Dist: flask==3.1.1 | ||
| Requires-Dist: jsonpickle==4.1.1 | ||
| Provides-Extra: test | ||
@@ -80,9 +80,14 @@ Requires-Dist: pytest; extra == "test" | ||
| ### 2.0.1 | ||
| ### 2.1.1 | ||
| * added unittests | ||
| * fixed typos for server output | ||
| * enabled operations: not named vector and int/float | ||
| * fixed issue with configurable file-path for bptk-object | ||
| * Update dependencies | ||
| ### 2.1.0 | ||
| * extend plot_scenario to accept a format parameter | ||
| * add unittests | ||
| * fix typos for server output | ||
| * enabl operations: not named vector and int/float | ||
| * fix issue with configurable file-path for bptk-object | ||
| ### 2.0.0 | ||
@@ -94,5 +99,5 @@ | ||
| * Enabled modulo operation for sddsl-elements | ||
| * removed unnecessary code | ||
| * added unittests/pytests | ||
| * Enable modulo operation for sddsl-elements | ||
| * remove unnecessary code | ||
| * add unittests/pytests | ||
@@ -99,0 +104,0 @@ ### 1.9.5 |
+13
-13
@@ -9,17 +9,17 @@ [build-system] | ||
| dependencies = [ | ||
| "pandas==2.2.3", | ||
| "matplotlib==3.9.2", | ||
| "scipy==1.14.1", | ||
| "numpy==2.1.2", | ||
| "ipywidgets==8.1.5", | ||
| "xlsxwriter==3.1.9", | ||
| "pandas==2.3.0", | ||
| "matplotlib==3.10.3", | ||
| "scipy==1.15.3", | ||
| "numpy==2.3.1", | ||
| "ipywidgets==8.1.7", | ||
| "xlsxwriter==3.2.5", | ||
| "parsimonious==0.10.0", | ||
| "xmltodict==0.12.0", | ||
| "jinja2==3.1.4", | ||
| "sympy==1.13.3", | ||
| "distlib==0.3.8", | ||
| "cachetools==5.5.0", | ||
| "requests==2.32.0", | ||
| "flask==3.0.3", | ||
| "jsonpickle==3.0.2" | ||
| "jinja2==3.1.6", | ||
| "sympy==1.14.0", | ||
| "distlib==0.3.9", | ||
| "cachetools==6.1.0", | ||
| "requests==2.32.4", | ||
| "flask==3.1.1", | ||
| "jsonpickle==4.1.1" | ||
@@ -26,0 +26,0 @@ ] |
+13
-8
@@ -44,9 +44,14 @@ # Business Prototyping Toolkit for Python | ||
| ### 2.0.1 | ||
| ### 2.1.1 | ||
| * added unittests | ||
| * fixed typos for server output | ||
| * enabled operations: not named vector and int/float | ||
| * fixed issue with configurable file-path for bptk-object | ||
| * Update dependencies | ||
| ### 2.1.0 | ||
| * extend plot_scenario to accept a format parameter | ||
| * add unittests | ||
| * fix typos for server output | ||
| * enabl operations: not named vector and int/float | ||
| * fix issue with configurable file-path for bptk-object | ||
| ### 2.0.0 | ||
@@ -58,5 +63,5 @@ | ||
| * Enabled modulo operation for sddsl-elements | ||
| * removed unnecessary code | ||
| * added unittests/pytests | ||
| * Enable modulo operation for sddsl-elements | ||
| * remove unnecessary code | ||
| * add unittests/pytests | ||
@@ -63,0 +68,0 @@ ### 1.9.5 |
+1
-1
@@ -15,3 +15,3 @@ from setuptools import setup | ||
| def get_version(): | ||
| return '2.1.0' | ||
| return '2.1.1' | ||
@@ -18,0 +18,0 @@ setup(version=get_version(), |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
827462
0.03%