Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #229

Merged
merged 25 commits into from
Feb 5, 2024
Merged

Dev #229

merged 25 commits into from
Feb 5, 2024

Commits on Nov 29, 2023

  1. Enable thumbnails to download when some are missing #215

    * Thumbnail downloads trigger `req_perform` sequence with error handling
    * `collect_media` provides message of number of failed files to download too
    daxkellie committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d9f2cfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be472e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    550b475 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    2b112c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Increase internal limit of atlas_counts() #198

    * Limit increased from 30 to 10,000
    * Add message when limit is hit
    daxkellie committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    12d441f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    d0f1931 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. First pass at rewiring collapse() as per issue #217

    - move evaluation of lazy data and metadata APIs to `parse_` prefix
    - add new class `evaluated_query()` to distinguish between outputs from `collapse()` and `compute()`
    mjwestgate committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1ac19b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. update tests for atlas_counts()

    - update to remove tests for `query_set`
    - add test for #198
    mjwestgate committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    76b93f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cb305a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    7b9b2d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix bugs when passing thumbnail or mint_doi to collect()

    These affected downloads of images or occurrences. Tests updated to new `collapse()` syntax for these functions also.
    mjwestgate committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    49f2e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c81d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    1016ae0 View commit details
    Browse the repository at this point in the history
  2. clean up tests

    - add `req_timeout` to non-download queries in `query_API()`
    - try to prevent `parse_lists()` requesting number of lists until as late as possible
    - misc test updates
    mjwestgate committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    24124b1 View commit details
    Browse the repository at this point in the history
  3. Add try() and skip_if() to tests for International Atlases to avo…

    …id breaking tests when API down
    
    Started with Austria; other atlases to follow
    mjwestgate committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    40b0ced View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    6870a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2cfcc View commit details
    Browse the repository at this point in the history
  3. update to version 2.0-1; add content to NEWS

    + fix old terminology in help for `collapse()`
    + fix minor bugs found by `check()`
    mjwestgate committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    48801bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a0e179 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4aeca7 View commit details
    Browse the repository at this point in the history
  6. fix bug in atlas_species()

    required metadata were not appended to the `query` during `collapse()`, meaning error messages were being triggered unnecessrily
    mjwestgate committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    749f7f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. add missing skip_if_offline() to tests that only use collapse()

    Not previously important, but matters now that `collapse()` behaviour is changed
    mjwestgate committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2ff99b7 View commit details
    Browse the repository at this point in the history
  2. remove problem links identified by win-builder

    - labs post in `spatial_filtering` was out of date
    - DCCEEW link didn't always resolve in time and was removed
    mjwestgate committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    69304bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a7b6be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e4e5d7 View commit details
    Browse the repository at this point in the history