gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
40 stars 5 forks source link

Make a homebrew package for gnparser #92

Closed dimus closed 3 years ago

dimus commented 3 years ago

created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/92

dimus commented 3 years ago

created by @dimus at https://gitlab.com/gogna/gnparser/-/issues/43

mentioned in issue #91

dimus commented 3 years ago

@sckott quite a few changes happened with gnparser.

Changes between 0.x and 1.x are here: https://github.com/gnames/gnparser/wiki/Changes-in-v1.0.0

sckott commented 3 years ago

Thanks for the update!

sckott commented 3 years ago

@dimus what happened to the debug functionality? I had a function in the R client that did -f debug - that seems to be gone, or is it still there somewhere? I don't care one way or the other, just that I have it in the R client and need to know if I remove that functionality or not

dimus commented 3 years ago

@sckott I decided to remove it as it really was only for development

@dimus what happened to the debug functionality? I had a function in the R client that did -f debug - that seems to be gone, or is it still there somewhere? I don't care one way or the other, just that I have it in the R client and need to know if I remove that functionality or not

dimus commented 3 years ago

I also removed gRPC from the package, because protobuf API was changing a lot and for users it was hard to compile gnparser. I am planning to remove gRPC dependency from all the packages

sckott commented 3 years ago

Okay, thanks