Skip to content

Bug Fix and Type Checking Improvements

Latest

Choose a tag to compare

@kmaneesh kmaneesh released this 09 Jan 02:15
· 2 commits to main since this release

Bug Fixes:

  • Fixed ['str' object has no attribute 'get'] error when processing PubMed author lists
  • Author data now handles both dictionary and string formats returned by NCBI API
  • More robust error handling for varying PubMed data structures

Code Quality:

  • Removed unnecessary type: ignore comments
  • Improved BioPython type compatibility
  • All type checking (mypy) passes cleanly