From 6841c5f2b99aca2f062ba2a19c7e56b240fe9e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:53:51 +0000 Subject: [PATCH 1/7] build(deps): bump numpy from 1.19.5 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e36a1a..c238b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ fn==0.4.3 funcy==1.16 dill==0.3.4 pathos==0.2.8 -numpy==1.19.5 +numpy==1.22.0 pytz==2021.1 six>=1.11.0 \ No newline at end of file From c052864bbce7919f823ec9f7355e903c6fd40904 Mon Sep 17 00:00:00 2001 From: Michael Zargham Date: Tue, 5 Jul 2022 03:53:38 -0700 Subject: [PATCH 2/7] Create FUNDING.yml --- .github/FUNDING.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d10a800 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: cadcad1 +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 801530f74965ff8ed9f6d19140631a6f6db96fb5 Mon Sep 17 00:00:00 2001 From: eenti <76917690+eenti@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:03:58 -0400 Subject: [PATCH 3/7] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 122565c..19a55a6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ through simulation, with support for Monte Carlo methods, A/B testing and parame [Previous Stable Release (No Longer Supported)](https://github.com/cadCAD-org/cadCAD/tree/b9cc6b2e4af15d6361d60d6ec059246ab8fbf6da) ## 0. Pre-installation Virtual Environments with [`venv`](https://docs.python.org/3/library/venv.html) (Optional): -If you wish to create an easy to use virtual environment to install cadCAD within, please use python's the built in `venv` package. +If you wish to create an easy to use virtual environment to install cadCAD within, please use python's built in `venv` package. ***Create** a virtual environment:* ```bash @@ -47,7 +47,7 @@ $ ## 1. Installation: Requires [>= Python 3.6.13](https://www.python.org/downloads/) -**Option A: Install Using **[pip](https://pypi.org/project/cadCAD/0.4.28/)** +**Option A:** Install Using **[pip](https://pypi.org/project/cadCAD/0.4.28/)** ```bash pip3 install cadCAD ``` @@ -65,8 +65,16 @@ pip3 install dist/*.whl * [Policy Aggregation](documentation/Policy_Aggregation.md) * [Parameter Sweep](documentation/System_Model_Parameter_Sweep.md) * [Display System Model Configurations](documentation/System_Configuration.md) +* [cadCAD Education](https://www.cadcad.education/) + ## 3. Connect: -Find other cadCAD users at our [Discourse](https://community.cadcad.org/). We are a small but rapidly growing community. +* Website: https://www.cadcad.org +* Discord: https://discord.gg/DX9uH8m4qY +* Twitter: twitter.com/cadcad_org +* Forum: https://community.cadcad.org +* Github: https://github.com/cadCAD-org +* Telegram: t.me/cadcad_org -## 4. [Contribute!](CONTRIBUTING.md) \ No newline at end of file +## 4. Contribute: +Follow [this document](CONTRIBUTING.md) to start contributing! From 69ee0a45d8aa7528d693e15e2522158644c32fb8 Mon Sep 17 00:00:00 2001 From: eenti <76917690+eenti@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:55:18 -0400 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19a55a6..b4cfef9 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ pip3 install dist/*.whl ## 3. Connect: * Website: https://www.cadcad.org * Discord: https://discord.gg/DX9uH8m4qY -* Twitter: twitter.com/cadcad_org +* Twitter: htrps://twitter.com/cadcad_org * Forum: https://community.cadcad.org * Github: https://github.com/cadCAD-org -* Telegram: t.me/cadcad_org +* Telegram: https://t.me/cadcad_org ## 4. Contribute: Follow [this document](CONTRIBUTING.md) to start contributing! From 8203049bd05fe65b410969421ff4726e22f15b48 Mon Sep 17 00:00:00 2001 From: eenti <76917690+eenti@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:55:59 -0400 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4cfef9..86c30bc 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ pip3 install dist/*.whl ## 3. Connect: * Website: https://www.cadcad.org * Discord: https://discord.gg/DX9uH8m4qY -* Twitter: htrps://twitter.com/cadcad_org +* Twitter: https://twitter.com/cadcad_org * Forum: https://community.cadcad.org * Github: https://github.com/cadCAD-org * Telegram: https://t.me/cadcad_org From a7d558b7c5041357fecd5f62f1c0e3fd0af1b65e Mon Sep 17 00:00:00 2001 From: eenti <76917690+eenti@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:47:47 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c30bc..c7d0992 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,5 @@ pip3 install dist/*.whl * Github: https://github.com/cadCAD-org * Telegram: https://t.me/cadcad_org -## 4. Contribute: +## 4. Contribute to this repository: Follow [this document](CONTRIBUTING.md) to start contributing! From 4fc3fbec1055c3b265443ac2c283c7e2b5f5661d Mon Sep 17 00:00:00 2001 From: eenti <76917690+eenti@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:51:00 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c7d0992..e5151fa 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,6 @@ pip3 install dist/*.whl * [Policy Aggregation](documentation/Policy_Aggregation.md) * [Parameter Sweep](documentation/System_Model_Parameter_Sweep.md) * [Display System Model Configurations](documentation/System_Configuration.md) -* [cadCAD Education](https://www.cadcad.education/) - ## 3. Connect: * Website: https://www.cadcad.org