rel-2.8.10
·
1424 commits
to main
since this release
What changed since forking from aesara-devs/aesara@5aa17801
- The project was renamed to PyTensor by @pymc-devs.
- Updates to the license file, governance structure, code of conduct and readme by @pymc-devs, @ricardoV94, @twiecki, @michaelosthege, @OriolAbril.
- Addition of new issue templates by @ferrine in #8
- Switched to PyMC documentation theme by @OriolAbril in #18
- Updated the pre-commit to
mypy
v0.991 by @michaelosthege in d88f3f9
Changes since Aesara 2.8.9
The last Aesara release before we forked was 2.8.9 and these were the contributions to aesara-devs/aesara that happened before we forked:
- Updated
time.clock()
totime.perf_counter()
in documentation under tutorial/conditions by @ntmkhanh in aesara-devs/aesara#1293 - Add
kwargs
toaesara.graph.basic.clone_get_equiv
by @brandonwillard in aesara-devs/aesara#1296 - Replace some uses of
TensorType.broadcastable
withTensorType.shape
by @brandonwillard in aesara-devs/aesara#1297 - Make
as_symbolic
work with sparse matrices by @brandonwillard in aesara-devs/aesara#1298 - Update codecov-action version by @brandonwillard in aesara-devs/aesara#1300
- Add name argument to clone methods via kwargs by @wd60622 in aesara-devs/aesara#1282