You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(layers): allow creation from BitMatrix
* feat(layers): add -layer and !layer
Closes#187
* test(layers): add unit tests for the layer negation
* semver(layers): update the version number with new features
* bug(layers): use broadcast
The previous implementation would have crashed the F out on layers with
nothing-valued cells
There's no method to take the negative of a layer, need one instead of doing
0 - layer
The text was updated successfully, but these errors were encountered: