Recent Releases of https://github.com/bluebrain/dir-content-diff
https://github.com/bluebrain/dir-content-diff - 1.12.1
What's Changed
- Fix: Properly update the verbosity in PDF comparator by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/75
- CI: Schedule CI every 6 months by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/76
- Release: 1.12.1 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/77
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.12.0...1.12.1
- Python
Published by adrien-berchet about 1 year ago
https://github.com/bluebrain/dir-content-diff - 1.12.0
What's Changed
- Chore: Add license headers, use pyproject.toml file and migrate docs to MyST parser by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/68
- Feat: Intercept 'tempfile' argument of the PdfComparator to improve it by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/69
- Feat: Add CLI by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/70
- CI(dependabot): Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/72
- CI: Push test results to Codecov by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/73
- Release: 1.12.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/71
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.11.0...1.12.0
- Python
Published by adrien-berchet over 1 year ago
https://github.com/bluebrain/dir-content-diff - 1.11.0
What's Changed
- Build: Drop support for Python 3.8 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/66
- Release: 1.11.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/67
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.10.0...1.11.0
- Python
Published by adrien-berchet over 1 year ago
https://github.com/bluebrain/dir-content-diff - 1.10.0
What's Changed
- Feat: Add parameters for load and save methods of base comparators by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/64
- Release: 1.10.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/65
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.9.1...1.10.0
- Python
Published by adrien-berchet almost 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.9.1
What's Changed
- CI: Fix publish job by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/62
- Release: 1.9.1 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/63
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.9.0...1.9.1
- Python
Published by adrien-berchet almost 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.9.0
What's Changed
- Feat: Add new specific comparators by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/60
- Release: 1.9.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/61
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.8.1...1.9.0
- Python
Published by adrien-berchet almost 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.8.1
What's Changed
- Build: Freeze docutils version to be compatible with m2r2 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/58
- Release: 1.8.1 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/59
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.8.0...1.8.1
- Python
Published by adrien-berchet about 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.8.0
What's Changed
- Chore: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/55
- Feat: Add new comparators for Feather, Parquet and Stata files by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/56
- Release: 1.8.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/57
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.7.0...1.8.0
- Python
Published by adrien-berchet over 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.7.0
What's Changed
- CI(dependabot): Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/51
- Feat: Add 'patterns' entry in specific_args by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/52
- Feat: Add 'replace_pattern' entry for DictComparator and several related save capabilities by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/53
- Release: 1.7.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/54
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.6.0...1.7.0
- Python
Published by adrien-berchet over 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.6.0
What's Changed
- CI: Improve Dependabot config by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/40
- CI(deps): Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/38
- CI(deps): Bump mikepenz/action-junit-report from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/39
- CI(dependabot): Improve dependabot config by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/41
- Chore: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/42
- Chore: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/43
- CI(dependabot): Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/44
- CI(dependabot): Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/45
- CI(dependabot): Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/46
- CI(dependabot): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/BlueBrain/dir-content-diff/pull/47
- Feat: The specific_args can support a 'comparator' entry by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/48
- Release: 1.6.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/49
New Contributors
- @dependabot made their first contribution in https://github.com/BlueBrain/dir-content-diff/pull/38
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.5.0...1.6.0
- Python
Published by adrien-berchet over 2 years ago
https://github.com/bluebrain/dir-content-diff - 1.5.0
What's Changed
- Test: Fix for Pandas>=2 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/33
- CI: Add template for issues and pull requests by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/34
- Fix: Cast exception args to str before joining them by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/35
- Feat: Add exception type before arguments by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/36
- Release: 1.5.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/37
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.4.0...1.5.0
- Python
Published by adrien-berchet about 3 years ago
https://github.com/bluebrain/dir-content-diff - 1.4.0
What's Changed
- Fix: Fix supported types reported in the exception when the type is unknown by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/25
- Build: Bump dicttoxml by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/26
- CI: Setup min_versions job by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/27
- Feat: Add comparator for INI files by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/28
- Release: 1.4.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/29
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.3.0...1.4.0
- Python
Published by adrien-berchet over 3 years ago
https://github.com/bluebrain/dir-content-diff - 1.3.0
What's Changed
- Chore: Use pdfsimilar from diffpdf_visually instead of pdfdiff by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/22
- CI: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/23
- Release: 1.3.0 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/24
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.2.0...1.3.0
- Python
Published by adrien-berchet over 3 years ago
https://github.com/bluebrain/dir-content-diff - 1.2.0
What's Changed
- Add missing types in doc of DictComparator.diff by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/13
- Add codespell in lint by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/14
- Bump black by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/16
- Updating copyright year 2022 by @bbpgithubaudit in https://github.com/BlueBrain/dir-content-diff/pull/15
- CI: Setup pre-commit and format the files accordingly by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/17
- CI: Use commitlint to check PR titles by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/18
- Refactor: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/19
New Contributors
- @bbpgithubaudit made their first contribution in https://github.com/BlueBrain/dir-content-diff/pull/15
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.1.0...1.2.0
- Python
Published by adrien-berchet almost 4 years ago
https://github.com/bluebrain/dir-content-diff - 1.1.0
What's Changed
- Fix tests for rst2pdf>0.99 by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/9
- Add pandas HDF capability by @arnaudon in https://github.com/BlueBrain/dir-content-diff/pull/10
- Require changes for CodeCov by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/11
New Contributors
- @arnaudon made their first contribution in https://github.com/BlueBrain/dir-content-diff/pull/10
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.0.1...1.1.0
- Python
Published by adrien-berchet over 4 years ago
https://github.com/bluebrain/dir-content-diff - 1.0.1
What's Changed
- Improve documentation by @adrien-berchet in https://github.com/BlueBrain/dir-content-diff/pull/6
Full Changelog: https://github.com/BlueBrain/dir-content-diff/compare/1.0.0...1.0.1
- Python
Published by adrien-berchet over 4 years ago
https://github.com/bluebrain/dir-content-diff -
- Python
Published by adrien-berchet over 4 years ago