Skip to content

Tags: ggydush/flytekit

Tags

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Warning if git is not installed (flyteorg#1414)

* warning if git is not installed

Signed-off-by: Kevin Su <[email protected]>

* lint

Signed-off-by: Kevin Su <[email protected]>

Signed-off-by: Kevin Su <[email protected]>

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add dask plugin #patch (flyteorg#1366)

* Add dummy task type to test backend plugin

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add docs page

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add dask models

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add function to convert resources

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add tests to `dask` task

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Remove namespace

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update setup.py

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add dask to `plugin/README.md`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Add README.md for `dask`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Top level export of `JopPodSpec` and `DaskCluster`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update docs for images

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update README.md

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update models after `flyteidl` change

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update task after `flyteidl` change

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Raise error when less than 1 worker

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update flyteidl to >= 1.3.2

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update doc requirements

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update doc-requirements.txt

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Re-lock dependencies on linux

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Update dask API docs

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Fix documentation links

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Default optional model constructor arguments to `None`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Refactor `convert_resources_to_resource_model` to `core.resources`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Use `convert_resources_to_resource_model` in `core.node`

Signed-off-by: Bernhard Stadlbauer <[email protected]>

* Incorporate review feedback

Signed-off-by: Eduardo Apolinario <[email protected]>

* Lint

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v1.3.0b6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update flyte deck plugin's dependency (flyteorg#1395)

Signed-off-by: Kevin Su <[email protected]>

Signed-off-by: Kevin Su <[email protected]>

v1.3.0b5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Register Databricks config (flyteorg#1379)

* Register databricks plugin

Signed-off-by: Kevin Su <[email protected]>

* Update databricks plugin

Signed-off-by: Kevin Su <[email protected]>

* register databricks

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

Signed-off-by: Kevin Su <[email protected]>
Co-authored-by: Yee Hing Tong <[email protected]>

v1.3.0b4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Databricks config to Spark Job (flyteorg#1358)

Signed-off-by: Kevin Su <[email protected]>

v1.3.0b3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restrict numpy due to deprecated aliases (flyteorg#1376)

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v1.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[v1.2] Backporting "Restrict numpy due to deprecated aliases (flyteor…

…g#1376)" (flyteorg#1377)

* Restrict numpy due to deprecated aliases (flyteorg#1376)

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

* Backport part of 1365 - fix papermill plugins dev-requirements

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v1.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add upperbound constraint in plugins to < 1.3.0 (flyteorg#1369)

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v1.3.0b2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bring in buf protobufs (flyteorg#1363)

* Set flyteidl, grpcio, and grpcio-status new lower bounds

Signed-off-by: Eduardo Apolinario <[email protected]>

* Regenerate requirements

Signed-off-by: Eduardo Apolinario <[email protected]>

* Single out tensorflow tests and fix protobuf type transformer tests

Signed-off-by: Eduardo Apolinario <[email protected]>

* Comment out skl2onnx and tf2oonx in docs

Signed-off-by: Eduardo Apolinario <[email protected]>

* More requirements and dev-requirements shenanigans.

Signed-off-by: Eduardo Apolinario <[email protected]>

* Set env var in doc generation

Signed-off-by: Eduardo Apolinario <[email protected]>

* Add unit_test_codecov make target

Signed-off-by: Eduardo Apolinario <[email protected]>

* Aggregate code coverage data and run all unit tests

Signed-off-by: Eduardo Apolinario <[email protected]>

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>

v1.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support to choose docker build target architecture (flyteorg#1350)

Signed-off-by: Andres Gomez Ferrer <[email protected]>
Signed-off-by: Hongxin Liang <[email protected]>