Jared Lumpe
Jared Lumpe
Restoring the old `printnode` method for potentially large collections (`fAbstractArray` and `AbstractDict`), which just prints the type.
Previously the children of an `AbstractDict` were pair objects, which made printing work but otherwise didn't make a lot of sense. Now that we have functional printing of child keys...
The Elink utility processes the `id` URL parameter differently than the others. EPost, EFetch, and ESummary all accept multiple UIDs as a single comma-delimited string (e.g. `id=UID1,UID2,UID3`). `elink` accepts this...
- [X] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [X] I have read the...
NCBI [retired](https://ncbiinsights.ncbi.nlm.nih.gov/2021/08/10/retire-biosystems-database/) the `biosystems` database earlier this year. This is causing an error in one of the [tests](https://github.com/biopython/biopython/blob/518c4be6ae16f1e00bfd55781171da91282b340a/Tests/test_Entrez_online.py#L126-L132) in `test_Entrez_online.py` when I run it locally.
I'm working with some external libraries which have most of their common classes defined in modules nested two layers deep, so I'm repeatedly having to write things like `sympy.core.symbol.Symbol` everywhere...
It would be nice to be able to pass arguments to the function given as `:action` in `org-ql-select`. Right now I'm using a lambda with a closure but I think...
It would be very useful to have an option to display the actual current number of iterations completed out of the total, instead of just a percentage. It would also...
I have a 2D array of time series data. The rows corresponds to variables, so I want to apply names there. The columns correspond to time points so naming them...
This is a very strange bug that took me forever to isolate because it seems to be affected by changes in code that should have no affect on it. I...