Benjamin F. Maier

Results 72 comments of Benjamin F. Maier

heya, I do not have access to a windows computer, and also it's hard for me to judge any errors regarding conda, since I do not have any experience with...

yeah, this is because I have not made vectors opaque yet (see https://pybind11.readthedocs.io/en/stable/advanced/cast/stl.html?highlight=list#making-opaque-types )... I don't feel comfortable doing that atm because I don't understand the consequences yet. So far,...

I have this problem, as well. The proposed solution does not work for me.

@mykelk 's solution worked for me

hi, in my tests it affected runtimes by an increase of 10%. I decided to get rid of numpy to make the package pure-Python and therefore more lightweight. Would you...

I'm also realizing that this package had an increase in usage over the last years, so I should probably start adding community guidelines and discuss major changes with some core...

you might want to consider switching to a newer version where some bugs caused by edge cases were fixed by contributors. v1.4.5 is the last version that used numpy

What do you think of a solution where the "numpy" versions of the routines are imported at runtime per default but if the import fails, the package falls back on...

To be honest, I developed this quite a few years ago and I just followed my intuition. I needed packing to bins with constant volume in a project and this...