Recent Releases of https://github.com/bluebrain/data-validation-framework

https://github.com/bluebrain/data-validation-framework - 0.9.0

What's Changed

  • Build: Drop support for Python 3.8 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/64
  • Release: 0.9.0 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/65

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.8.0...0.9.0

- Python
Published by adrien-berchet over 1 year ago

https://github.com/bluebrain/data-validation-framework - 0.8.0

What's Changed

  • Fix: Add an auto_format parameter to the ValidationResultSet constructor by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/62
  • Release: 0.8.0 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/63

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.7.4...0.8.0

- Python
Published by adrien-berchet about 2 years ago

https://github.com/bluebrain/data-validation-framework - 0.7.4

What's Changed

  • CI(dependabot): Bump actions/cache from 3 to 4 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/58
  • CI(dependabot): Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/59
  • Chore: Remove warning when creating chunks by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/60
  • Release: 0.7.4 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/61

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.7.3...0.7.4

- Python
Published by adrien-berchet over 2 years ago

https://github.com/bluebrain/data-validation-framework - 0.7.3

What's Changed

  • Fix: Attach event hooks to proper classes by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/56
  • Release: 0.7.3 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/57

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.7.2...0.7.3

- Python
Published by adrien-berchet over 2 years ago

https://github.com/bluebrain/data-validation-framework - 0.7.2

What's Changed

  • Chore: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/47
  • CI(dependabot): Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/46
  • Chore: Update Copyright date by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/48
  • CI(dependabot): Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/49
  • CI(dependabot): Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/50
  • CI: Remove CodeQL by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/53
  • CI(dependabot): Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/BlueBrain/data-validation-framework/pull/51
  • Fix: Set ValidationWorkflow as a WrapperTask by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/54
  • Release: 0.7.2 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/55

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.7.1...0.7.2

- Python
Published by adrien-berchet over 2 years ago

https://github.com/bluebrain/data-validation-framework - 0.7.1

What's Changed

  • Build: Bump max Sphinx version by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/43
  • Release: 0.7.1 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/44

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.7.0...0.7.1

- Python
Published by adrien-berchet about 3 years ago

https://github.com/bluebrain/data-validation-framework - 0.7.0

What's Changed

  • CI: Add job for min versions by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/39
  • Feat: Add a transform_index() method to transform the dataset index by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/41
  • Release: 0.7.0 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/42

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.6.4...0.7.0

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/data-validation-framework - 0.6.4

What's Changed

  • Chore: Pin numpy because of an incompatibility with Pandas by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/37
  • Release: 0.6.4 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/38

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.6.3...0.6.4

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/data-validation-framework - 0.6.3

What's Changed

  • Refactor: Apply Copier template by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/34
  • Build: Add support of Py3.10 and Py3.11 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/35
  • Release 0.6.3 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/36

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.6.2...0.6.3

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/data-validation-framework - 0.6.2

What's Changed

  • CI: Check PR titles using commitlint by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/31
  • Fix: Revert index type to str and handle empty DFs by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/32

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.6.1...0.6.2

- Python
Published by adrien-berchet almost 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.6.1

What's Changed

  • Fix: Force index type to str by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/28
  • CI: Setup precommit by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/29

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.6.0...0.6.1

- Python
Published by adrien-berchet almost 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.6.0

What's Changed

  • Build and publish wheels by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/24
  • Use features from luigi >= 3.1 instead of luigi-tools by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/26

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.5.1...0.6.0

- Python
Published by adrien-berchet about 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.5.1

What's Changed

  • Fix link to documentation by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/22

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.5.0...0.5.1

- Python
Published by adrien-berchet about 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.5.0

What's Changed

  • Bump black by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/19
  • Updating copyright year 2022 by @bbpgithubaudit in https://github.com/BlueBrain/data-validation-framework/pull/18
  • Use CheckUnconsumedParamsMixin in BaseValidationTask by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/20

New Contributors

  • @bbpgithubaudit made their first contribution in https://github.com/BlueBrain/data-validation-framework/pull/18

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.4.0...0.5.0

- Python
Published by adrien-berchet about 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.4.0

What's Changed

  • Fix CI for rst2pdf>=0.99 by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/12
  • Fix TagResultOutputMixin by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/13
  • Add codespell in lint by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/14
  • Upload artifacts of test jobs for debugging purpose by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/15
  • Fix target prefix and do not set default prefix any more by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/16

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.3.0...0.4.0

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.3.0

What's Changed

  • New API for inputs by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/10

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.2.0...0.3.0

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.2.0

What's Changed

  • Setup Codecov by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/6
  • Add a mixin to make the task skippable by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/7

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.1.1...0.2.0

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/data-validation-framework - 0.1.1

What's Changed

  • Fix typos in README by @adrien-berchet in https://github.com/BlueBrain/data-validation-framework/pull/4

Full Changelog: https://github.com/BlueBrain/data-validation-framework/compare/0.1.0...0.1.1

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/data-validation-framework -

- Python
Published by adrien-berchet over 4 years ago