Ironflow

Latest version: v0.0.7

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

Scan your dependencies

Page 1 of 2

0.0.7

What's Changed
* Binder to a directory since there's multiple notebooks by liamhuber in https://github.com/pyiron/ironflow/pull/195
* Update ontology gif by liamhuber in https://github.com/pyiron/ironflow/pull/196
* Replace gif with one that has lower fps by liamhuber in https://github.com/pyiron/ironflow/pull/197
* Add grain boundaries and better input by liamhuber in https://github.com/pyiron/ironflow/pull/198
* Split node packages by liamhuber in https://github.com/pyiron/ironflow/pull/199
* Add binding example by liamhuber in https://github.com/pyiron/ironflow/pull/200
* Offset moved objects by canvas position by liamhuber in https://github.com/pyiron/ironflow/pull/201


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-v0.0.6...ironflow-v0.0.7

0.0.6

What's Changed
* Granular atomistic output control by liamhuber in https://github.com/pyiron/ironflow/pull/190
* Bump ontology by liamhuber in https://github.com/pyiron/ironflow/pull/193
* Handle the edge case where you slice 0 by liamhuber in https://github.com/pyiron/ironflow/pull/192
* Managing pyiron jobs by liamhuber in https://github.com/pyiron/ironflow/pull/191


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-v0.0.5...ironflow-v0.0.6

0.0.5

What's Changed
* Use a .gif instead of a .mov by liamhuber in https://github.com/pyiron/ironflow/pull/173
* Decouple draw and status by liamhuber in https://github.com/pyiron/ironflow/pull/177
* More performant logging by liamhuber in https://github.com/pyiron/ironflow/pull/179
* Don't update nodes when drawing the controller by liamhuber in https://github.com/pyiron/ironflow/pull/180
* Explicitly recalculate otype status on disconnected outputs by liamhuber in https://github.com/pyiron/ironflow/pull/181
* Missed a default value! by liamhuber in https://github.com/pyiron/ironflow/pull/184
* Hotfix typing updates by liamhuber in https://github.com/pyiron/ironflow/pull/187
* Update readme and demos by liamhuber in https://github.com/pyiron/ironflow/pull/185


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-v0.0.4...ironflow-v0.0.5

0.0.4

What's Changed
* Update screenshot by liamhuber in https://github.com/pyiron/ironflow/pull/158
* Add a calc node for murnaghan by liamhuber in https://github.com/pyiron/ironflow/pull/161
* Match the list signature from colab by liamhuber in https://github.com/pyiron/ironflow/pull/167
* Extend ontology by liamhuber in https://github.com/pyiron/ironflow/pull/166
* Example bulk modulus by liamhuber in https://github.com/pyiron/ironflow/pull/165
* Port recommender by liamhuber in https://github.com/pyiron/ironflow/pull/164
* Node recommender by liamhuber in https://github.com/pyiron/ironflow/pull/163
* Fix example bulk modulus by liamhuber in https://github.com/pyiron/ironflow/pull/168
* Make otype checking more performant by liamhuber in https://github.com/pyiron/ironflow/pull/172
* Fix port recommendations by liamhuber in https://github.com/pyiron/ironflow/pull/170
* Surface energy by liamhuber in https://github.com/pyiron/ironflow/pull/169
* Onto codevelopment by liamhuber in https://github.com/pyiron/ironflow/pull/162


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-0.0.3...ironflow-v0.0.4

0.0.3

What's Changed
* Add (trivial) tests to fulfill remote CI expectations by liamhuber in https://github.com/pyiron/ironflow/pull/113
* Update badges by liamhuber in https://github.com/pyiron/ironflow/pull/114
* Add lammps to the notebook env by liamhuber in https://github.com/pyiron/ironflow/pull/115
* Show output label by liamhuber in https://github.com/pyiron/ironflow/pull/116
* Set a maximum height for the node interfaces by liamhuber in https://github.com/pyiron/ironflow/pull/117
* Port access by attribute by liamhuber in https://github.com/pyiron/ironflow/pull/118
* Source representation by liamhuber in https://github.com/pyiron/ironflow/pull/119
* Beware mutability by liamhuber in https://github.com/pyiron/ironflow/pull/120
* :bug: Don't crash the control view by liamhuber in https://github.com/pyiron/ironflow/pull/122
* Add a new screen for logging by liamhuber in https://github.com/pyiron/ironflow/pull/123
* Add browser by liamhuber in https://github.com/pyiron/ironflow/pull/126
* Expose selected object by liamhuber in https://github.com/pyiron/ironflow/pull/127
* Bugfix logging by liamhuber in https://github.com/pyiron/ironflow/pull/128
* Refactor screens by liamhuber in https://github.com/pyiron/ironflow/pull/129
* Update readme by liamhuber in https://github.com/pyiron/ironflow/pull/130
* Validate IO by liamhuber in https://github.com/pyiron/ironflow/pull/131
* Rename module by liamhuber in https://github.com/pyiron/ironflow/pull/137
* Reset input by liamhuber in https://github.com/pyiron/ironflow/pull/138
* Keep representation control at top by liamhuber in https://github.com/pyiron/ironflow/pull/139
* Add log flush by liamhuber in https://github.com/pyiron/ironflow/pull/140
* New nodes by liamhuber in https://github.com/pyiron/ironflow/pull/141
* Call the now-independent coverage CI on a daily basis by liamhuber in https://github.com/pyiron/ironflow/pull/145
* Batching and ubiquitous dtypes by liamhuber in https://github.com/pyiron/ironflow/pull/144
* Performance improvements by liamhuber in https://github.com/pyiron/ironflow/pull/152
* Indentation for example by liamhuber in https://github.com/pyiron/ironflow/pull/153
* Update readme by liamhuber in https://github.com/pyiron/ironflow/pull/154


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-0.0.2...ironflow-0.0.3

0.0.2

Still ironing out the release process (pun intended). In particular, want to get the tag name and release name synchronized and agreeing with the convention of other pyiron repos (i.e. no "v" before the version number).

What's Changed
* Fix setup stage by liamhuber in https://github.com/pyiron/ironflow/pull/112


**Full Changelog**: https://github.com/pyiron/ironflow/compare/ironflow-v0.0.1...ironflow-0.0.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.