All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Fixing bugs, new version for gradium.
Fixing bug in formatter, where excluded keys are ignored.
Fixing bug in averager when deleting the _count_ key.
Improve distributed with coalesced calls, and removing synchronization points. Add new TensorAverager that also eliminates sync points when averaging metrics. Add support for using a TensorAverager in the LogProgressBar to also avoid sync points unless when actually logging. Use weakrefs in AttributeWrapper to avoid creating cycles.
Fix wandb audio logging
Forgot to add MANIFEST.in so 0.01 was broken...
Initial release.
Added broadcast for any object type.