Skip to content

Releases: aesara-devs/aesara

rel-2.4.0

06 Feb 18:09
Compare
Choose a tag to compare

What's Changed

  • Implement tril_indices, triu_indices, triu_indices_from and tril_indices_from by @zoj613 in #795
  • Add NumPy RNG constructor Ops by @kc611 in #789
  • Do not allow PatternSub to replace nodes with different number of outputs by @ricardoV94 in #803
  • Require independent dimensions in size arguments to multivariate RandomVariables by @brandonwillard in #446
  • Temporarily pin to scipy<1.8.0 by @michaelosthege in #811

Full Changelog: rel-2.3.8...rel-2.3.9

rel-2.3.8

25 Jan 16:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: rel-2.3.7...rel-2.3.8

rel-2.3.7

20 Jan 17:55
Compare
Choose a tag to compare

What's Changed

  • Add a Numba implementation for the BroadcastTo Op by @kc611 in #769
  • Improve the performance of Numba-compiled array reduction Ops by @kc611 in #599

Full Changelog: rel-2.3.6...rel-2.3.7

rel-2.3.6

20 Jan 03:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: rel-2.3.5...rel-2.3.6

rel-2.3.5

18 Jan 05:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rel-2.3.4...rel-2.3.5

rel-2.3.4

01 Jan 23:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rel-2.3.3...rel-2.3.4

rel-2.3.3

15 Dec 21:30
Compare
Choose a tag to compare

What's Changed

  • Generalize and update the JAX Op conversion docs by @brandonwillard in #696
  • Documentation refactoring and new unification and miniKanren sections by @brandonwillard in #697
  • Update the articles for extending Types by @brandonwillard in #698
  • Add axis argument to Softmax and related Ops by @ricardoV94 in #673
  • Adding support for nightly builds by @dfm in #656
  • Split solve_triangular functionality from the Solve class into separate SolveTriangular class by @fshart in #676
  • Use NumPy C API to perform DimShuffle steps in its C implementation by @brandonwillard in #701

New Contributors

Full Changelog: rel-2.3.2...rel-2.3.3

rel-2.3.2

09 Dec 22:47
Compare
Choose a tag to compare

What's Changed

  • Remove TensorConstant.tag.unique_value by @Carlosbogo in #650
  • Add JAX dispatch for Psi Op by @ricardoV94 in #683
  • Propagate RandomVariable names in local_dimshuffle_rv_lift by @ricardoV94 in #503
  • Add a pretty printer for Constant and keywords to FunctionPrinter by @brandonwillard in #681
  • Update local_subtensor_make_vector and tests by @brandonwillard in #675
  • Add an alternative, faster AdvancedIncSubtensor Op by @brandonwillard in #561
  • Make local_optimizer automatically validate nodes using its tracks argument by @brandonwillard in #688
  • Replace aesara.graph.unify with logical-unification and add a KanrenRelationSub local optimizer by @brandonwillard in #523
  • Fix a RandomVariable DimShuffle lift case for empty sizes by @brandonwillard in #693
  • Fix broadcastables inference for Alloc and an as_tensor_variable bug when all ndim=0 and all dimensions are broadcastable by @brandonwillard in #694

New Contributors

Full Changelog: rel-2.3.1...rel-2.3.2

rel-2.3.1

26 Nov 21:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: rel-2.3.0...rel-2.3.1

rel-2.3.0

26 Nov 04:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: rel-2.2.6...rel-2.3.0