Release v0.5.0#60
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Summary of ChangesHello @k-ibaraki, 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! このプルリクエストは、バージョン0.5.0のリリース準備を目的としています。Excelファイル処理機能の強化に焦点を当て、新しい機能の導入、既存機能の改善、複数のバグ修正、およびパフォーマンスの最適化が含まれています。これにより、より効率的で堅牢なExcel操作が可能となり、開発者体験とシステムの安定性が向上します。 Highlights
🧠 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. Changelog
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Pull request overview
このPRはv0.5.0のリリースを準備するものです。バージョン番号の更新とCHANGELOG.mdの追加が含まれています。複数の機能追加PR(#51, #48, #53, #52, #58, #35, #39, #40)で実装された変更をまとめた、標準的なリリースPRです。
Changes:
- pyproject.tomlのバージョンを0.4.0から0.5.0に更新
- CHANGELOG.mdを新規作成し、v0.5.0の変更内容を記載
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | バージョンを0.5.0に更新 |
| CHANGELOG.md | v0.5.0のリリースノートを追加(Added、Changed、Fixed、Performance、Documentationの各セクションを含む) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - Cell style information retrieval with `include_cell_styles` parameter (#51) | ||
| - Automatic frozen row header detection with `include_frozen_rows` parameter (#48) | ||
| - Optional axis range expansion with `expand_axis_range` parameter (default: false) (#47, #53) | ||
| - Metadata-only mode with `metadata_only` parameter for efficient Excel file inspection |
There was a problem hiding this comment.
CHANGELOGに「Metadata-only mode with metadata_only parameter」が追加機能として記載されていますが、実際のコードベース(src/server.py、src/sharepoint_excel.py、README.md、テストファイル)を確認したところ、このパラメータは実装されていません。Issue #44とPR #35のメタデータによると、metadata_onlyは以前削除されており、再追加の検討が行われていましたが、v0.5.0には含まれていないようです。この行を削除するか、実際に実装されている場合は実装箇所を確認してください。
Release v0.5.0
このPRはv0.5.0のリリースを準備します。
Added
include_cell_stylesparameter (feat: add include_cell_styles parameter for Excel cell formatting (Issue #43) #51)include_frozen_rowsparameter (feat: add include_frozen_rows parameter for automatic header inclusion #48)expand_axis_rangeparameter (default: false) (範囲自動拡張機能(_expand_axis_range)の再検討 #47, feat: make expand_axis_range optional with default false (#47) #53)metadata_onlyparameter for efficient Excel file inspectionChanged
Fixed
Performance
Documentation
詳細は CHANGELOG.md を参照してください。
🤖 Generated with Claude Code