Skip to content

DOS 0.3.0

Compare
Choose a tag to compare
@natanlao natanlao released this 25 Jun 22:52
· 275 commits to master since this release

This release incorporates a number of internal code quality and development workflow improvements, in addition to some breaking API changes.

Changelog:

  • /databundles/list and /dataobjects/list refactored Endpoint POST /databundles/list and POST /dataobjects/list have been refactored to GET /databundles and GET /dataobjects respectively and now only accept query parameters instead of a request body. (This change is backwards incompatible.)
  • Packaging Package metadata pruned, requirements specifications refactored, and Swagger schema now included as package data.
  • Versioning Version data centralized in ga4gh.dos.__version__, and schemas are now tested to ensure version consistency at commit time.
  • Other internals Documentation updated, PEP8 standards revised to ignore line length and explicitly check errors generally ignored by flake8.