### Features
- Add opentelemetry to report tensor ready order (#42)
### Features
- Better debug log including tensor info when executing ops
- Make full precision decentralized op stateless (#36)
### Bug Fixes
- Always mark bagua padding tensor as ready
### Bug Fixes
- Fix decompress incorrect pointer and typo in error msg
- Fix python gil deadlock during getting data ptr
### Features
- Replace NCCL with Aluminum (#7)
- Support creating BaguaTensor by passing torch tensor directly (#19)
- Compatible mode for getting pytorch tensor info with Python interpreter
### Features
- Initial support for python op (#2)
### Bug Fixes
- Move import bagua_install_library to install library function
- Merge bagua_install_library and setup.py, remove nccl<=2.6 support
### Features
- Add version.py placeholder to prevent file not found error
### Bug Fixes
- Only run publish once on git tag
### Features
- Install nccl deps in bagua core and add generated __version__ variable
### Bug Fixes
- Fix ci pypi versioning
- Remove __init__.py and python __version__, use cargo version
### Features
- Initial commit of bagua core impl
- Add python packaging related files
- Only publish pypi for master commits
- Add __version__ variable