Jerry Ling

Results 308 comments of Jerry Ling

hexbin has been added?

this is relevant? https://github.com/bugaevc/wl-clipboard/issues/41

Then we need a separate issue?

pin CuArrays to 0.9.1 and Flux to 0.7.1 results the following ``` [ Info: Constructing model... [ Info: Building the CUDAnative run-time library for your sm_61 device, this might take...

is it correct to say nearly all plots that can be done with `Plots.jl` + `plotly()` backend can be plotted in `Dash.jl` by using `Plots.plotly_series, Plots.plotly_layout` technique?

taking this example from docs: ```julia itr = (row.variety => parse(Float64, row.sepal_length) for row in rows) o = GroupBy(String, Hist(4:0.25:8)) fit!(o, itr) ``` What if: 1. each observation from `itr`...

in case you want wheels: https://github.com/Moelf/FHist.jl/blob/0c3dfdf118600507fa6a38aa0208a855d1347fa3/src/hist1d.jl#L90

## Variant (Union) logic We make a field with type `std::variant`,and actual content: `[1.0, 4, 3, 2, 1]` the field and column records look like the following: ```python # fields...

oh, it's was very recently implemented: https://github.com/root-project/root/commit/f4b676688a64cb7e7de7368561cab54a6aaaf1de - - - can confirm, using 6.27, and we cann see the 20-44 bits split: ```python print(numpy.bitwise_and(D["column-0"], numpy.uint64(0x00000000000fffff))) print(D["column-0"] >> 44) [0 0...

```python >>> import numpy as np >>> from pprint import pprint >>> import skhep_testdata >>> import uproot as up >>> import awkward as ak >>> filename = skhep_testdata.data_path("test_ntuple_stl_containers.root") >>> r...