Np.geomspace not included?

seem to be included in latest BL 3.2

but not in older B 2.79

#########

i tried to use the np.geomspace and it does not exist in blender !

anyone knows why ?

as it been forgotten or can it be added ?

thanks
happy bl

geomspace was not added to numpy until v1.12 which came out just a few weeks before Blender 2.79 was launched. At the time, it would have been too risky to update numpy so close to a launch, so the version of numpy that 2.79 has will not have geomspace. You could manually update numpy to v1.12- but that could cause some compatibility issues, so I would probably just recommend adding the latest numpy as a secondary module that you can import specifically for this use case.

1 Like

thanks for comments

iā€™m slowly porting old scripts to bl 3.2

so will do that for this little numpy tut addon i did

i did so many things in 2.79
and still wondering if i should update all old bl files to bl 3.2
so much differences between 2.79 and 3.2 LOL

thanks
happy bl