Skip to content

Commit f0de4de

Browse files
authored
Merge pull request #127 from NREL/release-1.2
Release 1.2
2 parents fedd296 + 00ea240 commit f0de4de

95 files changed

Lines changed: 4676 additions & 19307 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ReadMe.md

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
*Tyche:* *T*echnolog*y* *Ch*aracterization and *E*valuation
22
===========================================================
33

4-
* documentation:
5-
* [web](https://tyche.live/)
6-
* [PDF](https://github.com/NREL/tyche-docs/blob/dev/Tyche.pdf)
7-
* [Markdown](index.rst)
8-
* Conda environments: [conda/](conda/)
9-
* Python packages:
10-
* evaluation and optimization: [src/tyche/](src/tyche/)
11-
* web-based user interface: [src/eutychia/](src/eutychia/)
12-
* technology models: [src/technology/](src/technology/)
13-
* Interim operational capabilities:
14-
* [IOC-0](ioc-0/ReadMe.md): Proof-of-principle examples.
15-
* [IOC-1](ioc-1/ReadMe.md): PV components, technologies, and materials/waste for Mock FOA.
4+
See our complete documentation on [GitHub Pages](https://nrel.github.io/tyche-docs/) or in downloadable PDF format [here](https://github.com/NREL/tyche-docs/blob/main/Tyche.pdf).
5+
6+
If you would like to download the Tyche software, please visit our [releases page](https://github.com/NREL/tyche/releases) to access the most recent release.
7+
8+
The directory structure of this repository is as follows:
9+
10+
* conda: Conda environment specification files for use when installing or updating Tyche.
11+
* docs: Documentation source files and related metadata.
12+
* src: Tyche's code base
13+
* eutychia: Code for the browser-based graphical user interface
14+
* technology: Datasets, models, and analysis Jupyter notebooks for Tyche case studies. Subdirectories contain the datasets and notebooks for each case study.
15+
* pv-residential-large
16+
* pv-residential-simple
17+
* simple-electrolysis
18+
* transport-model
19+
* tutorial-basic
20+
* tutorial-biorefinery
21+
* utility-pv
22+
* tyche: Code for ensemble evaluation and stochastic optimization.
23+
24+
The branch structure of this repository is as follows:
25+
26+
* `main` contains the current stable and released version of Tyche and can only be altered via approved pull request
27+
* `dev` contains the latest working version of Tyche and may contain unresolved bugs. Commits directly to `dev` should be avoided except for urgent bug fixes and last minute pre-release commits.
28+
* All other branches are feature branches under active development and should not be used for applications.
29+
30+

conda/mac.yml

Lines changed: 0 additions & 154 deletions
This file was deleted.

conda/nobuilds.yml

Lines changed: 0 additions & 145 deletions
This file was deleted.

conda/tiny.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

conda/tyche.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: tyche
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- hypercorn=0.14.3
7+
- matplotlib=3.6.2
8+
- myst-parser=0.18.1
9+
- notebook=6.4.12
10+
- openpyxl=3.0.10
11+
- pip=22.2.2
12+
- python=3.10.4
13+
- quart=0.18.1
14+
- scipy=1.9.1
15+
- seaborn=0.12.1
16+
- sphinx=5.0.2
17+
- tk=8.6.12
18+
- pip:
19+
- mip==1.14.1

0 commit comments

Comments
 (0)