Hello, version v1.2 is released with a breaking change! Element wise operators 
starting with a dot (`.*`, `./`, `.\`) are renamed to `*.`, `/.` and similar. 
These had incorrect 
[precedence](https://nim-lang.org/docs/manual.html#syntax-precedence), writing 
`1.0 - A .* A` is actually `(1.0 - A) .* A` this was bad and had to change. 
Sorry for the inconvenience!

Reply via email to