Ahmed Abdelaziz

Results 5 comments of Ahmed Abdelaziz

Hey, @kgryte! I would like to work on that. I checked the SciPy source code you shared; they are using direct implementation of the formula [here](https://en.wikipedia.org/wiki/Owen%27s_T_function). On the contrary, in...

@kgryte Boost is implementing the paper you referenced – [Fast and Accurate Calculation of Owen's T Function](https://www.jstatsoft.org/article/view/v005i05). It looks hefty; should I initially focus on supporting Skewed Normal Distributions and...

@willdurand Yes, I encountered this issue consistently with versions > 8.2.0. What hiccups do you suggest? I will look into them to confirm whether or not they cause the issue.

@brian978 Thanks for pointing out node version. Updating node from version `v20.19.0` to `v22.16.0` fixed the issue for me on `[email protected]`.

Spotify's GraphQL API has some changes. The `getAlbumMetas` method is removed. I didn't find any drop-in replacement for it so far. If you just need to get it to work...