Block a user
8d671ed709
bump version to v3.2
a816a7db8e
allow numpy v2.0
a8a42bba1d
speed up b64suffix by using a simple array lookup instead of base64.b64encode
da7118f521
misc cleanup
ef6c5df386
be more consistent about when copies are made
a50d53b508
bump version to v1.4
6ad3358665
update reqs in readme
65a33d2eca
allow numpy v2
7d6cea1c4a
numpy.array(..., copy=False) -> numpy.asarray(...)
95976cd637
increase min python version
6ad3358665
update reqs in readme
65a33d2eca
allow numpy v2
7d6cea1c4a
numpy.array(..., copy=False) -> numpy.asarray(...)
95976cd637
increase min python version
8061d6cd37
note intentionally non-abstract method
968392a4a3
bump version number to v0.13
cc08efcf17
update python version in comment
19324ee147
bump minimum versions and allow numpy 2.0
f4866fb2bb
add ruff config
37bac2af0d
simplify a comparison
da7118f521
misc cleanup
ef6c5df386
be more consistent about when copies are made
ad0adec8e8
numpy.array(..., copy=False) -> numpy.asarray(...)
045b0c0228
enable numpy 2.0
e1e6134ec0
use asarray (since copy=False meaning changes in numpy 2.0)