Pyiron-workflow

Latest version: v0.12.2

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

Scan your dependencies

Page 3 of 6

0.9.2

What's Changed
* [patch] Bump pyiron/actions target to 3.2.1 by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/384
* [patch] Bump pyironverse by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/385


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.9.1...pyiron_workflow-0.9.2

0.9.1

What's Changed
* [patch] :fire: :bug: remove semantic children from the state on __setstate__ by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/372
* [patch] :fire: :bug: make sure for-loops re-set their value links like macros by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/373


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.9.0...pyiron_workflow-0.9.1

0.9.0

What's Changed
* [minor] Depend on snippets by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/337
* [patch] Remove node packages and library dependence from demo notebooks by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/347
* [patch] Define custom color conversions by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/348
* [patch] Replace numpy with math by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/349
* [patch] Update readthedocs config by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/351
* [patch] Update readme by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/352
* [minor] Remove non-standard node libraries by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/353
* [patch] Trim dependencies by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/354
* Bump typeguard from 4.2.1 to 4.3.0 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/341
* [patch] Better docstrings by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/361
* [minor] Move stuff by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/362
* [patch] Replace warnings.warn with pyiron_snippets logger by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/363
* [minor] Replace while with a macro pattern by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/364
* [patch] Better error messages by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/365
* [patch] More standard nodes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/366
* [minor] Hash injection labels by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/367
* Update several dependencies at once by niklassiemer in https://github.com/pyiron/pyiron_workflow/pull/368
* [patch] Composite serialization bugs by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/369


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.8.0...pyiron_workflow-0.9.0

0.8.0

This will be the last release containing domain-specific nodes, and the first using `pyproject.toml` to manage release metadata, including changes to the release pattern to introduce upper-bounds on dependencies.

Also of note is a convenience wrapper for the iterator node, `StaticNode.iter` that gives easy-access to for loops for most nodes (i.e. everything but `Workflow`)

What's Changed
* [patch] Cherrypick changes from merging main into Joerg's branch by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/320
* Resolve unittests deprecation warning by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/322
* [patch] Resolve unittests deprecation warning by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/323
* [patch] Target the latest CI developments by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/327
* [patch] Add lower bounds by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/328
* [minor] Convert to pyproject.toml by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/329
* Bump pandas from 2.2.0 to 2.2.2 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/325
* [patch] Daily patch by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/330
* [patch] Write a workflow that runs tests on the latest conda release by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/334
* [patch] Bump CI target by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/335
* [patch] :fire: :bug: fix rms in binder postBuild by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/336


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.7.1...pyiron_workflow-0.8.0

0.7.1

Just a bugfix for putting the new for-nodes inside macros/workflows

What's Changed
* :fire: :bug: Don't pull on input nodes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/318


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.7.0...pyiron_workflow-0.7.1

0.7.0

What's Changed
* [minor] Factories instead of meta nodes, and use them for transformer nodes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/293
* [minor] Use factories in existing nodes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/303
* [minor] Executor compliance by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/304
* [patch] Make factory made objects cloudpickleable by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/305
* [patch] More transformers by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/306
* [patch] :broom: be more consistent in caching/shortcuts by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/307
* [patch] Dataclass transformer by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/308
* [minor] Introduce for-loop by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/309
* Bump pyiron ecosystem by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/313


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.6.0...pyiron_workflow-0.7.0

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.