scipy

Форк
0
/
CODEOWNERS 
65 строк · 2.0 Кб
1
# The purpose of this file is to trigger review requests when PRs touch
2
# particular files. Those reviews are not mandatory, however it's often useful
3
# to have an expert pinged who is interested in only one part of SciPy and
4
# doesn't follow general development.
5
#
6
# Note that only GitHub handles (whether individuals or teams) with commit
7
# rights should be added to this file.
8
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
9
# for more details about how CODEOWNERS works.
10

11
# Each line is a file pattern followed by one or more owners.
12

13
.github/CODEOWNERS  @rgommers @larsoner
14

15
# Build related files
16
pyproject.toml  @rgommers
17
tools/generate_requirements.py  @rgommers
18
requirements/  @rgommers
19
environment.yml  @rgommers
20
meson*  @rgommers
21

22
# Dev CLI
23
dev.py  @rgommers
24

25
# SciPy submodules (please keep in alphabetical order)
26
scipy/fft/  @peterbell10
27
scipy/fftpack/  @peterbell10
28
scipy/linalg/  @larsoner @ilayn
29
scipy/integrate/ @steppi
30
scipy/interpolate/  @ev-br
31
scipy/optimize/  @andyfaff
32
scipy/signal/  @larsoner @ilayn
33
scipy/sparse/  @perimosocordiae
34
scipy/spatial/  @tylerjereddy @peterbell10
35
scipy/special/  @person142 @steppi
36
scipy/stats/_distn_infrastructure/  @andyfaff @ev-br
37
scipy/stats/*distr*.py  @ev-br
38
scipy/stats/_continuous_distns/  @andyfaff
39
scipy/stats/_covariance.py  @mdhaber
40
scipy/stats/_hypothesis.py  @tupui
41
scipy/stats/*qmc.*  @tupui
42
scipy/stats/_multicomp.py  @tupui @mdhaber
43
scipy/stats/_resampling.py  @mdhaber
44
scipy/stats/*sobol*  @tupui
45
scipy/stats/_sensitivity_analysis.py  @tupui
46
scipy/stats/_survival.py  @tupui @mdhaber
47
scipy/stats/.unuran/  @tirthasheshpatel
48

49
# Testing infrastructure
50
ci/  @larsoner @andyfaff
51
tools/refguide_check.py  @ev-br
52
tools/  @larsoner @rgommers
53
pytest.ini  @larsoner
54
.coveragerc  @larsoner
55
benchmarks/asv.conf.json  @larsoner
56

57
# CI config
58
.circleci/  @larsoner
59
.github/workflows/  @larsoner @andyfaff
60
.cirrus.star  @larsoner @andyfaff
61

62
# Doc
63
requirements/doc.txt  @tupui
64
doc/source/conf.py  @tupui
65
doc/source/_static/  @tupui
66

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.