Enhancements:
- Skip metrics check when run is known to yield false result (alberttorosyan)
- Remove metric version check to improve performance of metric retrieval (mihran113)
- Move indexing thread to main process of `aim up` (alberttorosyan)
- Add AimCallback implementation for hugging face distributed runs (VassilisVassiliadis)
- Add py.typed marker to allow usage of existing type annotations (bluenote10)
Fixes:
- Decrease client resources keep-alive time (mihran113)
- Fix connection of data points on epoch alignment (mihran113)
- Resolve issue with adding duplicate tags to the same run (mihran113)
- Improve error messages for remote tracking server (mihran113)
- Fix spurious assertion error in message stream parsing (qzed)
- Correct indentation on query proxy object return statement (alberttorosyan)
- Fix typing issues in S3ArtifactStorage implementation (sbatchelder)