Skip to content

Releases: nufegia/pre-check-research

v1.3.2

31 May 01:53

Choose a tag to compare

v1.3.2

  • Updated package and citation metadata author attribution to Daotuan Wang.
  • Updated MIT license copyright holder to Daotuan Wang.

v1.3.1

30 May 15:17

Choose a tag to compare

Changes

  • Fixed the audit HTTP user agent to use the package version consistently.

Verification

  • python3 -m pytest: 157 passed
  • python3 -m pcr_audit.cli --version: 1.3.1

v1.3.0

30 May 13:43

Choose a tag to compare

Added layout-aware XLSX extraction that splits visually arranged source-data sheets into separate logical tables using borders, blank row/column separators, merged-cell labels, and cell ranges.

Preserved unsegmented sheets in mixed workbooks so normal long-form data sheets remain available alongside extracted layout tables.

Added regression coverage for bordered Excel table extraction and mixed-workbook preservation.

v1.2.0

25 May 14:11

Choose a tag to compare

  • Added public report export support with schema metadata and CLI coverage.
  • Expanded project audit checks for references, image signals, routing, raw data, and summary-stat crosschecks.
  • Improved benchmark fixtures, benchmark reports, and documentation for the updated audit behavior.
  • Added development tooling configuration for pytest, ruff, mypy, and type stubs.

v1.1.0

23 May 16:18

Choose a tag to compare

  • Renamed the project to pre-check-research and standardized the pcr CLI/output prefix.
  • Added project-level audits for mixed research materials.
  • Expanded raw-data, summary-stat, p-value, image, provenance, corpus, and code checks.
  • Added benchmark coverage and open-source release files.