Closed
Conversation
🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
- Webサイト関連ファイルを削除 - .github/workflows/deploy-openjij-www.yml - www/ ディレクトリ全体 - プロジェクトメタファイルを削除 - CODE_OF_CONDUCT.md - CONTRIBUTING.md - oneAPI.repo 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- setup.cfg: python_requires >=3.9 - CI: Python 3.8 ジョブ削除 - テンプレートファイル削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- setup.cfg: python_requires <3.14、classifier追加 - pyproject.toml: black target-version py313追加 - CI: Python 3.13 テスト・ビルドジョブ追加 - ワークフロー: 不要なキャッシュ設定削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- cimod: v1.6.0 → v1.7.1 - googletest: v1.13.0 → v1.17.0 - nlohmann_json: v3.11.2 → v3.12.2 - pybind11_json: 0.2.13 → 0.2.15 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 不要なバッジを削除(CodeQL、Codacy、Maintainability) - Coverage Graphセクションを削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- setup.cfg: requests >= 2.28.0, < 2.32.0 を削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- setup.cfg: typing-extensions >=4.2.0 依存削除 - sampler/: 条件付きimportを標準typingに変更 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- .pre-commit-config.yaml: 設定ファイル削除 - dev-requirements.in: pre-commit依存削除 - README.md: pre-commit文面を削除 - MANIFEST.in: pre-commit除外ルール削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- README.md: テスト実行例をpython -m pytestに更新 - setup.cfg: test=pytestエイリアス削除、pytest-runner依存削除 - dev-requirements.in: 重複pytest-runner削除 - setup.py: 条件付きpytest-runner追加コード削除 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- ワークフロー: format.yml削除、lint-format.yml追加 - 依存関係: format/lint-requirements.in削除、ruff追加 - 設定: pyproject.tomlをruff設定に更新 - 文書: README.mdをruffコマンドに更新 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- setup.py/setup.cfg: 削除 - pyproject.toml: scikit-build-core設定追加 - dev-requirements.in: 依存関係更新 - README.md: pyproject.tomlベース手順に更新 - CI: scikit-build-core対応 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Related issue
Sample code
Destructive changes
Misc