Skip to content

rel-2.0.6: Use the indestructible tag to prevent in-place updates to BroadcastTo…

Compare
Choose a tag to compare
@brandonwillard brandonwillard released this 11 Apr 01:53

The following changes were made in this release:

  • broadcast_to, diff, and unique are now exposed at aesara.tensor package level
  • The FunctionGraph constructor now has options for automatically determining the inputs and providing an existing clones dict to be updated in-place
  • More numpy.random distribution Ops have been added: geometric, hypergeometric, lognormal, triangular, weibull, logistic, vonmises
  • Op.view_map and Op.destroy_map are now present by default
  • A measure was added to prevent BroadcastTo outputs from being updated in-place