Update numpy compatibility - #49
Conversation
… in model and test files
… dependency to version 2
…setup-python action to v6, and streamline installation steps
…d improve docstring; add new tests for gradient storage and parameter assignment
|
Does anyone is maintaining this project? |
|
@MartinBubel has kept it operating for GPy. I think @mzwiessele got distracted with his job. I suppose I still have overall control, but I tend to defer to @MartinBubel and if he is happy then we can definitely assimilate the pull request. |
|
(We're also very thankful you have got involved!) |
MartinBubel
left a comment
There was a problem hiding this comment.
Awesome work @fbordeu
Even though its more changes that I'd normally appreciate in a single PR, I'm just so glad you made it work.
Also, awesome to see that there now is a simple way to setting np.ndarray memory addresses, which I thought was no longer possible. Sadly, last year I could not find that solution.
I have bumped to version number and mentioned your work in the changelog so we can quickly move to a release.
|
As all tests succeed and the changes are looking fine, I'll merge the PR. |
|
Thank you. |
PR to update paramz compatibility to numpy 2.
Important changes are:
Thanks to @MartinBubel.
Felipe