Streamflow

Latest version: v0.1.6

Safety actively analyzes 619401 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.2.0.dev10

0.2.0.dev9

What's Changed
* Connector and CWL Runner fixes by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/216
* Fix Python dependencies conflict in Mac OS CI by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/214
* Fix `template_map` error when service has no file by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/223
* Fix scheduler behaviour when retry_delay is set by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/224
* Fix potential race condition on sqlite `row_factory` by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/225
* Add configurable time option in HPC connectors by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/227
* Fix Flux Docker version to 0.28.0 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/230
* Update CWL v1.2 conformance tests by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/231
* Avoid opening too many SSH sessions by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/229

Dependencies
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/alpha-unito/streamflow/pull/221
* Bump antlr4-python3-runtime from 4.13.0 to 4.13.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/222
* Bump cwltool from 3.1.20230719185429 to 3.1.20230906142556 by dependabot in https://github.com/alpha-unito/streamflow/pull/226
* Bump cwl-utils from 0.28 to 0.29 by dependabot in https://github.com/alpha-unito/streamflow/pull/220
* Bump pandas from 2.0.3 to 2.1.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/217
* Bump pytest from 7.4.0 to 7.4.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/219
* Bump pytest from 7.4.1 to 7.4.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/228
* Bump sphinx from 7.2.3 to 7.2.4 by dependabot in https://github.com/alpha-unito/streamflow/pull/215
* Bump sphinx from 7.2.4 to 7.2.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/218

**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev8...0.2.0.dev9

0.2.0.dev8

What's Changed
* Updated MacOS CI in GitHub Actions by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/204
* Change jsonschema loader by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/205
* Enable distributed inheritance for plugins by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/208
* Fix Flux and Mac OS CI steps by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/209
* Adjust JSONSchema ids by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/211
* Update docs to v0.2.0 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/213

Dependencies
* Bump cwltest from 2.3.20230527113600 to 2.3.20230825125225 by dependabot in https://github.com/alpha-unito/streamflow/pull/212
* Bump jsonschema from 4.18.6 to 4.19.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/197
* Bump kubernetes-asyncio from 24.2.3 to 25.11.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/206
* Bump mukunku/tag-exists-action from 1.2.0 to 1.3.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/198
* Bump plotly from 5.15.0 to 5.16.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/199
* Bump plotly from 5.16.0 to 5.16.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/201
* Bump sphinx from 7.1.2 to 7.2.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/203
* Bump sphinx from 7.2.2 to 7.2.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/210
* Bump sphinx-rtd-theme from 1.2.2 to 1.3.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/207

**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev7...0.2.0.dev8

0.2.0.dev7

What's Changed

* Updated CWL v1.2 conformance tests by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/168
* Added type definitions to ext CLI by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/180
* Migrated JSONSchema to Draft 2019-09 by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/185
* Fixed type checking in conftest by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/195
* Moved black configuration to `pyproject.toml` by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/196

Dependencies
* Bump aiohttp from 3.8.4 to 3.8.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/187
* Bump asyncssh from 2.13.1 to 2.13.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/170
* Bump black from 23.3.0 to 23.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/178
* Bump codespell from 2.2.4 to 2.2.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/165
* Bump cwltool from 3.1.20230601100705 to 3.1.20230624081518 by dependabot in https://github.com/alpha-unito/streamflow/pull/172
* Bump cwltool from 3.1.20230624081518 to 3.1.20230719185429 by dependabot in https://github.com/alpha-unito/streamflow/pull/189
* Bump flake8-bugbear from 23.6.5 to 23.7.10 by dependabot in https://github.com/alpha-unito/streamflow/pull/179
* Bump importlib-metadata from 6.6.0 to 6.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/167
* Bump importlib-metadata from 6.7.0 to 6.8.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/177
* Bump jsonschema from 4.17.3 to 4.18.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/175
* Bump jsonschema from 4.18.0 to 4.18.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/184
* Bump jsonschema from 4.18.3 to 4.18.4 by dependabot in https://github.com/alpha-unito/streamflow/pull/186
* Bump jsonschema from 4.18.4 to 4.18.6 by dependabot in https://github.com/alpha-unito/streamflow/pull/194
* Bump pandas from 2.0.2 to 2.0.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/173
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/171
* Bump pytest-asyncio from 0.21.0 to 0.21.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/182
* Bump pyupgrade from 3.6.0 to 3.7.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/166
* Bump pyupgrade from 3.7.0 to 3.8.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/174
* Bump pyupgrade from 3.8.0 to 3.9.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/176
* Bump pyupgrade from 3.9.0 to 3.10.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/191
* Bump sphinx from 7.0.1 to 7.1.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/188
* Bump sphinx from 7.1.0 to 7.1.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/190
* Bump sphinx from 7.1.1 to 7.1.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/192


**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev6...0.2.0.dev7

0.2.0.dev6

0.2.0.dev5

What's Changed
* Fix InitialWorkDirRequirement with subdirs by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/118
* Improved StreamFlow provenance support by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/122
* Improved CLI for plugin inspection by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/130
* Added package and version to plugin description by GlassOfWhiskey in https://github.com/alpha-unito/streamflow/pull/134

Dependencies
* Bump aiosqlite from 0.18.0 to 0.19.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/115
* Bump cwltool from 3.1.20230325110543 to 3.1.20230425144158 by dependabot in https://github.com/alpha-unito/streamflow/pull/129
* Bump cwl-utils from 0.23 to 0.24 by dependabot in https://github.com/alpha-unito/streamflow/pull/114
* Bump cwl-utils from 0.24 to 0.25 by dependabot in https://github.com/alpha-unito/streamflow/pull/133
* Bump importlib-metadata from 6.3.0 to 6.5.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/119
* Bump importlib-metadata from 6.5.0 to 6.6.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/124
* Bump kubernetes-asyncio from 24.2.2 to 24.2.3 by dependabot in https://github.com/alpha-unito/streamflow/pull/132
* Bump pandas from 2.0.0 to 2.0.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/125
* Bump psutil from 5.9.4 to 5.9.5 by dependabot in https://github.com/alpha-unito/streamflow/pull/120
* Bump pytest from 7.3.0 to 7.3.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/117
* Bump pyupgrade from 3.3.1 to 3.3.2 by dependabot in https://github.com/alpha-unito/streamflow/pull/128
* Bump sphinx from 6.1.3 to 6.2.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/123
* Bump sphinx from 6.2.0 to 6.2.1 by dependabot in https://github.com/alpha-unito/streamflow/pull/126
* Bump sphinx from 6.2.1 to 7.0.0 by dependabot in https://github.com/alpha-unito/streamflow/pull/131

**Full Changelog**: https://github.com/alpha-unito/streamflow/compare/0.2.0.dev4...0.2.0.dev5

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.