Skip to content

v2.10.0

Choose a tag to compare

@ywatanabe1989 ywatanabe1989 released this 14 Mar 05:42
· 189 commits to main since this release
e5f76e5

What's New

CLI

  • Added --help-recursive flag for recursive subcommand help display

Python API

  • Applied @supports_return_as decorator to 30 public API functions across 7 modules (bib, figures, tables, compile, export, guidelines, project)

MCP

  • Added -v/-vv/-vvv verbosity flags to mcp list-tools command

README

  • Restructured with Problem/Solution/Part of SciTeX/Four Freedoms sections
  • Changed to Three Interfaces format (Python API, CLI, MCP)
  • Expanded acronyms on first appearance (MCP, CLI, CSV, IMRAD, CRUD)
  • Fixed tool count from 38 to 39

Dependencies

  • Added scitex-dev>=0.1.0 as runtime dependency
  • Added scitex keyword to pyproject.toml

Fixes

  • Fixed import scitex as stximport scitex in usage text and examples