Recent Releases of https://github.com/bluebrain/luigi-tools

https://github.com/bluebrain/luigi-tools - 0.3.4

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/BlueBrain/luigi-tools/pull/85
  • Refactor: Filter warnings when registering missing files in register_templates() by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/86
  • Chore: Bump copier template by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/87
  • Release: 0.3.4 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/88

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.3.3...0.3.4

- Python
Published by adrien-berchet about 3 years ago

https://github.com/bluebrain/luigi-tools - 0.3.3

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/BlueBrain/luigi-tools/pull/82
  • Feat: Add function to convert luigi config file into a dict by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/83

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.3.2...0.3.3

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.3.2

What's Changed

  • Feat: Set default resolution of dependency graphs to 300DPI by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/80
  • Release: 0.3.2 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/81

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.3.1...0.3.2

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.3.1

What's Changed

  • Fix: The @copy_params decorator fails with parameter schemas by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/78
  • Release: 0.3.1 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/79

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.3.0...0.3.1

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.3.0

What's Changed

  • Deprecate: JSON schema validation was moved to luigi==3.2.0 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/71
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/BlueBrain/luigi-tools/pull/72
  • Feat: RerunMixin can be used with luigi.WrapperTask by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/73
  • Feat: Add simple function to export dependency graphs by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/74
  • Release: 0.3.0 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/76

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.2.1...0.3.0

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.2.1

What's Changed

  • Feat: Can pass a JSON schema to ListParameter by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/69
  • Release: 0.2.1 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/70

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.2.0...0.2.1

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.2.0

What's Changed

  • Fix: Reload config from LUIGICONFIGPATH after the template and luigi.cfg by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/65
  • Feat: Can pass a JSON schema to DictParameter by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/66
  • CI: Update from Copier template by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/67
  • Release: 0.2.0 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/68

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.1.1...0.2.0

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.1.1

What's Changed

  • CI: Setup Dependabot by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/58
  • CI: Setup CodeQL by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/59
  • Fix: Dataclass issue with optional dataclass attributes @eleftherioszisis in https://github.com/BlueBrain/luigi-tools/pull/60
  • CI: Add cache for APT, precommit and tox environments by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/62
  • Release 0.1.1 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/63

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.1.0...0.1.1

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.1.0

What's Changed

  • CI: Use commitlint to check PR titles by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/40
  • Docs: Fix requirements for doc generation by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/42
  • Style: Fix changelog generation by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/43
  • CI: Export pytest and coverage reports by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/45
  • Docs: Fix pydocstyle paths and fix docstrings accordingly by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/50
  • Chore: Deprecate Python 3.6 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/54
  • CI: Apply Copier template 0.1.22 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/55
  • Feat: Add support for Python 3.11 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/56
  • Add DataclassParameter by @eleftherioszisis in https://github.com/BlueBrain/luigi-tools/pull/53

New Contributors

  • @eleftherioszisis made their first contribution in https://github.com/BlueBrain/luigi-tools/pull/53

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.19...0.1.0

- Python
Published by adrien-berchet over 3 years ago

https://github.com/bluebrain/luigi-tools - 0.0.19

What's Changed

  • Remove deprecated features that were introduced in luigi == 3.1.0 by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/35
  • Support orphan nodes in dependency graphs by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/37

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.18...0.0.19

- Python
Published by adrien-berchet almost 4 years ago

https://github.com/bluebrain/luigi-tools - 0.0.18

What's Changed

  • Add isort and codespell in lint and rework tox jobs by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/25
  • CI: Setup pre-commit and commitlint by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/26
  • CI: Move black, codespell, isort, pycodestyle and pydocstyle from tox to pre-commit by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/27
  • CI: Improve pre-commit config by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/30
  • Updating copyright year 2022 by @bbpgithubaudit in https://github.com/BlueBrain/luigi-tools/pull/31

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.17...0.0.18

- Python
Published by adrien-berchet about 4 years ago

https://github.com/bluebrain/luigi-tools - 0.0.17

What's Changed

  • Fix typo by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/22
  • Improve the behavior of prefixes in targets and add custom str representations to them by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/23

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.16...0.0.17

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/luigi-tools - 0.0.16

What's Changed

  • OptionalParameter can now have an iterable set as expected_type by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/18
  • Add deprecation warnings helpers for features moved to official luigi package by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/19
  • Can use a raw string as __prefix for OutputLocalTarget classes by @adrien-berchet in https://github.com/BlueBrain/luigi-tools/pull/20

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.15...0.0.16

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/luigi-tools - 0.0.15

What's Changed

  • Add a PathParameter to easily handle file paths.
  • Fix ExtParameter so it is also processed for default values.

Full Changelog: https://github.com/BlueBrain/luigi-tools/compare/0.0.14...0.0.15

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/luigi-tools -

  • Fix: __prefix attribute is no more mandatory for OutputLocalTarget childs

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/luigi-tools - 0.0.13

  • Add an example in README for RemoveCorruptedOutput.
  • Improve OutputLocalTarget to make the creation of directory trees easier.

- Python
Published by adrien-berchet over 4 years ago

https://github.com/bluebrain/luigi-tools -

- Python
Published by adrien-berchet almost 5 years ago

https://github.com/bluebrain/luigi-tools -

- Python
Published by adrien-berchet almost 5 years ago