v1.0.0
What's Changed
- Get rid of
facet_request
function in theimpc-api-helper
package by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/1 - Corrects name of package in pyproject.toml by @dpavam in https://github.com/mpi2/impc-data-api-workshop/pull/4
- Replace outdated URLs by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/7
- Add documentation to faceting query parameters and stylise comments by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/8
- Introduce
process_faceting
function and integrate intosolr_request
by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/9 solr_request
tests by @dpavam in https://github.com/mpi2/impc-data-api-workshop/pull/10solr_request
should handle errors more gracefully by @dpavam in https://github.com/mpi2/impc-data-api-workshop/pull/14- Refactor
batch_solr_request
function to batch query and multiple value search by @dpavam in https://github.com/mpi2/impc-data-api-workshop/pull/13 - Rename
impc-api-helper
toimpc_api
and reorder libraries by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/15 - Set up publishing
impc_api
package from GitHub by @marinak-ebi in https://github.com/mpi2/impc-data-api-workshop/pull/17
Full Changelog: mpi2/impc-data-api-workshop@0.1.0...v1.0.0