Releases: janosh/tensorboard-reducer
v0.3.1
What's Changed
- Add
verbose
flag to CLI and Python API by @janosh in #32 - DRY workflows by @janosh in #33
- Ignore tag order while checking their occurrences (strict_tags) by @HeinrichAD in #36
New Contributors
- @HeinrichAD made their first contribution in #36
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Pyproject in #30
- 4d8c214 add assets/tensorboard-reducer-square.svg
- 4c66164 upgrade pre-commit hooks and apply new black format
- f0a7e4d add Open in Colab links to readme example notebook table
- 694f77e add date-released, affiliation, email, orcid to citation.cff
- 5b88d74 split release step in test.yml into its own job
- b713fd4 Add
devcontainer.json
for running notebooks in GitHub Codespace (#29) - 9f229f7 add docformatter pre-commit hook
- fd6c845 add CITATION.cff
Full Changelog: v0.2.10...v0.3.0
v0.2.10
What's Changed
7ecd195 Add paper (#27)
0add180 tweak readme examples table
59769ff Add examples/wandb_integration.ipynb
(#26)
510e1b6 add link checking CI
72ec38e add examples/functorch_mlp_ensemble.ipynb
3b8ab1d refactor std out_dir
handling in write_tb_events()
fe8e01c mv scripts/generate_test_data.py tests/runs/_generate_test_data.py
f52d0f5 mv assets/python_api_example.ipynb examples/basic_python_api_example.ipynb
16d6cce add readme link to example notebook on GH
This release will be archived to Zenodo.
Full Changelog: v0.2.9...v0.2.10
v0.2.9
v0.2.8
What's Changed
3b4097c breaking change: rename write_df()
to write_data_file()
(#21)
6d34686 refactor test_load_tb_events_strict()
and test_load_tb_events_handle_dup_steps()
9eae83f Add "launch binder" badge to readme (#20)
50b93e2 pre-commit set default_install_hook_types: [pre-commit, commit-msg]
0258d94 use pytest
tmpdir
fixture
Full Changelog: v0.2.7...v0.2.8