v0.7.0
First release of arxiv-mcp-pro published to PyPI — pip install arxiv-mcp-pro.
Added
library_influence— a descriptive influence panel over your downloaded library. Builds the induced citation subgraph across your local papers, then ranks them by personalised PageRank alongside global/local citation counts, author pedigree (max co-author h-index), and a has-code signal. The load-bearing column islocal_vs_global_delta— where a paper's standing inside your corpus disagrees with its global citation footprint (a corpus "hidden gem"). Opt-in[influence]extra:pip install "arxiv-mcp-pro[influence]".
Changed
- Release pipeline — publishing now uses PyPI Trusted Publishing (OIDC), no stored token;
lint.ymlis check-only (black --check). - Trimmed the published sdist to source + essential metadata.
Removed
- Dropped
blackfrom runtime dependencies (dev-only tool).
Full notes: CHANGELOG.md.