3f6a

Results 28 issues of 3f6a

Quoting @williammartin https://github.com/cli/cli/discussions/9488#discussioncomment-10394536, > If you used the .pkg file to install, to upgrade you will need to download a newer .pkg file and go through the installer again. We...

enhancement
packaging
needs-investigation
needs-triage

Anyone has setup Pluto notebooks (https://plutojl.org) on Jean Zay? I usually do it by forwarding a port from the remote, but if I understand correctly this is disabled on Jean...

I could not find any instructions on the documentation of how to setup Julia (https://julialang.org) kernels for Jupyter. Usually this is done through the Julia package https://github.com/JuliaLang/IJulia.jl, which serves a...

```Julia using DensityRatioEstimation, Optim d = densratiofunc(5randn(100), randn(1000), KLIEP()) ``` I am running this but it takes forever. Seems it will never finish.

help wanted

Currently the official Jax docs show only installation instructions with `pip`. Recently `uv` has risen as a popular, robust and fast alternative to package management in Python. Please consider adding...

enhancement

### Motivation and description Say I have the arrays `x[i,b]`, `y[j,b]` and `A[i,j,b]`. Is there an efficient way to do the following "batched dot" operation: ``` [sum(x[i,b] * A[i,j,b] *...

It would be nice to mention on the README "official instructions" to setup this package with `uv`, which is now becoming the standard Python package manager.

It seems that trying to retrieve cells by giving a vector of int indices does not work, while a range works. More precisely, assuming that ```julia xls = readxlsx("path/to/xls")["Sheet_Name"] ```...