All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fix and silence pandas Future warnings
- Fix linter messages
- Extend evaluation table
- Updates of dependencies and Python version
- Updates of evaluations
- Add Buhos to evaluation
- Fix: preventing same-source merges (in connected components)
- Release for JOSS
- prep: check ID unique after ensuring that ID exists
- Require Python>=3.9
- Evaluation: Replace notebook with Python script
- Fix #25 (inconsistent behavior when
numexpr
is installed)
- Add ASySD to the evaluation
- Update docs for evaluation
- Prevent SettingWithCopyWarning in maybe_cases and zero-division in precision
- Load example datasets on demand to avoid large package size (potentially causes errors during installation 1)
- block: prevent type/FutureWarning
- 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)
- Performance improvements
- Codebase refactoring
- Documentation updated
- Replaced methods with functions
- Refactoring and performance improvements
- Fix return value in match()
- Add dependencies
- Include clustering
- Extended matching conditions and preparation
- Updated data structure
- Initial release.