Skip to content

ScholarAIO v2.0.0

Latest

Choose a tag to compare

@ZimoLiao ZimoLiao released this 17 Aug 04:43
9772518

ScholarAIO 2.0.0 is the first stable release in the 2.x line.

Highlights

  • A documented 2.x public contract around ScholarAIO as an All-in-One academic harness for agents.
  • Richer Library WebUI search, filtering, citation, and cross-platform PDF workflows.
  • Automated cross-project agent setup and the Nature workflow bridge.
  • A leaner base install with MinerU cloud support isolated in its own optional extra.
  • Full-instance backup and one-click restore for config, local secrets, data, workspaces, published outputs, and control state.
  • Post-beta backup integrity, timeout, restore-safety, and chunk-filter correctness fixes.

Upgrade

Users upgrading from 1.4 or 1.5 do not need another data-layout migration. See the 2.0 upgrade guide.

v2.0.0-beta.1 already reported 2.0.0 in its installed package metadata. Beta users should reinstall explicitly:

python -m pip install --force-reinstall --no-deps "scholaraio==2.0.0"
python -m pip check
scholaraio setup check

Install the stable release from PyPI with:

python -m pip install --upgrade "scholaraio[full]>=2,<3"

See the full changelog for details.