Skip to content

v0.4.7.1

Compare
Choose a tag to compare
@kmantel kmantel released this 02 May 01:12
· 6732 commits to master since this release
68689b4
  • Tests/projections/maskedmappingprojection (#779)
  • Fix/docs/maskedmappingprojection (#778)
  • handling array of DistributionFunctions case for new noise._execute rule
  • adding replacing noise with noise._execute in function validation (to allow for noise=DistributionFunction())
  • removing use of noise=DistributionFunction().function from constructors in pytests
  • swapping .function with ._execute in noise validation to comply with the standard that functions are always executed through ._execute