Christoph Gohlke stopped maintaining the Windows binaries service.
Use conda-forge or pip with wheel packages instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Project is on "life support" with no new feature development.
Compatibility issues with Python 3.10+. Use gevent instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Official deprecation announced in GitHub issue #698.
Maintenance releases continue but no new development.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
No new PyPI releases in over a year. Multiple unresolved issues.
Use devpi or bandersnatch instead for local PyPI hosting.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Last commit February 2021. Original website (wimleers.com) is dead.
Bachelor thesis project from 2009, effectively abandoned.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Last release March 2019, 5+ years without updates.
Multiple unresolved issues. Use faker or mimesis instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Last release was v2.7.10.0 in June 2015. Python 2 reached EOL
in January 2020. Use Anaconda, Miniconda, or WinPython instead.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Last commit was August 2013 (12+ years ago).
Library interface disabled, incompatible with modern Python.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
No PyPI releases in 12+ months. Requires Python 2 which is EOL.
Numenta pivoted to commercial NuPIC platform for CPU inference.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
No longer open source. Requires $99 license for commercial use.
Project development stopped. Consider PySide6 or FreeSimpleGUI fork.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Project archived in 2019. Renamed to avoid gender stereotypes.
Use model_bakery instead. See github.com/model-bakers/model_bakery
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
MILA stopped development after v1.0. Succeeded by PyTensor
(maintained by PyMC team). See github.com/Theano/Theano
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove redundant blank line between Data Analysis and Data Validation sections for consistent spacing.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Run sort.py to ensure all entries are alphabetically sorted within their respective categories. This maintains consistency and improves readability throughout the list.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Enhance the Claude PR review workflow with:
- Remove redundant criteria mention (already in CONTRIBUTING.md)
- Add file access restrictions to prevent unnecessary file reads
- Require structured DECISION output format for automation
- Auto-close rejected PRs with explanatory comment
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
GitHub Sponsors funding configuration is no longer needed.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Improve the PR review command workflow to reduce API calls and clarify
the review process:
- Fetch PR details in single call (combine list + view data)
- Add quick rejection checks before API calls (conflicts, duplicates)
- Simplify terminology (APPROVE/REJECT -> PASS/REJECT)
- Streamline section headers for clarity
- Remove gh pr view from allowed tools (redundant with list)
This reduces unnecessary GitHub API calls and makes the review process
more efficient.
Co-Authored-By: Claude <noreply@anthropic.com>
Add YAML frontmatter with description and allowed-tools permissions to the review-pending-prs command file. This configures tool access restrictions for GitHub PR operations.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Define allowed Bash operations for gh CLI commands used in PR review
automation workflows.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Simplify gh pr list query using --search flag to filter by label,
reorganize rejection criteria with merge conflicts first, and streamline
output format instructions.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Replace review-pr command with review-pending-prs to enable efficient
batch review of open PRs. New command fetches up to 10 unreviewed PRs,
performs automated checks, and provides bulk actions (close rejected,
label approved, request fixes).
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Replace self-promotion rule with category placement check to better reflect actual review priorities.
🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>