Pham Nguyen Hung

Results 4 issues of Pham Nguyen Hung

## Description First time contributor to open-source and the project for me. I updated the docstring of BinaryGibbsMetropolis to follow numpydoc format. I also updated the Metropolis __init__ while trying...

## Description Simplify the function class in pytensor. - [x] Remove the `output_subset` kwargs at call time of class `Function` as no one is using it. - [ ] Check...

## Description Add minor edits to documentation in the contributing section. ## Related Issue - [ ] Closes # - [x] Related to #928 ## Checklist - [x] Checked that...

docs

### Description NumPy 2.0 introduced some breaking changes in APIs, which break code and make tests unable to run. One example is np.obj2sctype(dtype) used in pytensor/tensor/type.py:105, which was removed in...