You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally one of v3's milestones, but we decided to change it as it can be left for later, to speed up releasing v3.
The entire library can benefit from these changes:
Vectorize all functions up to the level where they communicate with SWIG (it will make future migration a piece of cake).
Decorator to automatically dispatch input and remove all the ndim checks in the output of vectorized functions. --> This removes the need to check the ndim of the output every time, in every function.
Move easily portable code from C to Python using myccl. --> This is some work I have done independently to verify that most of the C code can be ported to Python with no speed disadvantage.
The 3rd step is much easier if 1 and 2 are done.
The text was updated successfully, but these errors were encountered:
This was originally one of v3's milestones, but we decided to change it as it can be left for later, to speed up releasing v3.
The entire library can benefit from these changes:
ndim
checks in the output of vectorized functions. --> This removes the need to check thendim
of the output every time, in every function.The 3rd step is much easier if 1 and 2 are done.
The text was updated successfully, but these errors were encountered: