Tensorneko

Latest version: v0.3.21

Safety actively analyzes 723756 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 11

0.1.25

Features:
- Refactor the `fn.py` library to integrate into the project because `fn.py` has a long time not been maintained, which is not compatible with Python 3.10.
- `tensorneko.util.Option`, `Some` and `Empty`: A monad to handle optional data.
- `tensorneko.util.Seq`: A linear collection able to process in the pipeline with method chaining.
- `tensorneko_util` library now supports Python 3.10.

0.1.24

Features:

- The codes which do not require `PyTorch` and `PyTorch_Lightning` have been moved to an independent library `tensorneko_util`, but the previous API is not changed.
- You can use this new library with `pip install tensorneko_util`

Fix:

- `tensorneko.util.identity` function now can process the single argument.
- `tensorneko.io.write.video.to` now requires argument `audio_codec` to correctly save video if the argument `audio` is provided.

0.1.23

Features
- Add pickle friendly identity function `tensorneko.util.identity`
- Add wrappers for matplotlib `plot` and `imshow`

Fix:
- The `matplotlib` and `seaborn` requirements now are optional
- Align the text reader default call to `of`

0.1.22

Features:
- Several defined colors for visualization, and a seaborn palette with these colors.
- Add fast implementation based on `Pytorch` to speed up the `resize_video`.

Fix:
- Fix the tooltip line break in LineChart.

0.1.21

Features:
- Now the program will warn when the signature of a `dispatch` function is overridden.
- `View` can get the components by`View[name]`
- Add `dispatch.of(*types)` for manually registering types
- Add `ref` for Ref type wrapper for primitive types
- `Variable` and `ProgressBar` can bind to `Ref`.
- `LineChart` for web watcher visualization

Fix:
- `dispatch` now can support class methods

0.1.19

Features:
- Add `View.add_all()` which can add all previously defined components to the view.
- `dispatch` for multi-dispatch functions.

Page 9 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.