Pyiron-workflow

Latest version: v0.11.1

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

Scan your dependencies

Page 1 of 5

0.11.1

What's Changed
* Recursive graph by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/488
* Bump executorlib from 0.0.2 to 0.0.4 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/491
* Bump pyiron/actions from actions-3.3.1 to 3.3.3 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/490
* Bump cloudpickle from 3.0.0 to 3.1.0 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/489
* Bump typeguard from 4.3.0 to 4.4.1 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/494
* Bump pint from 0.24.3 to 0.24.4 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/495
* Define error e if not defined by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/499


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.11.0...pyiron_workflow-0.11.1

0.11.0

What's Changed
* Correct link of executorlib by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/454
* [patch] Detatched path by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/457
* Remove redundant channel definition by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/459
* [patch] change color when failed by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/462
* change style depending on the state by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/460
* Refactor: extract method for what happens before a run by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/463
* [patch] Refactor: in-line the status management functionality by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/464
* [minor] Change run signature by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/465
* [patch] Refactor run by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/466
* [patch] `Runnable` flexibility and a new output signal by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/467
* Get close matches by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/468
* Update error message of IO when an inexistent arg is used by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/469
* [patch] Allow failure by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/471
* [patch] uniformly expose `filename` in `Node` storage interface. by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/473
* [patch] Save a recovery file by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/474
* Bump pandas from 2.2.2 to 2.2.3 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/470
* [patch] Clean tests by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/477
* [patch] Parse executor construction instructions by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/478
* [patch] Add a read-only example of running nodes on HPC by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/479
* [patch] Extend samwaseda's good idea to add colours by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/480
* [patch] Catch keyboard interrupts in `Runnable._run` by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/481
* [patch] Persistent process by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/476
* [patch] Bump development status to Beta by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/482


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.10.2...pyiron_workflow-0.11.0

0.10.2

What's Changed
* [patch] Add node colours by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/450
* [patch] Let pint-hinted input values pass through type hinting by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/451
* Bump pyiron/actions from actions-3.3.0 to 3.3.1 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/448
* [patch] Add a developer section to the docs by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/452


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.10.1...pyiron_workflow-0.10.2

0.10.1

What's Changed
* [patch] Update CI by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/437
* Bump executorlib from 0.0.1 to 0.0.2 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/436
* [patch] Add a utility to the API for finding node classes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/439
* [patch] List-like output for for-loops by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/444
* [patch] Add space for extra information by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/442
* [patch] Simplify loop signature by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/445
* [patch] Expose `StaticIO.for_node` as a shortcut to for-nodes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/446
* [patch] Extend automatic macro and function node documentation by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/447


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.10.0...pyiron_workflow-0.10.1

0.10.0

A compatibility-breaking change. Storage has been re-vamped, but the (cloud)pickle functionality matches 0.9.5; Node registration and node packages have been removed entirely -- just import node classes and use them like any other python class. Otherwise bugfixes and some minor syntax changes (variable renaming, etc.). Educational material has been re-written to reflect lessons learned from the first batch of users.

What's Changed
* [minor] Only pickle storage by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/414
* [patch] Remove version constraints on storage by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/416
* [minor] Remove registration and NodePackage by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/417
* [patch] Remove unused code by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/418
* [patch] Pickle storage backend by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/408
* [patch] `as_dataclass_node` pickle compatibility by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/410
* [patch] Fall back on cloudpickle by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/411
* [patch] Make pickle the default storage backend by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/412
* [minor] Refactor storage by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/422
* [patch] Communication by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/433
* [minor] Replace `HasToDict` mixin with `HasStateDisplay` mixin by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/435
* [minor] 0.10.0 by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/413


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.9.5...pyiron_workflow-0.10.0

0.9.5

What's Changed
* [patch] Multiple dispatch for function and macro decorators by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/407
* [patch] 0.9.5 by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/419


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.9.4...pyiron_workflow-0.9.5

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.