Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
3177c24c
提交
3177c24c
authored
5月 20, 2021
作者:
Hector
提交者:
Thomas Wiecki
6月 07, 2021
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Correct GitHub capitalization
上级
eb4f92f4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
8 行删除
+8
-8
slinalg.py
aesara/tensor/slinalg.py
+1
-1
dev_start_guide.rst
doc/dev_start_guide.rst
+3
-3
index.rst
doc/index.rst
+1
-1
versioneer.py
versioneer.py
+3
-3
没有找到文件。
aesara/tensor/slinalg.py
浏览文件 @
3177c24c
...
...
@@ -396,7 +396,7 @@ class EigvalshGrad(Op):
# But this can only be done once scipy.linalg.eigh is available as an Op
# (currently the Eigh uses numpy.linalg.eigh, which doesn't let you
# pass the right-hand-side matrix for a generalized eigenproblem.) See the
# discussion on
gith
ub at
# discussion on
GitH
ub at
# https://github.com/Theano/Theano/pull/1846#discussion-diff-12486764
__props__
=
(
"lower"
,)
...
...
doc/dev_start_guide.rst
浏览文件 @
3177c24c
...
...
@@ -14,7 +14,7 @@ Contributing
You want to contribute to Aesara? That is great! This page explain our
workflow and some resource for doing so.
Looking for an idea for a first contribution? Check the `
gith
ub issues
Looking for an idea for a first contribution? Check the `
GitH
ub issues
<https://github.com/pymc-devs/aesara/issues>`_.
We recommend creating an issue to discuss proposed changes before making them.
...
...
@@ -418,7 +418,7 @@ Submit your changes to the central repository
---------------------------------------------
Once your code is ready for others to review, you need to commit all the changes and then push your
branch to your
gith
ub fork first:
branch to your
GitH
ub fork first:
.. code-block:: bash
...
...
@@ -428,7 +428,7 @@ branch to your github fork first:
git push -u origin my_shiny_feature
Then, go to your fork's
github page on the gith
ub website, select your
Then, go to your fork's
GitHub page on the GitH
ub website, select your
feature branch and hit the "Pull Request" button in the top right
corner. This will signal the maintainers that you wish to submit your
changes for inclusion in ``origin/main``.
...
...
doc/index.rst
浏览文件 @
3177c24c
...
...
@@ -68,7 +68,7 @@ Roughly in order of what you'll want to check out:
* Ask/view questions/answers at `StackOverflow`_
* We use `Git
h
ub tickets <http://github.com/pymc-devs/aesara/issues>`__ to keep track of issues.
* We use `Git
H
ub tickets <http://github.com/pymc-devs/aesara/issues>`__ to keep track of issues.
.. toctree::
:maxdepth: 1
...
...
versioneer.py
浏览文件 @
3177c24c
...
...
@@ -37,7 +37,7 @@ Source trees come from a variety of places:
* a version-control system checkout (mostly used by developers)
* a nightly tarball, produced by build automation
* a snapshot tarball, produced by a web-based VCS browser, like
gith
ub's
* a snapshot tarball, produced by a web-based VCS browser, like
GitH
ub's
"tarball from tag" feature
* a release tarball, produced by "setup.py sdist", distributed through PyPI
...
...
@@ -165,7 +165,7 @@ which may help identify what went wrong).
## Known Limitations
Some situations are known to cause problems for Versioneer. This details the
most significant ones. More can be found on Git
h
ub
most significant ones. More can be found on Git
H
ub
[issues page](https://github.com/warner/python-versioneer/issues).
### Subprojects
...
...
@@ -1423,7 +1423,7 @@ def get_versions(verbose=False):
# extract version from first of: _version.py, VCS command (e.g. 'git
# describe'), parentdir. This is meant to work for developers using a
# source checkout, for users of a tarball created by 'setup.py sdist',
# and for users of a tarball/zipball created by 'git archive' or
gith
ub's
# and for users of a tarball/zipball created by 'git archive' or
GitH
ub's
# download-from-tag feature or the equivalent in other VCSes.
get_keywords_f
=
handlers
.
get
(
"get_keywords"
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论