Skip to content

Releases: biocore/redbiom

Performance and bug fix release

20 Dec 00:53
Compare
Choose a tag to compare

PR #122 in particular included quite a few issues, as well as performance boost for fetch, a new API method for fetching a Qiita study, clean up of warnings, removal of Py3.6 from build testing (the environments won't create) and addition of Python 3.10 into the matrix.

Specific other items addressed in #122 include:

  • Allow for resolution of ambiguities while retaining the artifact ID #119
  • A particular sample always crashes for me #117
  • It would be nice to have an easy option to pull a specific qiita study #116
  • redbiom summarize taxonomy should handle no hits gracefully #43
  • redbiom search metadata NUMBER should fail gracefully #44
  • Fixing instructions in readme #46
  • If context creation fails, error gracefully #52
  • search for phrases #50
  • Where queries should support "in" correctly when the left hand is a string #41

What's Changed

Full Changelog: 0.3.8...0.3.9

Speed improvement on load

21 Oct 16:16
Compare
Choose a tag to compare

Important bulk load operation to reduce load/refresh times.

Important bug fix

20 Oct 21:39
Compare
Choose a tag to compare

PR #113 carries an important fix where samples with a .raw suffix were not being loaded.

Bug fixes, py39 support and more

01 Oct 22:33
edca791
Compare
Choose a tag to compare

As the title says :)

Resolve ambiguities at fetch and select specific metadata columns

06 Nov 17:54
f786704
Compare
Choose a tag to compare

This micro-release includes additions that allow for the resolution of ambiguities at data and metadata retrieval through two different means. The first is to retain the sample with the most sequence data, the second is to merge ambiguous samples together.

This release also includes a bug fix where periods were not being escaped, and in some extreme examples getting interpreted by webdis as denoting an altered return type over the default of JSON.

Finally, we now also allow for the retrieval of specific metadata columns!

Bug fix to allow indexing "/" characters

18 Oct 20:17
Compare
Choose a tag to compare

This is primarily a bug fix release to allow indexing of "/" characters at cache generation. Strings containing these characters were previously omitted as they are reserved in the case of a URL. These values are now formally encoded using urllib.

This release also includes support for optionally hashing features on fetch -- thanks @antgonza!

Minor release for allowing timestamps

08 Aug 18:32
Compare
Choose a tag to compare
Pre-release

A minor release to allow storing timestamps in the cache to reflect points of update.

Deployment and installation improvements

28 Mar 17:49
5f7c6d7
Compare
Choose a tag to compare

Modifications to improve how redbiom is installed from pypi and conda, thanks @BenKaehler!

Readme tweaks

19 Feb 23:54
Compare
Choose a tag to compare
Readme tweaks Pre-release
Pre-release
0.3.1

Fix setup.py for render of readme for pypi

Tag information and taxonomy representation updates

11 Dec 23:05
Compare
Choose a tag to compare

Updates to the taxonomy representation, and the ability to pull out tag specific information (e.g., preparation detail).