Skip to content

v0.7.0

Choose a tag to compare

@rookslog rookslog released this 05 Jul 10:49
· 21 commits to main since this release
4eae3bf

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 is local_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.yml is check-only (black --check).
  • Trimmed the published sdist to source + essential metadata.

Removed

  • Dropped black from runtime dependencies (dev-only tool).

Full notes: CHANGELOG.md.