Aesara/tt.scan equivalent in pymc v5?

Sorry if this is a newbie question, but I updated my pymc and noticed it’s on v5 (as of yesterday). I was wondering if the aesara.scan function is still applicable to the pytensor library or if there is an equivalent function/decorator in pymc v5.0? If not that’s fine I’ll just use pymc4 :slight_smile:

You can use pytensor.scan which works just like aesara.scan used to.

4 Likes