Benoit Bovy

Results 110 issues of Benoit Bovy

I'm trying to use the feature introduced in #85, so I added `cmake-ide-rdm-rc-path` in `.dir-locals.el` like this: ``` ((nil (cmake-ide-rdm-rc-path . "/valid/path/to/.rdmrc"))) ``` However, cmake-ide doesn't seem to use it...

worksforme

Closes #492 TODO: - [ ] add some tests.

Type: Bug
Category: CMake
Category: Compiler
Status: In Progress

### Update by Erik 2021-10-25 A sensible pattern to do this is by doing either... ``` $ sudo -E conda install -c conda-forge nb_conda_kernels $ sudo -E conda create -c...

needs-documentation

Just curious if anyone here has thoughts on this. For more context: [Awkward](https://github.com/scikit-hep/awkward-1.0) is like numpy but for arrays of very arbitrary (dynamic) structure. I don't know much yet about...

topic-arrays

- [x] Closes #6852 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst`

### What happened? It seems that `align(*, join="override")` may have affected and still may affect the metadata of index coordinate data in an incorrect way. See the MCV example below....

bug
topic-metadata

### What is your issue? xref https://github.com/pydata/xarray/pull/6795#discussion_r932665544 and #6293 (Public API section). The `scipy22` branch contains the addition of a `.set_xindex()` method to DataArray and Dataset so that participants at...

design question
topic-indexing

It allows passing options to the constructor of a custom `Index` subclass, in case there's any relevant build options to expose to users. This could for example be the distance...

As a follow-up on #18 and #31, it would be nice if the "search button" and the cluster management section on the side panel could work across multiple (conda) environments....

enhancement