Releases: lanpa/tensorboardX
Releases · lanpa/tensorboardX
Release Version 2.6.5
What's Changed
- Fix scalar to 0D array conversion to eliminate NumPy 1.25+ DeprecationWarning by @Copilot in #760
- Fix CI: remove visdom dep and use positional args in np.reshape by @lanpa in #763
- Bump protobuf from 4.22.3 to 5.29.6 by @dependabot[bot] in #762
- Fix GSC: Call os.fsync on flush by @lanpa in #731
- Fix os.fsync call for non-file writers (S3, GCS) by @lanpa in #764
- Fix SummaryWriter writing to disk when write_to_disk=False in add_scalars (#748) by @lanpa in #765
- Release Version 2.6.5 by @lanpa in #766
New Contributors
- @Copilot made their first contribution in #760
Full Changelog: v2.6.4...v2.6.5
Release v2.6.4
What's Changed
- update deprecated parameter and fix #714 by @hubutui in #715
- Fix: make writer fw_tag windows compatible by @DumbMice in #721
- Remove caffe2 support by @lanpa in #734
- Remove beholder by @lanpa in #740
- Use ruff as linter by @lanpa in #741
- Update LICENSE, fix copyright license year by @JasonnnW3000 in #744
- Add moviepy 2 compatibility by @Daraan in #747
- Add
use_metadatacontext manager (fixes #745). by @tillahoffmann in #746 - Update support to paddle by @HydrogenSulfate in #728
Full Changelog: v2.6.2...v2.6.4
Release v2.5
Dependency cleanup (#666) fixes #663 * fix dependency issues * remove py36 test
Release v2.4
Remove a dependency issue caused by v2.3. (#631)
Release v2.3
2.3 (2021-06-20)
- Support logging to comet.ml simutaneously.
Release v2.2
- Support for type hints.
- Dropped Python 2 support.
- Bug fixes, see the commit log in Github.
Release v2.1
2.1 (2020-07-05)
- Global SummaryWriter that mimics python's default logger class, concurrent write is supported.
- 200x speed up for add_audio. Please install the soundfile package for this feature.
- Supports jax tensors.
- The add_graph function is delegated to the one in torch.utils.tensorboard.
- Bug fixes, see the commit log in Github.
Release v2.0
2.0 (2019-12-31)
- Now you can tag Hparams trials with custom name instead of the default epoch time
- Fixed a bug that add_hparams are rendered incorrectly with non-string values
- Supports logging to Amazon S3 or Google Cloud Storage
- Bug fixes and error message for add_embedding function
- Draw openvino format with add_openvino_graph
Release v1.9
- Use new JIT backend for pytorch. This works better with pytorch 1.2 and 1.3
- Supports hparams plugin
- add_embedding now supports numpy array input
release v1.8
1.8 (2019-07-05)
- Draw label text on image with bounding box provided.
- crc32c speed up (optional by installing crc32c manually)
- Rewrite add_graph. onnx backend is replaced by JIT to support more advanced structure.
- Now you can add_mesh() to visualize colorful point cloud or meshes.