Skip to content

Releases: CoLRev-Environment/bib-dedupe

Version 0.11.0

21 Nov 19:36
c9b4ca6

Choose a tag to compare

  • Extract evaluation to separate repository (to be published soon)
  • Blocking: cleanup to ensure consistent use of ID_1 and ID_2
  • Refactoring to prevent FutureWarnings by pandas
  • Extend match conditions for records with missing fields (e.g., based on GROBID extraction)
  • Drop records with empty titles in block instead of prep to prevent subtle errors
  • Prevents same-source merges in connected components

Version 0.10.0

05 Nov 06:02
54238f2

Choose a tag to compare

  • Fix and silence pandas Future warnings
  • Fix linter messages
  • Extend evaluation table

Version 0.9.0

21 Oct 04:44
ac3903c

Choose a tag to compare

  • Updates of dependencies and Python version
  • Updates of evaluations
  • Add Buhos to evaluation
  • Fix: preventing same-source merges (in connected components)

Version 0.8.0

20 May 18:34
08f2946

Choose a tag to compare

  • Release for JOSS

Version 0.7.6

16 May 15:16
52f26aa

Choose a tag to compare

  • prep: check ID unique after ensuring that ID exists

Version 0.7.5

07 May 10:50
5bf9f8d

Choose a tag to compare

  • Require Python>=3.9
  • Evaluation: Replace notebook with Python script
  • Fix #25 (inconsistent behavior when numexpr is installed)

Version 0.7.4

29 Apr 05:22
ee646ae

Choose a tag to compare

  • Add ASySD to the evaluation
  • Update docs for evaluation
  • Prevent SettingWithCopyWarning in maybe_cases and zero-division in precision

Version 0.7.3

16 Apr 19:30
ac3e203

Choose a tag to compare

Version 0.7.2

12 Apr 17:38
32a573f

Choose a tag to compare

  • block: prevent type/FutureWarning

Version 0.7.1

12 Apr 13:14
a1537e6

Choose a tag to compare

  • Docs: add setup and installation instructions
  • Include example data (load_example_data)
  • Implement version without multiprocessing (parallel computation)
  • Docs: build from latest version (not PyPI release)