Releases: CoLRev-Environment/bib-dedupe
Releases · CoLRev-Environment/bib-dedupe
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
numexpr
is 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)
Version 0.7.0
- Performance improvements
- Codebase refactoring
- Documentation updated