T-Flet

Results 4 issues of T-Flet

This issue is a summary and a minimal-but-general example of 3 currently open issues: - 2020, higher-dimensional: https://github.com/numba/numba/issues/5124 - Late 2020, C-contiguity & ellipsis workaround: https://github.com/numba/numba/issues/6481 - 2022, F-contiguity: https://github.com/numba/numba/issues/7840...

enhancement
Blocked awaiting long term feature

## Description Following the [Python package CUDA Version installation instructions](https://github.com/microsoft/LightGBM/tree/master/python-package#build-cuda-version) produces no errors, but running it with device = 'cuda' in the parameter dictionary does (at least on Windows), yielding...

question

I tried the [widget renderer example in the documentation](https://vegafusion.io/widget_renderer.html) in VS Code, where no errors are raised (ignoring deprecations due to altair 5.x) but it is not clear whether the...

bug

**Behaviour**: In some cases slicing a dataframe with .loc over the boundary between partitions results in only the last partition being considered. One such case is the example below, in...

dataframe
needs attention
bug