n_conn argument disappeared from get_bycoords() method ? #45
Replies: 1 comment
-
Hey Luc. Yes, I rewrote the web calls from scratch, made it much more lightweight in terms of dependencies and web calls are much more reliable now, thus it should be faster now. You can find more details in the changelong. In the next version, which I will release soon, I added two new parameters for controlling the web calls: The reason that I removed the EDIT: Version 0.19.3 is out now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I was updating my code after noticing the breaking changes with the 0.19 version of pynldas2 and I removed the
source
keyword argument but I also noticed that then_conn
argument was also gone (which was related toasync_retriever
I believe). I think technically it's a breaking change as well so I wanted to report it :)Thank you for the awesome library!
Beta Was this translation helpful? Give feedback.
All reactions