Skip to content

TorchMeter v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 May 09:06
· 10 commits to master since this release
0a5c714

💥 Breaking changes

🌟 New Features

  • Feat/framework building (#11) @Ahzyuan
  • Improve the display of data that is an integer multiple of the… (#13) @Ahzyuan

🐞 Bug fixes

  • Fix error in loading config from file (#12) @Ahzyuan
  • Fix errors in dfs_task, indent_str and data_repr (#14) @Ahzyuan
  • Avoid sharing data when using variable data types as arguments. (#15) @Ahzyuan
  • Fix buffer memory cost duplicate calculation bug and organized c… (#16) @Ahzyuan
  • Better display and settings control (#17) @Ahzyuan
  • Rectify bugs of not toggling the flag when an inner change occurs in a container (#19) @Ahzyuan
  • Rectify the error that newcol_func can not reach all data (#21) @Ahzyuan
  • Rectify bugs in testing and measurement logic of ittp when GPU w… (#21) @Ahzyuan
  • Avoid discarding existing changes every time getting a Config instance (#21) @Ahzyuan

📖 Documentation

🧪 Tests

🤖 Workflow

  • Improve linting and formatting pipeline (#23) @Ahzyuan

📦 Build

🧰 Maintenance

🏗 Refactor

🍻 Acknowledgements

😊 Special thanks to all our contributors!
👏 Your contributions make torchmeter better for everyone!

@Ahzyuan