You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGES:
- bibfmt: added --quiet flag to suppress all output except errors.
- bibfmt: added --force flag to ignore parsing errors and output only
successfully parsed entries.
- bibfmt: refactored deduplication functions - moved all deduplication logic
(deduplicate_entries, resolve_conflicts, merge_entries_non_interactive) from
library to bibdedup CLI tool. The library now provides only the core
find_duplicate_groups function for programmatic use.
0 commit comments