Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
99510c34
提交
99510c34
authored
12月 10, 2022
作者:
Michael Osthege
提交者:
Ricardo Vieira
12月 11, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Align contributing guide with PyMC
上级
a162feff
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
17 行增加
和
25 行删除
+17
-25
CONTRIBUTING.md
CONTRIBUTING.md
+17
-25
没有找到文件。
CONTRIBUTING.md
浏览文件 @
99510c34
If you want to contribute to PyTensor, have a look at the instructions here:
https://pytensor.readthedocs.io/en/latest/dev_start_guide.html
# Guidelines for Contributing
## Contribution Expectations
This "Contribution Expectations" section is adapted from
[
Open Source
Archetypes](https://opentechstrategies.com/archetypes) and released under a
[
CC-BY-SA
](
https://creativecommons.org/licenses/by-sa/4.0/
)
license.
The current focus of the PyTensor project is rapid, high quality development of a
hackable, pure-Python symbolic tensor library with strong support for graph
rewrites and transpilation to multiple backends including C,
[
JAX
](
https://github.com/google/jax>
)
, and
[
Numba
](
https://github.com/numba/numba
)
.
We welcome patches with bug fixes, and we’re happy to answer questions if you’ve
already put in some effort to find the answer yourself. Please note, however,
that we’re _unlikely_ to consider new feature contributions or design changes
unless there’s a strong argument that they are fully in line with our stated
goals. If you’re not sure, just ask.
Our technical scope and project governance may open up later, of course, For
now, though, we would characterize this project as being a mix of the "Rocket
Ship To Mars" and "Specialty Library" archetypes (see
https://opentechstrategies.com/archetypes for details about RStM and other open
source archetypes).
Thank you for being interested in contributing to PyTensor.
PyTensor is an open source, collective effort, maintained by the PyMC team and everyone is welcome to contribute.
There are many ways in which you can help make it better.
Please check the latest information for contributing to the PyTensor or PyMC projects under:
*
https://pytensor.readthedocs.io/en/latest/dev_start_guide.html
*
https://docs.pymc.io/en/latest/contributing/index.html
## Issues and Discussions
...
...
@@ -40,3 +22,13 @@ For issues a minimal working example (MWE) is strongly recommended when relevant
MWEs are generally required. All MWEs must be implemented using PyTensor. Please
do not submit MWEs if they are not implemented in PyTensor. In certain cases,
pseudocode may be acceptable, but an PyTensor implementation is always preferable.
## Quick links
Most of these point to PyMC documentation, but are equally relevant for PyTensor.
*
[
Pull request (PR) step-by-step
](
https://docs.pymc.io/en/latest/contributing/pr_tutorial.html
)
*
[
Pull request (PR) checklist
](
https://docs.pymc.io/en/latest/contributing/pr_checklist.html
)
*
[
Python style guide with pre-commit
](
https://docs.pymc.io/en/latest/contributing/python_style.html
)
*
[
Running the test suite
](
https://docs.pymc.io/en/latest/contributing/running_the_test_suite.html
)
*
[
Submitting a bug report or feature request
](
https://github.com/pymc-devs/pytensor/issues
)
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论