chore: OSS リポジトリ整備 (大手OSS慣行に準拠) - #1
Merged
Merged
Conversation
- 内部作業ログ・生成物を削除 (task_log.txt, final_report.txt, run_all_steps.sh, generate_final_report*.py, 結果CSV一式, ビルド済み _lib.abi3.so) - benchmark*.py を benchmarks/ に集約し README を追加 - DEVELOPMENT.md を docs/ に移動し README からリンク - .gitignore に *.so / *.csv 等の生成物パターンを追加 - pyproject.toml / Cargo.toml に PyPI/crates 向けメタデータを追加 (description, license, authors, classifiers, urls) - Cargo.toml: pyo3/extension-module をデフォルトから外し cargo test のリンクエラーを解消 (maturin 側で有効化) - CI: maturin develop (venv必須で失敗) を pip install . に変更、 scipy/scikit-learn を追加、workflow_dispatch 対応 - README: 実CIバッジ化、未公開PyPIの install 手順修正、 テスト数を83に統一、Optuna 連携と開発ログを記載 - CHANGELOG: 未リリースのため [Unreleased] に変更 - Issue テンプレート (bug/feature/benchmark) と PR テンプレートを追加 検証済み: cargo test --release (12 passed) / pip install . + pytest (69 passed, 2 skipped) https://claude.ai/code/session_019iMegoDQCz6ZzPDgKR3CcV
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.
run_all_steps.sh, generate_final_report*.py, 結果CSV一式,
ビルド済み _lib.abi3.so)
(description, license, authors, classifiers, urls)
cargo test のリンクエラーを解消 (maturin 側で有効化)
scipy/scikit-learn を追加、workflow_dispatch 対応
テスト数を83に統一、Optuna 連携と開発ログを記載
検証済み: cargo test --release (12 passed) /
pip install . + pytest (69 passed, 2 skipped)
https://claude.ai/code/session_019iMegoDQCz6ZzPDgKR3CcV