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

Issue125 pipe and network arrays #126

Merged
merged 4 commits into from
Jul 14, 2021

Conversation

MassimoCimmino
Copy link
Owner

Closes #93, closes #100, closes #125.

@MassimoCimmino MassimoCimmino force-pushed the issue125_pipeAndNetworkArrays branch from 114c77b to 35b23cd Compare July 14, 2021 13:02
This is for #93, #100, and #125. `pipes` and `networks` modules are
reformatted.

- `numpy.dot()` and `numpy.linalg.multidot()` are replaced by the use of
the `@` operator introduced in [PEP465](https://www.python.org/dev/peps/pep-0465/).

- `numpy.asscalar()` is replaced by `array.item()` as recommended in the
`numpy` documentation as `asscalar` was deprecated in `v1.16`.

- Docstrings in `Pipe` and `Network` objects are reformatted to better
specify the expected types and array shapes of inputs and outputs to
functions and class methods.
@MassimoCimmino MassimoCimmino force-pushed the issue125_pipeAndNetworkArrays branch from 35b23cd to 4747743 Compare July 14, 2021 13:07
@MassimoCimmino MassimoCimmino merged commit 9882ab4 into master Jul 14, 2021
@MassimoCimmino MassimoCimmino deleted the issue125_pipeAndNetworkArrays branch November 12, 2021 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant