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
Supporting >= 2.1.8 will mean no more python3.5 support, so we'll need to update the changelog and setup.py (python_requires) accordingly.
However this does get us some snazzy new features, including no need to explicitly use SparseDataFrames I think (since table.to_dataframe(dense=False) should now work as intended, due to biocore/biom-format#808 being addressed).
Prooobably related to #271. edit: also definitely related to #258, i think
The text was updated successfully, but these errors were encountered:
fedarko
added
the
external
issues/bugs with other libraries, frameworks, etc.; might include reproducing an issue minimally
label
Feb 15, 2020
Supporting >= 2.1.8 will mean
no more python3.5 support, so we'll need to update the changelog and setup.py (python_requires) accordingly.However this does get us some snazzy new features, including no need to explicitly use SparseDataFrames I think (since
table.to_dataframe(dense=False)
should now work as intended, due to biocore/biom-format#808 being addressed).Prooobably related to #271. edit: also definitely related to #258, i think
The text was updated successfully, but these errors were encountered: