Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Add() Node #87

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

Dad0u
Copy link

@Dad0u Dad0u commented Feb 17, 2023

Added the Add() Node and the associated + operator.
Includes associated tests

Additional minor fixes:

  • Replaced deprecated FORCE with RLS in tutorial 3
  • Removed commented code in nodes/ops.py

@Dad0u Dad0u changed the title Sprint pyconfr2023 Adding Add() Node Feb 17, 2023
@Dad0u
Copy link
Author

Dad0u commented Feb 17, 2023

Added another Node: Constant()
It can be used to add a constant value, it can be a scalar or a Numpy array.
The + operator now automatically creates a Constant node when adding a scalar or a numpy array to a Node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant