gorgonia / tensor

package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Apache License 2.0
362 stars 49 forks source link

Replace deprecated ioutil package #139

Closed ksw2000 closed 7 months ago

ksw2000 commented 7 months ago

ioutil has been deprecated in Go 1.16. The same functionality is now provided by package io or package os.

chewxy commented 7 months ago

LGTM. Let me know if this is not merged within a day.

ksw2000 commented 7 months ago

Does this package have to be compatible with environments older than go1.18?

image

image

ksw2000 commented 7 months ago

LGTM. Let me know if this is not merged within a day.

@chewxy Hello

chewxy commented 7 months ago

v0.9.0xxxx, yes.