Magne Lauritzen

Results 9 issues of Magne Lauritzen

In my application I am loading very large files (order of 100's MB), and it naturally takes rather long to process them. It would be useful from the users point...

enhancement

Array unwrap is computationally expensive for large arrays. This PR makes sure the underlying array is not unnecessarily unwrapped if it has not changed since it was last unwrapped. All...

In ImageItem.py, an UnderflowError exception is thrown in _try_rescale_float by numpy.nextafter() if the histogram levels minVal and maxVal are both 0. This PR fixes the problem by instead setting maxVal...

This PR adds tolerance for NaNs in ImageItem autodownsampling. In the original code, NaNs in the image data would dominate after autodownsampling. With these changes, NaNs are ignored during downsampling.

I would love to give Kamui a try in my particular application where I am tasked with unwrapping weighted gridded data with one cyclical axis. However, I do not understand...

Hi yoyo, I'm using Kamui in my work and it's working really well. But recently, it has messed up my environment because it is not published on conda-forge, and I...

I was surprised to see `Skipping analyzing "asyncua": module is installed, but missing library stubs or py.typed marker` when linting my code that uses opcua-asyncio. I see that opcua-asyncio is...

First, thank you for creating and maintaining polarTransform - it's a valuable package for working with polar coordinate transformations and I use it in much of my work. Currently, polarTransform...

This PR fixes a bug where an inverted DateTimeAxis would not display any ticks because minVal and maxVal passed to `tickValues()` were not being sorted.