You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## Description of your problem or feature request
2
2
3
-
First, carefully read the following to determine whether or not you have a valid Aesara issue:
3
+
First, carefully read the following to determine whether or not you have a valid Pytensor issue:
4
4
5
-
- Does your issue only arise in a library that uses Aesara (e.g. PyMC)? If so, submit your issue to that library's issue tracker. From there, the Aesara-specific details can be worked out and a valid Aesara issue can be identified. **Issues framed primarily in third-party libraries are liable to being marked as invalid and closed.**
6
-
- Does your issue involve OS and/or environment-specific settings (e.g. installation and/or compilation issues)? If so, create a [Discussion](https://github.com/aesara-devs/aesara/discussions) instead. From there, we can help determine whether or not the issue is due to faulty logic in Aesara (i.e. a valid issue) or something specific to your local setup.
5
+
- Does your issue only arise in a library that uses Pytensor (e.g. PyMC)? If so, submit your issue to that library's issue tracker. From there, the Pytensor-specific details can be worked out and a valid Pytensor issue can be identified. **Issues framed primarily in third-party libraries are liable to being marked as invalid and closed.**
6
+
- Does your issue involve OS and/or environment-specific settings (e.g. installation and/or compilation issues)? If so, create a [Discussion](https://github.com/pymc-devs/pytensor/discussions) instead. From there, we can help determine whether or not the issue is due to faulty logic in Pytensor (i.e. a valid issue) or something specific to your local setup.
7
7
8
8
9
-
If the above does not apply, and you have an issue or feature request that's specific to Aesara, provide a minimal, self-contained, and reproducible example (i.e. an [MWE](https://en.wikipedia.org/wiki/Minimal_reproducible_example)):
9
+
If the above does not apply, and you have an issue or feature request that's specific to Pytensor, provide a minimal, self-contained, and reproducible example (i.e. an [MWE](https://en.wikipedia.org/wiki/Minimal_reproducible_example)):
10
10
11
11
```python
12
12
[Your code here]
@@ -24,13 +24,13 @@ If the above does not apply, and you have an issue or feature request that's spe
24
24
25
25
## Versions and main components
26
26
27
-
*Aesara version:
27
+
*Pytensor version:
28
28
* Python version:
29
29
* Operating system:
30
-
* How did you install Aesara: (conda/pip)
30
+
* How did you install Pytensor: (conda/pip)
31
31
32
-
<details> <summary> Aesara config: </summary>
32
+
<details> <summary> Pytensor config: </summary>
33
33
34
-
Place the results of `python -c "import aesara; print(aesara.config)"` here.
34
+
Place the results of `python -c "import pytensor; print(pytensor.config)"` here.
0 commit comments