-
Groovy `ohlcPlotBy` never renders. It has a spinner.
This was observed on v0.29 by @elijahpetty.
```groovy
import static io.deephaven.csv.CsvTools.readCsv
import static io.deephaven.api.a…
-
#4579 is buggy.
This code runs fine:
```python
from deephaven import empty_table
import numpy as np
import numba as nb
t = empty_table(10).update(["A=i%2", "B=i"]).group_by("A")
# Testi…
-
https://typescript-eslint.io/rules/method-signature-style/
Using the property option makes TS a little stronger in its function signature checks compared to the method option. We should enable this…
-
There's potential confusing when our main branch refers to the version of our _next_ release, as opposed to some scheme that better denotes its in-development status.
In practice, Java patterns typ…
-
In the following code, `datetime_col` seamlessly handles the conversion of various types to column values. On the other hand, `deephaven.dtypes.array` does not. `deephaven.dtypes.array` should suppo…
-
**Description**
Originally I filed this because I thought the button should refresh a dataframe created from a ticking table.
The tooltip to refresh a dataframe is unclear. Since Deephaven is ba…
-
I am trying to create a UI for PartitionedTable in web client, but I don't have a way of accessible the key columns. I would like to be able to call a function similar to `PartitionedTable.key_columns…
-
**Description**
In query strings in which a function is called amongst other logic (addition, subtraction, etc.), an error is raised complaining about no operator for the type `java.lang.Obje…
-
DH queries seem to have a hard time correctly inferring the type if the return value is a tuple containing a single element, even if the type hint is correct.
```python
from typing import List, …
-
```
from deephaven import empty_table
import numpy as np
from numba import vectorize, float64
from numpy import sin as npsin
from time import time
@vectorize([float64(float64)])
def npsin2(x)…