Hanjin Liu

Results 33 issues of Hanjin Liu

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of...

bug
python

As mentioned in #105, nested magic classes are misunderstood by the type checkers.

To use `whisper`, `magic-class` should also support microphone input. This PR provides widgets and type annotations for this purpose.

This PR adds support of `async` in magic-class. ```python @magicclass class A: x = vfield(False) async def f(self): while not self.x: time.sleep(0.1) print("Checked") ```

There are two problems at the moment. - Miss typing `&=df.iloc[, 3]` does not pass assertion. Regular expression needs update. - `&=df.values[:, 3]` should not be normalized as iloc indexer.

Use `map_overlaps` to implement tiled Wiener/Lucy deconvolution. - PSF should be properly cropped. - Parallelize 4D image stack processing.

enhancement

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

Close #31 TODOs - [ ] `lim` padding does not consider log scale now. - [ ] Better way to infer lower limit if

Multi-color lines are very useful to visualize additional dimension along the lines (such as trajectory). Implement it on the backend sides.

enhancement