hoxo-m / densratio_py

A Python Package for Density Ratio Estimation
https://github.com/hoxo-m/densratio_py
Other
127 stars 30 forks source link

Delete numpy.matrix type leftovers. #19

Open mierzejk opened 1 year ago

mierzejk commented 1 year ago

As of 5757f365e0c68666c50e2d3f2dc46e72a0e85b2a, the numpy.matrix type has been superseded with numpy.ndarray. The pull request deletes all obsolete code that refers to the avoidable numpy.matrix type and related numpy functions (matrix, asmatrix). Code comments has been updated accordingly.

mierzejk commented 1 year ago

Please note that all commits covered by this pull request are also included in #23 Aggregated pull request.