Klaus Zimmermann

Results 29 issues of Klaus Zimmermann

**What happened**: When using a large number of tasks with `np.ma.core.MaskedArray` blocks, sometimes the scheduler loses the ability to deserialize them. I think I have tracked this down to a...

core
bug

## Expected behavior and actual behavior. In Conda-forge, when building Gdal with Cmake on Windows, we ran into the following problem. In the Python bindings `CMakeLists.txt`, in [line 107](https://github.com/OSGeo/gdal/blob/dbf2ae50d0b43496c70328ccc4450c5ded90cc46/swig/python/CMakeLists.txt#L107) the...

Right now, you cannot switch to a workspace that is active on another monitor. It would be nice to be able to do that, resulting in the swapping of the...

In 2018 netcdf-c moved to a 3-clause BSD license. Is a similar move for netcdf-fortran planned or do you expect to stick with the custom NetCDF license for the foreseeable...

Recently, @mbargull has updated some Perl parts of conda-forge and in the process simplified the way Perl packages can be built. This was already exploited with good effect by @tdegeus...

Docs

### Description This updates the devcontainer configuration. Instead of being based on our own CI images (which have been removed in #13162), it is based on the devcontainer miniconda template,...

cla-signed

### What is the idea? [Devcontainers](https://containers.dev/) are a convenient way to provide a consistent development environment, particularly for newcomers and in situations such as with Conda, where the setup can...

type::task
source::partner
backlog

This replaces the custom Cmake modules `FindBz2.cmake` and `FindBzip2.cmake` with the standard `FindBZip2`, included in Cmake. This entails a few changed variable names, but I tried to contain them in...

I think there is some confusion between Bzip2 and Bz2 in the Cmake build. Namely, there are two Cmake detection modules ([here](https://github.com/Unidata/netcdf-c/blob/main/cmake/modules/FindBz2.cmake) and [here](https://github.com/Unidata/netcdf-c/blob/main/cmake/modules/FindBzip2.cmake)), but only the Bz2 one seems...

This is an omnibus PR adding a fair bit of documentation to the infrastructure page that is being migrated from the earlier cf-infra-docs repo. To ease review, the intention is...

Docs