Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 10, 2023
1 parent 73b14b6 commit 91aa7c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release history
0.8.0 (current development version)
===================================

Under construction.
* FIXED: register ``numpy.bool`` in addition to ``bool`` - it is a separate type now (@perdigao1).


0.7.6 (20 Nov 2021)
Expand Down
1 change: 0 additions & 1 deletion reikna/cluda/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def _fill_dtype_registry(respect_windows=True):
import sys
import platform

#_register_dtype(numpy.bool, "bool")
# numpy.bool is/was and alias for python bool,
# but in later numpy versions this is not recognised anymore and will throw an error
_register_dtype(bool, "bool") # standard python bool is a valid numpy dtype
Expand Down

0 comments on commit 91aa7c3

Please sign in to comment.