Skip to content

chore: Release 0.9.15#20

Merged
shaonianche merged 4 commits intomainfrom
release
Feb 2, 2026
Merged

chore: Release 0.9.15#20
shaonianche merged 4 commits intomainfrom
release

Conversation

@shaonianche
Copy link
Owner

@shaonianche shaonianche commented Feb 2, 2026

#19

Signed-off-by: friendsa <github@duanfei.org>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @shaonianche, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request prepares the project for release 0.9.15 by focusing on several key areas: updating user-facing documentation, enhancing application performance, modernizing the development and build toolchain with uv, and significantly improving code quality through new linting, type checking, and test coverage integrations. These changes aim to streamline development, ensure code robustness, and provide clearer project information.

Highlights

  • Documentation Updates: The README.md has been updated to clarify the project's status as a community-maintained fork and to reflect the modernized CLI usage with uvx.
  • Performance Improvements: Redundant record re-encoding verification has been removed from FitFile.from_bytes, and Field.to_bytes has been optimized using b''.join for better performance.
  • Build Toolchain Modernization: The project has switched its build toolchain to uv, and the CLI now supports uv commands. This includes updates to pyproject.toml and uv.lock to manage dependencies and build processes more efficiently.
  • Code Quality and Testing Enhancements: New configurations for ruff (linting), mypy (type checking), and codespell (spell checking) have been added to pyproject.toml. Codecov integration has been added, and overall test coverage has been improved, alongside fixes for existing test errors.
  • Changelog Management: The towncrier tool has been integrated for automated changelog generation, with various news entry types defined in pyproject.toml and new news fragments added for this release.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/publish.yml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request prepares for the 0.9.15 release by improving the project's development tooling, updating dependencies, and refreshing the documentation. The changes are solid and move the project in a good direction. The main point to address is updating the package version in pyproject.toml to 0.9.15 to align with this release, as noted in the specific comment.

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.97%. Comparing base (aefb0ae) to head (ea0dd41).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   89.69%   84.97%   -4.73%     
==========================================
  Files          21       21              
  Lines        1398     1398              
  Branches        0      296     +296     
==========================================
- Hits         1254     1188      -66     
  Misses        144      144              
- Partials        0       66      +66     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: friendsa <github@duanfei.org>
Signed-off-by: friendsa <github@duanfei.org>
Signed-off-by: friendsa <github@duanfei.org>
@shaonianche shaonianche merged commit ec8ffa1 into main Feb 2, 2026
7 of 8 checks passed
shaonianche added a commit that referenced this pull request Feb 5, 2026
* fix:default header crc

* Update fit_tool/fit_file_builder.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@shaonianche shaonianche deleted the release branch February 5, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant