Releases: CoLRev-Environment/bib-dedupe
Releases · CoLRev-Environment/bib-dedupe
Version 0.11.0
- 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
- Fix and silence pandas Future warnings
- Fix linter messages
- Extend evaluation table
Version 0.9.0
- 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
- Release for JOSS
Version 0.7.6
- prep: check ID unique after ensuring that ID exists
Version 0.7.5
- Require Python>=3.9
- Evaluation: Replace notebook with Python script
- Fix #25 (inconsistent behavior when
numexpris installed)
Version 0.7.4
- Add ASySD to the evaluation
- Update docs for evaluation
- Prevent SettingWithCopyWarning in maybe_cases and zero-division in precision
Version 0.7.3
- Load example datasets on demand to avoid large package size (potentially causes errors during installation)
Version 0.7.2
- block: prevent type/FutureWarning
Version 0.7.1
- 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)