You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pandas requires numpy and if install from conda it tends to pull
a ton of things. When building an exe for windows this makes it bloated.
Also fix an issue that when a field is a sequence with duplicates,
the duplicates are removed resulting in shortend list. See issue 30
#30
There is a mistake that when a field fetched is a sequence (e.g. author list), the sequence length can be wrong when there are duplicates.
E.g.
Because the duplicate (Chang) in the lastnames list is removed, the resultant author list ends up as:
A fix is coming soon
The text was updated successfully, but these errors were encountered: