dustalov
evalica
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix mypy type errors on Python 3.14 (#60) * Initial plan * Fix mypy type errors for Python 3.14 - Convert Collection arguments to pd.Index for get_indexer calls - Use np.asarray with explicit dtype for pairwise_scores calls - Convert list to pd.Series for DataFrame column assignment Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com> * Improve gradio code to use pandas-idiomatic map operation Use df["winner"].str.lower().map(WINNERS) instead of creating intermediate list Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com> * Use cast and .array to avoid creating unnecessary Index objects - Use cast("pd.Index[Any]", xs/ys) instead of pd.Index(xs/ys) to avoid creating new objects - Use scores.array instead of scores for pairwise_scores calls - Simplify test to use index.get_indexer(index) instead of pd.Index(index.tolist()) Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com> * Simplify cast to use pd.Index without type parameter Remove [Any] from cast since pd.Index without type parameter is cleaner and equally type-safe. Also remove unused Any import. Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com> Co-authored-by: Dmitry Ustalov <dmitry.ustalov@gmail.com>
master
7 days ago
Simplify cast to use pd.Index without type parameter Remove [Any] from cast since pd.Index without type parameter is cleaner and equally type-safe. Also remove unused Any import. Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com>
copilot/fix-mypy-tests-python-3-14
7 days ago
Simplify cast to use pd.Index without type parameter Remove [Any] from cast since pd.Index without type parameter is cleaner and equally type-safe. Also remove unused Any import. Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com>
copilot/fix-mypy-tests-python-3-14
7 days ago
Simplify cast to use pd.Index without type parameter Remove [Any] from cast since pd.Index without type parameter is cleaner and equally type-safe. Also remove unused Any import. Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com>
copilot/fix-mypy-tests-python-3-14
7 days ago
Merge branch 'master' into copilot/fix-mypy-tests-python-3-14
copilot/fix-mypy-tests-python-3-14
7 days ago
Merge branch 'master' into copilot/fix-mypy-tests-python-3-14
copilot/fix-mypy-tests-python-3-14
7 days ago
Improve gradio code to use pandas-idiomatic map operation Use df["winner"].str.lower().map(WINNERS) instead of creating intermediate list Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com>
copilot/fix-mypy-tests-python-3-14
7 days ago
Improve gradio code to use pandas-idiomatic map operation Use df["winner"].str.lower().map(WINNERS) instead of creating intermediate list Co-authored-by: dustalov <40397+dustalov@users.noreply.github.com>
copilot/fix-mypy-tests-python-3-14
7 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs