The Wayback Machine - https://web.archive.org/web/20200830062221/https://github.com/topics/versioning
Skip to content
#

versioning

Here are 681 public repositories matching this topic...

kedro
lorenabalan
lorenabalan commented Feb 26, 2020

Description & context

Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the name property on Node.
The current auto-generated name for a node looks something like this: func_name(inputs) -> outputs. (see implementation of __str__ method on the Node class)

This is

dephell
refreshVersions
sirix

Improve this page

Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.