iobis / pyobis

OBIS Python client
https://iobis.github.io/pyobis
MIT License
14 stars 10 forks source link

[update] Enable Array handling for `taxonid`s through a single query (#99) #100

Closed ayushanand18 closed 1 year ago

ayushanand18 commented 1 year ago

Overview

This PR aims to enable array handling for taxonid as well. Adding support for querying multiple taxonids at the same time will be crucial as well as beneficial for the package.

Method

Tries to resolve #99.

Thanks!

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ayushanand18 commented 1 year ago

This PR is in succession to #97

7yl4r commented 1 year ago

This PR is in succession to #97

I think this PR's branch may need to be rebased from the new main to avoid merge conflicts related to the way this was chained with #97

ayushanand18 commented 1 year ago

I think this PR's branch may need to be rebased from the new main to avoid merge conflicts related to the way this was chained with #97

I did a rebase after the merge.

Indeed, git rebase is a powerful tool to avoid merge conflicts and code leakages during collaborations. Thank you for teaching me one of the most powerful weapons I have now :)