You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the changes are to deprecate some of the existing args in favour of those used by genfromtxt, along with removing a couple that are no longer needed. The current release is 0.8.8. Should we plan for these to be released as 0.9, 0.8.9, or 0.8.10? Are we planning a 0.8.9 release at all?
I feel like we might have made enough improvements to warrant a 0.9 if we finish cleaning up (most of) the IO things (from_csv#128, from_text, to_json and a couple of others) that are currently in the T21 project list, along with some of the bugs that we have been discussing, notably #127.
Consensus?
The text was updated successfully, but these errors were encountered:
They are on a branch, which I am planning to take a proper look at tomorrow. I think that to_csv is probably ready, but needs tests. Less sure on the others. That one uses numpy's loadtxt internally, passing anything extra as kwargs to that.
Some of the changes are to deprecate some of the existing args in favour of those used by
genfromtxt
, along with removing a couple that are no longer needed. The current release is 0.8.8. Should we plan for these to be released as 0.9, 0.8.9, or 0.8.10? Are we planning a 0.8.9 release at all?I feel like we might have made enough improvements to warrant a 0.9 if we finish cleaning up (most of) the IO things (
from_csv
#128,from_text
,to_json
and a couple of others) that are currently in the T21 project list, along with some of the bugs that we have been discussing, notably #127.Consensus?
The text was updated successfully, but these errors were encountered: