lsabi
lsabi
Any news about the status of this issue? I'm interested as well in such a feature
**Enhanced/Additional Tutorials** Note: the following points refer to tutorials. - How to customize NN output (i.e. custom classes) - How to refine models (for all models since there are few...
I was assuming the first one. Though, key prefixes/suffixes/ranges could also be an idea, in particular where composite keys are used and partial key search is needed.
@gabor-boros The basis is good, but dumb question: should we merge it already without the commands and then port the commands or shall we port all commands before releasing?
Thanks for noticing it! We're currently working on a new version of the driver that will drop support for python 2, allowing us to refactor part of the code and...
This is an interesting (and useful) feature that surely deserves to be implemented. As of now, we're in the middle of a revamp of this repo, because the project is...
If there's already the implementation, we could try to make room for it in the new repo (temporarily private since early WIP). You can use the `python-2-to-3` branch (or `master`...
I checked the PR rapidly, but it looks really neat. Thanks! It will need a proper code review and we will then merge it into the new repo (as soon...
I haven't worked on the import nor export scripts, but an option is to have a list of supported extensions and try to match the last part of the filename...
To me it looks good. Only the the new line feed which I don't know if it's worth removing it or not. We can, in a second moment, write tests...