----------------------- - adding a progress bar while fetching occurrence records + added a progress bar to `occurrences.search()` function to make the process more informative to the end user.
1.0.3
----------------------- - resolved issue: package throwing error for MoFs with occurrence records + Added a null-check function when accessing MoF records. Previously, accessing MoF records for species without any occurrence records resulted in an error.
1.0.2
----------------------- - resolved issue: MoF accessibility (duplicate columns) + resolved duplicate column issue when fetching MoF records. Some columns like scientificName and eventID were being repeated when performing inner_join on normalized and non-normalized DataFrame.
1.0.1
----------------------- - resolved occurrence pagination bug wherein subsequent records were not being fetched + fixed the bug while fetching occurrence records iteratively, w/ and w/o user-specified limits
1.0.0
----------------------- - updated all modules to the new OBIS API v3 + updated checklist, nodes, occurrences, and taxa module - removed resources, added dataset module