Commit d7ef177b authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.23.x'

parents f012e637 55b55a39
...@@ -77,8 +77,8 @@ Bugs fixed ...@@ -77,8 +77,8 @@ Bugs fixed
* Fix prange() to behave identically to range(). The end condition was * Fix prange() to behave identically to range(). The end condition was
miscalculated when the range was not exactly divisible by the step. miscalculated when the range was not exactly divisible by the step.
* Optimised `all(genexpr)`/`any(genexpr)` calls could warn about unused code. * Optimised ``all(genexpr)``/``any(genexpr)`` calls could warn about unused
This fixes ticket 876. code. This fixes ticket 876.
0.23.4 (2015-10-10) 0.23.4 (2015-10-10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment