Alexey Kozhevin

Results 9 issues of Alexey Kozhevin

Resulting dataset will not have `self.dataset`. Working example: ``` ppl = Dataset(10).p.load(src=np.arange(10), dst='comp').rebatch(2).print(B.comp) ppl.run(3, bar=True) ``` Another one: ``` ppl = Pipeline().load(src=np.arange(10), dst='comp') ppl += Pipeline().rebatch(2).print(B.comp) (ppl

Rename `skeletonize` to `skeletonize_slide`

![image](https://github.com/analysiscenter/batchflow/assets/19620584/0e5a04d1-497b-414c-a9bf-4fe65ea2db70)

``` for p in plotter: p.ax.axis('off') ```

Due to `pformat` ![Screenshot 2023-04-27 at 17 17 31](https://user-images.githubusercontent.com/19620584/234890526-edf0b1c5-46af-43cd-b6cf-c76e9ee79345.png)

Here you can find published version: https://alexeykozhevin.github.io/segfast/ Documentation will be rebuilt each time after `main` updates.

For scrollable outputs (like `git log`): ``` apt install less ``` For `show_3d(..., savepath='...png')` in `seismiqb` ``` pip install kaleido ```

- Update docker image version - Update for new `pytest` - Fix release workflow - Remove `utils_notebook.py` (use `nbtools` instead)

Change `try_import` for a case where module exists but an `ImportError` is raised due to incorrect imports from it. E.g., `matplotlib>=3.9.0` doesn't have `matplotlib.cm.register_cmap`