Leonardo Uieda
Leonardo Uieda
Thanks for reporting @mscheltienne! We completely forgot to update the registry writing logic after updating the reading code. Sorry about that. The fix should be relatively simple: Use [`shlex.quote`](https://docs.python.org/3/library/shlex.html#shlex.quote) on...
@dokempf how do you envision this looking as a public API? Would it be in the form of an argument to the `DOIDownloader`, for example?
Hi @rsokl thank you so much to the very detailed explanation! I honestly haven't bothered to look into type hints so far but you kind of convinced me to have...
@Souza-junior please add yourself to the AUTHORS file so you can be included in the Zenodo publication
Forgot to updated Dependente to v0.3 in the CI.
Thanks for doing this!
Maybe we wait for 2.0 to do this since it will remove the `datasets` module so a lot of that configuration will go away.
Hi @Phssilva thank you for volunteering! It could go into `verde/utils.py` for now. We can move it and some other functions into a separate file later. Do you need any...
Awesome! Thank you for taking this on. Please open the pull request as soon as you have a commit. It doesn't have to be done before you open the PR....