Ironflow

Latest version: v0.1.0

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

Scan your dependencies

Page 2 of 2

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

0.0.1

Initial release.

Alpha test went pretty smoothly, so there are only doc and CI changes here.

Missed the versioneer prefix tag I had specified, re-tagging and re-releasing.

What's Changed
* Only run release CI once per release by liamhuber in https://github.com/pyiron/ironflow/pull/110
* Improve documentation by liamhuber in https://github.com/pyiron/ironflow/pull/111


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

0.0.1alpha

Pre-release to test deployment CI (PyPI)

What's Changed
* Update environment.yml by jan-janssen in https://github.com/pyiron/ironflow/pull/1
* remove unused classes by jan-janssen in https://github.com/pyiron/ironflow/pull/2
* More deleting by liamhuber in https://github.com/pyiron/ironflow/pull/3
* Depend on pyiron_atomistics rather than pyiron by jan-janssen in https://github.com/pyiron/ironflow/pull/9
* Package freedom by liamhuber in https://github.com/pyiron/ironflow/pull/4
* Script name freedom by liamhuber in https://github.com/pyiron/ironflow/pull/5
* Ryven access abstraction by liamhuber in https://github.com/pyiron/ironflow/pull/6
* Add type hinting throughout our classes by liamhuber in https://github.com/pyiron/ironflow/pull/7
* Resolve some PyCharm nits by liamhuber in https://github.com/pyiron/ironflow/pull/10
* Sort selection keys by liamhuber in https://github.com/pyiron/ironflow/pull/11
* Rename pyiron_nodes to atomistics_nodes by liamhuber in https://github.com/pyiron/ironflow/pull/12
* More colour control by liamhuber in https://github.com/pyiron/ironflow/pull/13
* Notebook nodes by liamhuber in https://github.com/pyiron/ironflow/pull/14
* Just one usage mode by liamhuber in https://github.com/pyiron/ironflow/pull/15
* Foreach bugfix by liamhuber in https://github.com/pyiron/ironflow/pull/19
* Debug selection logic to correctly handle re-selecting the same object by liamhuber in https://github.com/pyiron/ironflow/pull/20
* Allow reinstantiating the gui by liamhuber in https://github.com/pyiron/ironflow/pull/23
* Move node files around by liamhuber in https://github.com/pyiron/ironflow/pull/24
* Fix docstring by liamhuber in https://github.com/pyiron/ironflow/pull/25
* Multiple scripts by liamhuber in https://github.com/pyiron/ironflow/pull/26
* Begin to partition logic by liamhuber in https://github.com/pyiron/ironflow/pull/27
* More text input by liamhuber in https://github.com/pyiron/ironflow/pull/28
* Automatically replot by liamhuber in https://github.com/pyiron/ironflow/pull/30
* Explicitly handle failures to draw a node due to bad input by liamhuber in https://github.com/pyiron/ironflow/pull/32
* Displaying nodes by liamhuber in https://github.com/pyiron/ironflow/pull/33
* PEP8 module names by liamhuber in https://github.com/pyiron/ironflow/pull/35
* Refactor canvas widgets by liamhuber in https://github.com/pyiron/ironflow/pull/36
* Allow for an unlimited number of inputs in the interface by liamhuber in https://github.com/pyiron/ironflow/pull/37
* Small performance tweaks by liamhuber in https://github.com/pyiron/ironflow/pull/38
* Refactor rename node interface by liamhuber in https://github.com/pyiron/ironflow/pull/39
* Separate the GUI again into back- and front-end by liamhuber in https://github.com/pyiron/ironflow/pull/40
* Collapsable input by liamhuber in https://github.com/pyiron/ironflow/pull/41
* Don't allow invisible canvas widgets to be selected by liamhuber in https://github.com/pyiron/ironflow/pull/43
* Scrolling canvas by liamhuber in https://github.com/pyiron/ironflow/pull/44
* Tooltips and help by liamhuber in https://github.com/pyiron/ironflow/pull/45
* Exec button by liamhuber in https://github.com/pyiron/ironflow/pull/49
* Bugfix port selection by liamhuber in https://github.com/pyiron/ironflow/pull/51
* Abstract away pressed state management from children of button by liamhuber in https://github.com/pyiron/ironflow/pull/52
* Cleanup by liamhuber in https://github.com/pyiron/ironflow/pull/53
* Move displays by liamhuber in https://github.com/pyiron/ironflow/pull/54
* Zoom canvas by liamhuber in https://github.com/pyiron/ironflow/pull/55
* Filter directly by class, no presence of an attribute by liamhuber in https://github.com/pyiron/ironflow/pull/61
* Expose lammps potentials by a dropdown menu by liamhuber in https://github.com/pyiron/ironflow/pull/62
* Delegate representation output to a new class by liamhuber in https://github.com/pyiron/ironflow/pull/63
* Refactor node controller by liamhuber in https://github.com/pyiron/ironflow/pull/64
* Move and rename by liamhuber in https://github.com/pyiron/ironflow/pull/65
* Richer representation by liamhuber in https://github.com/pyiron/ironflow/pull/66
* Better button feedback by liamhuber in https://github.com/pyiron/ironflow/pull/68
* Navigable hdf representation by liamhuber in https://github.com/pyiron/ironflow/pull/69
* Front-facing update by liamhuber in https://github.com/pyiron/ironflow/pull/70
* Modularize top gui by liamhuber in https://github.com/pyiron/ironflow/pull/72
* Housekeeping by liamhuber in https://github.com/pyiron/ironflow/pull/73
* Session management by liamhuber in https://github.com/pyiron/ironflow/pull/75
* Debug mybinder behaviour by liamhuber in https://github.com/pyiron/ironflow/pull/77
* Binder fanciness by liamhuber in https://github.com/pyiron/ironflow/pull/79
* Add BSD3 license stuff by liamhuber in https://github.com/pyiron/ironflow/pull/80
* Blink on update by liamhuber in https://github.com/pyiron/ironflow/pull/81
* Ryvencore only by liamhuber in https://github.com/pyiron/ironflow/pull/85
* Rename modules by liamhuber in https://github.com/pyiron/ironflow/pull/86
* Load custom nodes on init by liamhuber in https://github.com/pyiron/ironflow/pull/87
* Update examples by liamhuber in https://github.com/pyiron/ironflow/pull/88
* Debug descriptors by liamhuber in https://github.com/pyiron/ironflow/pull/89
* :bug: draw the new button state by liamhuber in https://github.com/pyiron/ironflow/pull/90
* Package by liamhuber in https://github.com/pyiron/ironflow/pull/91
* Update ipywidgets requirement from ==7.* to >=7,<9 by dependabot in https://github.com/pyiron/ironflow/pull/93
* Update readthedocs config file by liamhuber in https://github.com/pyiron/ironflow/pull/94
* Debug rtd by liamhuber in https://github.com/pyiron/ironflow/pull/95
* Where is nbsphinx by liamhuber in https://github.com/pyiron/ironflow/pull/96
* Parse defaults by liamhuber in https://github.com/pyiron/ironflow/pull/98
* Smooth ci by liamhuber in https://github.com/pyiron/ironflow/pull/99
* Better bulk by liamhuber in https://github.com/pyiron/ironflow/pull/107
* Don't overwrite loaded data with defaults by liamhuber in https://github.com/pyiron/ironflow/pull/106

New Contributors
* JNmpi wrote the original draft
* jan-janssen made their first contribution in https://github.com/pyiron/ironflow/pull/1
* liamhuber made their first contribution in https://github.com/pyiron/ironflow/pull/3
* dependabot made their first contribution in https://github.com/pyiron/ironflow/pull/93

**Full Changelog**: https://github.com/pyiron/ironflow/commits/v0.0.1-alpha

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.