Wolf Vollprecht

Results 446 issues of Wolf Vollprecht

currently the readme badge for Travis says macOS as label, when it should say PPC64LE :)

We have the (working) rvectorize, but afaik there is no way to expose just a function pointer with `RCpp` (without the decorations). Maybe @eddelbuettel has a hint? I.e. this is...

Feature Request

We can use `libmatio` and base off of @massich s work of packaging it for conda.

we have custom CMake modules in the modules folder. However, they're not installed currently. We should make it more convenient for users, and install them to the appropriate location.

https://github.com/OpenImageIO/oiio/blob/master/src/python/py_oiio.h Especially regarding loading volumetric images / images with multiple channels.

https://github.com/ctabin/libzippp (or something similar with compatible license)

Write down the generally supported files that libsndfile (wav, ogg ... ) and openimageio (jpg, png, tiff, bmp, gif, ... with ffmpeg even videos) can read.

Enhancement

Libsndfile is great, but there is another option: https://github.com/NativeInstruments/ni-media This is a modern C++ media library based on the std::stream interface. It natively supports MP3 on Mac & Windows (sadly...

Enhancement

Currently, GEMM and GEMV (and related functions) call `scal` which is not totally correct. In the original BLAS implementation, first it is checked wether the scaling parameter is `0` or...

We've moved the quetz-frontend into a seperate repo: https://github.com/mamba-org/quetz-frontend

enhancement