rel-2.3.5
brandonwillard
released this
18 Jan 05:23
·
858 commits
to main
since this release
What's Changed
- Make
TensorConstant
s print their names when specified by @oscargus in #719 - Do not use old
T
alias in documentation. by @oscargus in #723 - Updated
versioneer
to enable Python 3.11 and removed some Python 2 and 3.6 support. by @oscargus in #721 - Convert
list
s totuple
s by @oscargus in #722 - Tests for input checks in
tensor/signal/pool.py
by @aerubanov in #713 - Fix limit of
log1mexp
gradient at zero and improve numerical stablity by @ricardoV94 in #725 - Change
FunctionGraph.change_input
tochange_node_input
by @anooptp in #734 - Remove
optimize_graph_with_cache
by @MridulS in #735 - Replace
aet
aliases withat
by @twiecki in #728 - Remove useless
BroadcastTo
Op
s by @brandonwillard in #740 - Introduce
aesara.as_symbolic
by @brandonwillard in #743 - Add a
sum
method to_sparse_py_operators
by @aerubanov in #745 - Enable complete static shape information at the type level by @brandonwillard in #711
- Add
__pycache__
,_build
, and*.pkl
to.gitignore
by @brandonwillard in #756 - Remove
PyPolyaGamma
by @brandonwillard in #761 - Reintroduce deprecated
broadcastable
keyword arguments by @brandonwillard in #763 - Fix bad Windows free in
dimshuffle.c
by @brandonwillard in #762
New Contributors
- @aerubanov made their first contribution in #713
- @anooptp made their first contribution in #734
- @MridulS made their first contribution in #735
Full Changelog: rel-2.3.4...rel-2.3.5