Skip to content

bibliometrics, v3.0.0

Compare
Choose a tag to compare
@cicirello cicirello released this 05 Nov 20:31
· 15 commits to main since this release
910efcf

[3.0.0] - 2023-11-05

BREAKING CHANGES: See Changed section for details.

Added

  • Calculation of h-median
  • Calculation of R-index
  • Calculation of A-index

Changed

  • Renamed the keys for customizing which bibliometrics to include and in what order. This is a breaking change only if you are customizing. If you are not customizing the bibliometrics included in the output or their order, then your current configuration will work as is.

Fixed

  • Fixed JSON output formatting so all metrics are output as number types rather than strings.

CI/CD

  • Revised GitHub Actions workflow for matrix testing Python versions 3.8 through 3.12
  • Bump Python to 3.12 in deployment workflow