-
Notifications
You must be signed in to change notification settings - Fork 234
/
CODEOWNERS
Validating CODEOWNERS rules...
52 lines (42 loc) · 1.52 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Code owners will be used to identify maintainers, notably
# for developmental and contributed code
# Overall (non-specific)
* @lbianchi-lbl @ksbeattie
# packaging
setup.py @lbianchi-lbl @ksbeattie
requirements*.txt @lbianchi-lbl @ksbeattie
# CI infra
.github/ @lbianchi-lbl @ksbeattie
# spellchecker configuration
.github/workflows/typos.toml @bpaul4 @lbianchi-lbl
# testing
pytest*.ini @lbianchi-lbl
conftest.py @lbianchi-lbl
# Docs
/docs @dangunter @bpaul4
# Commands
/idaes/commands/ @dangunter
# Core
/idaes/core/ @andrewlee94 @dallan-keylogic @lbianchi-lbl
/idaes/core/dmf/ @dangunter
/idaes/core/surrogate/ @andrewlee94 @bpaul4 @avdudchenko @rundxdi
/idaes/core/ui/ @dangunter
# Models
/idaes/models/ @andrewlee94 @bpaul4
# Apps - each package needs a maintainer
/idaes/apps/caprese/ @Robbybp
/idaes/apps/grid_integration/ @jsiirola @adowling2
# /idaes/apps/matopt/ TBD
/idaes/apps/nmpc/ @Robbybp
/idaes/apps/uncertainty_propagation/ @adowling2
# Models Extra - each package needs a maintainer
# /idaes/models_extra/carbon_capture TBD
/idaes/models_extra/column_models/ @aostace01 @agarciadiego
/idaes/models_extra/gas_distribution/ @Robbybp
/idaes/models_extra/gas_solids_contactors/ @aostace01
/idaes/models_extra/power_generation/ @bpaul4 @MAZamarripa
/idaes/models_extra/power_generation/costing/ @MAZamarripa @AlexNoring
/idaes/models_extra/power_generation/properties/ @bpaul4 @AlexNoring
/idaes/models_extra/power_generation/unit_models/soc_submodels/ @bpaul4 @dallan-keylogic
# Scripts
/scripts/colab_helper.py @adowling2