Skip to content

2020.10.2

Compare
Choose a tag to compare
@CasperWA CasperWA released this 02 Oct 10:54
· 238 commits to develop since this release

Changes:

  • When querying with the default maximum/minimum values for "Number of elements" and "Number of sites", the query parameters are no longer added to the URL query, hopefully ensuring faster handling of the request on the server side (#178).
  • Remove click dependency. Convert to using the built-in argparse module for the CLI (#179).

Bug fixes:

  • Pagination when using links directly has been fixed (#177).

Developer:

  • Update MANITFEST.in to properly include the Jupyter notebook and moved jupyter_config.json file (#180).
  • Better handling of the QueryError exception (#178).