Releases: saturncloud/prefect-saturn
Releases · saturncloud/prefect-saturn
v0.6.0
v0.5.1
v0.5.0
Breaking
None
Features
- replace
pyyaml
withruamel-yaml
(#28) - add support for
KubernetesRun
"RunConfig", if using this library withprefect
>= 0.13.10 (#34, #36, #37)- this does not break compatibility with
prefect
>0.13.0,<=0.13.9
- this does not break compatibility with
Bug Fixes
- fix deprecation warnings from
prefect
0.14.x (#32)- some modules were reorganized from
prefect
0.13.x to 0.14.x, and using the 0.13.x-style paths raises deprecation warnings
- some modules were reorganized from
Docs
v0.4.4
Breaking
None
Features
None
Bug Fixes
- set an explicit default of
autoclose = False
fordask_cluster_kwargs
(#25)- this ensures that, by default, flows registered with
prefect-saturn
leave their Dask cluster up at the end of execution - this avoids the risk of one flow run closing down a Dask cluster that is in use by another flow run
- this was already
prefect-saturn
's behavior, but only indirectly becauseautoclose
defaults toFalse
indask-saturn
. Not that is directly the default inprefect-saturn
.
- this ensures that, by default, flows registered with
- add tests on
describe_sizes()
(#24)
Docs
- added more docs in the README on how to customize the Dask cluster used by
DaskExecutor
(#25)
v0.4.3
Breaking
None
Features
- You can now set the instance size for the node that runs
flow.run()
(#23)PrefectCloudIntegration.register_flow_with_saturn()
gets a new keyword argument `instance_size- use new function
describe_sizes()
to list the valid options
Bug Fixes
None
Docs
- added documentation on changing the size of the instance that a flow runs on