Neuro-flow

Latest version: v24.12.1

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

Scan your dependencies

Page 4 of 5

21.10.0

Features
--------

- Added new context called git. It has following attributes:

- ${{ git.sha }} -- SHA of current commit
- ${{ git.branch }} - name of current branch
- ${{ git.tags }} - list of tags that point to current commit

This context is available everywhere both in live and batch mode, but it can only be used
if project's workspace is inside some git repository. (603)
- Added ternary operator to expressions: `${{ left if condition else right }}` will evaluate to `left`
if `condition` is True and to `right` otherwise. (605)
- Allowed ']]' and '}}' in yaml literal strings. (607)
- Added column with batch name to output of `neuro-flow bakes`. (618)
- Enabled detailed automatic logging to file. For locally executed commands, logs will
go to `~/.neuro/logs` directory. Remote executor detailed logs will go to `storage:.flow/logs/<bake_id>/`. (622)
- Added support of non-string types for action inputs. Now, one can specify action input in following way:


inputs:
arg1:
descr: Input with implicit string type
arg2:
descr: Input with explicit string type
type: str
arg2:
descr: Input with explicit int type and corresponding default
type: int
default: 42


Supported types are `int`, `float`, `bool`, `str`. On action calls side, it's now possible to use
corresponding yaml types as arguments. (626)
- Added possibility to specify job/bake params via the shortcut `-p` for `--param`. (629)

21.9

Features
--------

- Renamed `inherits` yaml property to `mixins`. (560)
- Added support project level `mixins`. Mixins defined in `project.yml` available both for live and batch configurations,
so they cannot define any live or batch specific properties. (562)
- Added command `neuro-flow delete-project <project-id>` that allows complete removal of project. (581)


Bugfixes
--------

- Fix crash with global images in batch mode. (544)


Misc
----

- [580](https://github.com/neuro-inc/neuro-flow/issues/580)

21.9a2

Features
--------

- Renamed `inherits` yaml property to `mixins`. (560)
- Added support project level `mixins`. Mixins defined in `project.yml` available both for live and batch configurations,
so they cannot define any live or batch specific properties. (562)
- Added command `neuro-flow delete-project <project-id>` that allows complete removal of project. (581)


Bugfixes
--------

- Fix crash with global images in batch mode. (544)


Misc
----

- [580](https://github.com/neuro-inc/neuro-flow/issues/580)

21.9a1

Features
--------

- Renamed `inherits` yaml property to `mixins`. (560)
- Added support project level `mixins`. Mixins defined in `project.yml` available both for live and batch configurations,
so they cannot define any live or batch specific properties. (562)
- Added command `neuro-flow delete-project <project-id>` that allows complete removal of project. (581)


Bugfixes
--------

- Fix crash with global images in batch mode. (544)


Misc
----

- [580](https://github.com/neuro-inc/neuro-flow/issues/580)

21.9a0

Features
--------

- Renamed `inherits` yaml property to `mixins`. (560)
- Added support project level `mixins`. Mixins defined in `project.yml` available both for live and batch configurations,
so they cannot define any live or batch specific properties. (562)
- Added command `neuro-flow delete-project <project-id>` that allows complete removal of project. (581)


Bugfixes
--------

- Fix crash with global images in batch mode. (544)


Misc
----

- [580](https://github.com/neuro-inc/neuro-flow/issues/580)

21.3.17

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.