Pyiron-workflow

Latest version: v0.7.1

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

Scan your dependencies

Page 1 of 3

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

0.6.0

What's Changed
* [minor] Make `Function` and `Macro` definition functions available at the class level by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/265
* [minor] Make `Function` IO info available at the class level by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/266
* [minor] Make macro output labels a class attribute by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/269
* [minor] Explicit macro io by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/276
* [minor] Prune macro IO nodes that don't get forked by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/277
* [minor] Be direct instead of using weird creator classes by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/278
* [minor] Function selflessly by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/279
* [patch] Scrape macro output by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/281
* [minor] Extract a parent class for pulling IO data from a class method by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/282
* [patch] Canonical macro self-variable by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/283
* [patch] Post-facto provenance by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/288
* [patch] Refactor static node by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/289
* [patch] Use lru_cache by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/290
* [minor] Move for- and while-loops to their own submodule by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/291
* [patch] Refactor init and post by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/292
* Update pyiron-verse dependencies by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/302


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

0.5.0

What's Changed
* Bump bidict from 0.22.1 to 0.23.1 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/210
* Bump pyiron-atomistics from 0.4.15 to 0.4.17 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/228
* Bump phonopy from 2.21.0 to 2.21.2 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/212
* Synchronized dependency bumps by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/239
* File copy to by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/214
* File object str by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/215
* Add error message for return item without `channel` by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/241
* [minor] Semantics by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/244
* [patch] Refactor interfaces by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/245
* [minor] Extract responsibility for `run` to its own class by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/246
* [patch] State mixin by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/250
* [minor] Refactor channel by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/251
* [patch] HasIO mixin by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/252
* [patch] Don't let attribute injection work for private variables. by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/254
* [patch] Give every node `SingleValue` power by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/255
* [patch] Use consistent and canonical cls/self for (non)classmethod by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/256
* [minor] Purge single value by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/257
* [patch] Has working directory by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/258
* [patch] Honest graph properties by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/259
* [patch] Refactor the storage interface by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/260
* Bump graphviz from 0.20.1 to 0.20.3 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/261
* [patch] Update graphviz by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/267
* Bump typeguard from 4.1.5 to 4.2.1 by dependabot in https://github.com/pyiron/pyiron_workflow/pull/262
* [patch] Revert warning and test for the graphviz call+windows combination by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/275
* [patch] Update dependencies by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/274
* [patch] Revert save overload by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/234


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.4.2...pyiron_workflow-0.5.0

0.4.2

What's Changed
* [patch] Allow return None by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/213
* [patch] Correct test by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/224
* File allow str directory by samwaseda in https://github.com/pyiron/pyiron_workflow/pull/217
* [patch] Use the branched version of pyiron/actions by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/231
* [patch] Target the specific tag instead of the branch by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/232
* [patch] NodeJobOutput: Overload the save function to not change the job name by jan-janssen in https://github.com/pyiron/pyiron_workflow/pull/225
* [patch] Update draw by srmnitc in https://github.com/pyiron/pyiron_workflow/pull/233

New Contributors
* srmnitc made their first contribution in https://github.com/pyiron/pyiron_workflow/pull/233

**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.4.1...pyiron_workflow-0.4.2

0.4.1

What's Changed
* Simpler name access by liamhuber in https://github.com/pyiron/pyiron_workflow/pull/223


**Full Changelog**: https://github.com/pyiron/pyiron_workflow/compare/pyiron_workflow-0.4.0...pyiron_workflow-0.4.1

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.