Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
d10eafa8
提交
d10eafa8
authored
11月 02, 2022
作者:
Daniel Gerlanc
提交者:
Rémi Louf
11月 10, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add documentation for contributing
- Add "Contribution Expectations" and "Issues and Discussions" sections - Remove section on migrating PRs from Theano
上级
eadc6e33
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
49 行增加
和
26 行删除
+49
-26
CONTRIBUTING.md
CONTRIBUTING.md
+39
-26
README.rst
README.rst
+10
-0
没有找到文件。
CONTRIBUTING.md
浏览文件 @
d10eafa8
If you want to contribute to Aesara, have a look at the instructions here:
https://aesara.readthedocs.io/en/latest/dev_start_guide.html
## Migrating PRs from the original Theano Repo
Aesara is actively merging new changes. If you have a pull request on the original Theano repository and would like to move it here use the following commands in your local Aesara repository:
```
# Go to your Aesara repo
cd /path/to/your/repo
# If you'd like to add aesara as a remote
git remote add aesara git@github.com:aesara-devs/aesara.git
# Verify the changes. You should see the aesara-devs/aesara.git
git remote -v
# Checkout the branch of your request
git checkout branch_name
# Push to Aesara
git push aesara branch_name
```
If you would like to make Aesara the new "main" upstream remote:
```
git remote set-url upstream git@github.com:aesara-devs/aesara.git
```
## 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 Aesara 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).
## Issues and Discussions
We expect that Github Issues ("issues") indicate work that should be in Aesara
and can be picked up immediately by a contributor. This includes bugs, which
indicate something not working as advertised.
Discussions should be created when the scope or direction of the work, though
within the stated goals of the Aesara project, require additional clarification
or consideration before a course of action is chosen.
For issues a minimal working example (MWE) is strongly recommended when relevant
(fixing a typo in the documentation does not require a MWE). For discussions,
MWEs are generally required. All MWEs must be implemented using Aesara. Please
do not submit MWEs if they are not implemented in Aesara. In certain cases,
pseudocode may be acceptable, but an Aesara implementation is always preferable.
README.rst
浏览文件 @
d10eafa8
...
...
@@ -116,6 +116,16 @@ The current development branch of |Project Name| can be installed from GitHub, a
pip install git+https://github.com/aesara-devs/aesara
Contributing
============
We welcome bug reports and fixes and improvements to the documentation.
For more information on contributing, please see the
`contributing guide <https://github.com/aesara-devs/aesara/CONTRIBUTING.md>`.
A good place to start contributing is by looking through the issues
`here <https://github.com/aesara-devs/aesara/issues`.
Support
=======
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论