Skip to content

Releases: cicirello/bibliometrics

bibliometrics, v3.2.0

05 Mar 20:51
ae02d71
Compare
Choose a tag to compare

[3.2.0] - 2024-03-05

Added

  • Calculation of m-quotient

Fixed

  • Lowercased r-index and a-index in the SVG. These were previously uppercased as R-index and A-index for consistency with how originally named by the creators of these bibliometrics, but looked out of place on the SVG.

bibliometrics, v3.1.1

25 Feb 21:23
4a0b1dd
Compare
Choose a tag to compare

[3.1.1] - 2024-02-25

Fixed

  • Fixed missing w-index in SVG

bibliometrics, v3.1.0

25 Feb 21:08
1592fc9
Compare
Choose a tag to compare

[3.1.0] - 2024-02-25

Added

  • Calculation of o-index
  • Calculation of w-index

Changed

  • Refactored bibliometric calculations for improved maintainability

bibliometrics, v3.0.0

05 Nov 20:31
910efcf
Compare
Choose a tag to compare

[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

bibliometrics v2.3.0

07 Sep 16:51
f7bae33
Compare
Choose a tag to compare

[2.3.0] - 2022-09-07

Added

  • User-configurable ordering of the bibliometrics.
  • User-configurable exclusions (e.g., if user wishes to exclude one or more of the bibliometrics).

Fixed

  • Changed the default order of the bibliometrics, moving e-index to the last bibliometric, to
    improve the appearance since it is the only one of the bibliometrics that is a real-value,
    where the others are all integers.

bibliometrics v2.2.0

26 Aug 19:29
72e9403
Compare
Choose a tag to compare

[2.2.0] - 2022-08-26

Added

  • Calculation of e-index.

bibliometrics v2.1.1

01 Aug 19:24
1288c05
Compare
Choose a tag to compare

[2.1.1] - 2022-08-01

Fixed

  • Reordered the bibliometrics, moving g-index immediately after h-index, which looks better for cases when several of i10, i100, i1000, and i10000 are non-zero.

bibliometrics v2.1.0

16 Jul 15:08
bc74a5e
Compare
Choose a tag to compare

[2.1.0] - 2022-07-16

Added

  • Calculation of i100-index, i1000-index, and i10000-index, with inclusion in SVG for any of these that are greater than 0.

bibliometrics v2.0.0

30 Jun 17:24
ad57196
Compare
Choose a tag to compare

[2.0.0] - 2022-06-30

BREAKING CHANGES Entry point has changed--now runs as a module rather than a script.

Added

  • First release available via PyPI.

Changed

  • Restructured code into a Python module enabling installing and running with -m flag.
  • Minor refactoring for miscellaneous improvements.

CI/CD

  • Enabled publishing to PyPI on all GitHub releases.
  • Enabled CodeQL analysis on all push and pull-request events.

bibliometrics v1.1.0

10 Jun 18:51
2a0b04f
Compare
Choose a tag to compare

What's Changed

  • Added Scholar logo to two upper corners by @cicirello in #2