Skip to content

Commit

Permalink
Merge pull request #3377 from architecture-building-systems/release-3…
Browse files Browse the repository at this point in the history
….34.0

Release 3.34.0
  • Loading branch information
ShiZhongming committed Sep 6, 2023
2 parents 39b4abd + 4c40cd1 commit f361de4
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
46 changes: 43 additions & 3 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -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.


<!-- credits -->
- 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:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.33.0"
__version__ = "3.34.0"


class ConfigError(Exception):
Expand Down
18 changes: 8 additions & 10 deletions cea/dev/contributors_template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,4 +33,4 @@
* Lennart Rogenhofer
* Toivo Säwén
* Sebastian Troiztsch
* Tim Vollrath
* Tim Vollrath

0 comments on commit f361de4

Please sign in to comment.