diff --git a/.github/workflows/setup_build.yml b/.github/workflows/setup_build.yml index 9e80f1bec4..0aaa3eceae 100644 --- a/.github/workflows/setup_build.yml +++ b/.github/workflows/setup_build.yml @@ -15,6 +15,7 @@ jobs: environment-file: environment.yml cache-environment: true environment-name: cea + init-shell: bash powershell - name: Install CEA to conda environment shell: bash -l {0} diff --git a/CREDITS.md b/CREDITS.md index 39573d2537..067a81adb7 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,15 +1,55 @@ How to Cite =========== -The CEA team, "City Energy Analyst v3.33.0", Zenodo, 2023, 10.5281/zenodo.8096788 +The CEA team, "City Energy Analyst v3.34.0", Zenodo, 2023, 10.5281/zenodo.8321871 The CEA team ============ -Starting from version 2.9.1 the credits are structured alphabetically (surname) and split into the categories of developers, -scrum master, project owner, project sponsor and collaborators. +Starting from version 2.9.1 (updated from version 3.33.0) the credits are structured alphabetically (surname) +and split into the categories of developers, product owner, project sponsor and collaborators. + +- Version 3.34.0 - September 2023 + + Developers: + * [Amr Elesawy](https://cityenergyanalyst.com/people) + * [Jimeno A. Fonseca](https://cityenergyanalyst.com/people) + * [Gabriel Happle](https://cityenergyanalyst.com/people) + * [Shanshan Hsieh](https://cityenergyanalyst.com/people) + * [Reynold Mok](https://cityenergyanalyst.com/people) + * [Martín Mosteiro Romero](https://cityenergyanalyst.com/people) + * [Mathias Niffeler](https://cityenergyanalyst.com/people) + * [Anastasiya Popova](https://cityenergyanalyst.com/people) + * [Zhongming Shi](https://cityenergyanalyst.com/people) + * [Luis Santos](https://cityenergyanalyst.com/people) + * [Bhargava Krishna Sreepathi](https://cityenergyanalyst.com/people) + * [Daren Thomas](https://cityenergyanalyst.com/people) + + Product lead: + * [Zhongming Shi](https://cityenergyanalyst.com/people) + + Product sponsor: + * [Arno Schlueter](https://systems.arch.ethz.ch/arno-schlueter) + * [Toni Piëch Foundation](https://www.tonipiechfoundation.org/) + + Collaborators: + * Jose Bello + * Kian Wee Chen + * Jack Hawthorne + * Fazel Khayatian + * Victor Marty + * Rowan Molony + * Paul Neitzel + * Thuy-An Nguyen + * Bo Lie Ong + * Emanuel Riegelbauer + * Lennart Rogenhofer + * Toivo Säwén + * Sebastian Troiztsch + * Tim Vollrath + - Version 3.33.0 - June 2023 Developers: diff --git a/README.rst b/README.rst index 1089984863..df80d2cae4 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ :alt: Repo Size .. |lines_of_code| image:: https://img.shields.io/tokei/lines/github/architecture-building-systems/CityEnergyAnalyst :alt: Lines of code -.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7317134.svg - :target: https://doi.org/10.5281/zenodo.7317134 +.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8321871.svg + :target: https://doi.org/10.5281/zenodo.8321871 .. image:: cea_logo.png :height: 420 px @@ -35,4 +35,4 @@ We invite all CEA users to get acquainted with the CEA Dashboard and CEA Console Cite us: -------- -For V3.33.0 (stable): https://doi.org/10.5281/zenodo.7317134 +For V3.34.0 (stable): https://doi.org/10.5281/zenodo.8321871 diff --git a/cea/__init__.py b/cea/__init__.py index df3dac4b19..f0891aaf31 100644 --- a/cea/__init__.py +++ b/cea/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.33.0" +__version__ = "3.34.0" class ConfigError(Exception): diff --git a/cea/dev/contributors_template b/cea/dev/contributors_template index f1be5cd6a7..2d8b0438e8 100644 --- a/cea/dev/contributors_template +++ b/cea/dev/contributors_template @@ -3,23 +3,21 @@ * [Jimeno A. Fonseca](https://cityenergyanalyst.com/people) * [Gabriel Happle](https://cityenergyanalyst.com/people) * [Shanshan Hsieh](https://cityenergyanalyst.com/people) - * [Reynold Mok](https://sec.ethz.ch/people/researchers/reynold-mok.html) + * [Reynold Mok](https://cityenergyanalyst.com/people) * [Martín Mosteiro Romero](https://cityenergyanalyst.com/people) - * [Mathias Niffeler](https://github.com/MatNif) + * [Mathias Niffeler](https://cityenergyanalyst.com/people) * [Anastasiya Popova](https://cityenergyanalyst.com/people) * [Zhongming Shi](https://cityenergyanalyst.com/people) - * [Luis Santos](https://www.tum-create.edu.sg/people/research-team/luis-guilherme-santos) + * [Luis Santos](https://cityenergyanalyst.com/people) * [Bhargava Krishna Sreepathi](https://cityenergyanalyst.com/people) * [Daren Thomas](https://cityenergyanalyst.com/people) - Scrum master: - * [Shanshan Hsieh](https://cityenergyanalyst.com/people) - - Project owner: - * [Shanshan Hsieh](https://cityenergyanalyst.com/people) + Product lead: + * [Zhongming Shi](https://cityenergyanalyst.com/people) - Project sponsor: + Product sponsor: * [Arno Schlueter](https://systems.arch.ethz.ch/arno-schlueter) + * [Toni Piëch Foundation](https://www.tonipiechfoundation.org/) Collaborators: * Jose Bello @@ -35,4 +33,4 @@ * Lennart Rogenhofer * Toivo Säwén * Sebastian Troiztsch - * Tim Vollrath \ No newline at end of file + * Tim Vollrath