v2.0.7 - Update pyproject.toml URLs (#57)
UltralyticsAssistant
released this
22 Sep 14:59
·
17 commits
to main
since this release
🌟 Summary
v2.0.7 enhances the project by improving metadata accessibility and ensuring clarity through focused code updates.
📊 Key Changes
- Updated
pyproject.toml
to include new links for Homepage, Source, Documentation, and Changelog. - Bumped the project version from 2.0.6 to 2.0.7.
- Refined code with updated string formatting to use modern f-strings.
- Improved error message logging for clarity in
thop/profile.py
. - Fixed tensor size logic in
count_convNd_ver2
function.
🎯 Purpose & Impact
- Enhanced User Navigation: 🖱️ The addition of direct links to the project's homepage, source, and documentation provides users with easy access to essential resources.
- Transparency and Tracking: 📜 A new Changelog URL helps users keep track of changes and updates conveniently.
- Readability and Maintenance: 🧹 Transition to f-strings improves code readability, making it easier for developers to work with and maintain.
- Error Identification: 🚨 Improved logging messages help developers quickly identify and resolve issues.
- Robust Performance: 🏋️ Bug fixes in tensor handling ensure accurate performance measurements in convolutional operations, maintaining integrity in computational processes.
What's Changed
- PyUpgrade 3.8 updates by @glenn-jocher in #55
- Update pyproject.toml URLs by @glenn-jocher in #57
Full Changelog: v2.0.6...v2.0.7