Features: - `View.add` uses vararg can add multiple components - `write.text.to_json` now supports the object annotated by `json_data`
Fix: - Fix the web watcher components constructors. - Fix `iou_1d` return type annotation.
0.1.17
Features: - Implement `iou_1d` in `tensorneko.evaluation.metrics` to calculate 1D IOU score for multiple proposals to multiple labels.
Fix: - Fix subtitles in web watcher loggers - Fix the shape input in video writer
0.1.15
Features: - Add unpack support for `audio_data` and `video_data` - Add default call for readers - Add `Conv1d`, `Conv3d`, `Aggregation` and `Stack` - Add `padding_video`, `padding_audio` - Add `Server` for tensorboard. Add `with` keyword support for servers.
0.1.13
Features: - Add `Image` class for web watcher display images. - Add `json_data` for parsing JSON to class. Use `cls` argument in `tensorneko.io.read.text.of_json`. - Add `Seed` class for manually setting seeds to ensure reproducibility.
0.1.11
Fix: - Variable watcher feature should work fine now. - Refactor the implementation of web variable watcher. - Change module name `web` to `watcher`.
0.1.9
Features: - new module `tensorneko.visualization.web` for variable watching as web server.