Skip to content

Releases: pochedls/xsearch

v0.0.8

02 Jan 19:47
Compare
Choose a tag to compare

Create addAttribute method that will add an arbitrary attribute to an xsearch pathDict.

v0.0.7

26 Oct 18:08
Compare
Choose a tag to compare

Fix bug in retainDataByFacetValue

v0.0.6

26 Oct 18:03
Compare
Choose a tag to compare

Added optional argument nimbuspath that allows the user to use xsearch on nimbus (if set to True).

v0.0.5

22 Dec 17:57
Compare
Choose a tag to compare

This release enables you to install xsearch in a targeted conda environment using python setup.py install.

v0.0.4

21 Dec 23:55
Compare
Choose a tag to compare

This release modifies the structure of the library so that __init__.py and xsearch.py are under xsearch/, which allows you to more easily import xsearch (by adding /path/to/xsearch/ to your PYTHONPATH; note that /path/to/xsearch/ also contains a subfolder named xsearch).

v0.0.3

19 Oct 23:20
Compare
Choose a tag to compare

This release returns dataset metadata by default (rather than a simple list of paths); also updates relevant documentation.