-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Closes #3051 - logp numpy array input- fixed Converts 'int' type to <TensorType(int64,Scalar)> to parse value to `astype` and allows arguments to `logp(self,value)` when called with numpy array. * Closes #3051 - Allows numpy array input to logp Allows `logp(self,value)` to take `value` input of type numpy array without errors * fixes #3051 * Fixes #3051 * updated RELEASE-NOTES.md Added the deprecation of `sd` with `sigma` in newer version with DeprecationWarning on usage of `sd`. * directly use floatX * mention #3836 * move all deprecations into their own chapter, as done in previous releases * add regression test Co-authored-by: Michael Osthege <michael.osthege@outlook.com>
- Loading branch information
1 parent
727b88a
commit 18f1e51
Showing
3 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters