What’s Changed
🐛 Bug Fixes
- 修复帧属性中需要固定的属性出错的bug
🚀 Features
- 规范并重命名所有的功能函数
- 简化部分参数检查
- 优化保存帧数据为 `.bin` 文件的功能
- 依赖降级为Python `^3.6`
- 新增 `ReplaceCoreCoord` 替换帧数据 `CORE_ADDR` 为指定的功能
🧰 Maintenance
- 添加workflow
- 使用Black formatter
- 使用 `.pyi` 为用户进行代码提示
- 添加示例代码 `example.py`
- 更新README
Changelog: [`v0.0.10...v0.0.11`](https://github.com/PAICookers/PAITest/compare/v0.0.10...v0.0.11)