Closed ericmjonas closed 7 years ago
I think at the time the cython wrapper had to be manually imported in an awkward fashion, and the thought was to get it into the top-level module namespace for easier use?
The lates commit of the develop branch https://github.com/ericmjonas/pybm3d/commit/9a49a2491ed4058cf35fae3e79b6718c5a058193 changes the interface and imports the bm3d
function directly into the package's namespace. Is this what you had in mind?
Yes that’s awesome !
On Wed, Nov 8, 2017 at 8:46 PM Tim Meinhardt notifications@github.com wrote:
The lates commit of the develop branch 9a49a24 https://github.com/ericmjonas/pybm3d/commit/9a49a2491ed4058cf35fae3e79b6718c5a058193 changes the interface and imports the bm3d function directly into the package's namespace. Is this what you had in mind?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ericmjonas/pybm3d/issues/2#issuecomment-342794116, or mute the thread https://github.com/notifications/unsubscribe-auth/AACPEtMoH7smtMBSMVh-y6pQadq3JNg-ks5s0ZSrgaJpZM4FgGNz .
@ericmjonas What was your intention behind this issue?