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
api.py:
* added fields parameter to get_workspace()
fiss.py:
* space_exists(), attr_get(), attr_copy(), mop(), validate_file_attrs(), and config_validate() updated to use fields parameter in call to get_workspace()
py3 compatibility bugfixes:
* setup.py:
- easy_install removed to enable compatibility with latest setuptools
* fccore.py:
- tempfile generated in edit_text() now opens in mode 'w' instead of 'w+b' to work with both py2 and py3 str objects.
Co-authored-by: Luke Sargent <luke.c.sargent@gmail.com>
Co-authored-by: DailyDreaming <lblauvel@ucsc.edu>
0 commit comments