Skip to content

Changelog

v0.1.1 (2022-02-24)

Full Changelog

Implemented enhancements:

  • Avoid registerring the incomplete text/csv parse strategy #95
  • Use special *Config classes where necessary #93

Closed issues:

  • Clean up the handling of paths in the file download strategy #84

Merged pull requests:

v0.1.0 (2022-02-22)

Full Changelog

Implemented enhancements:

  • Clean up tests #75
  • Image parser: Use datacache #63

Fixed bugs:

  • Entrypoint does not seem to be updated during rebuild #86
  • Use proper file scheme URLs in tests #74
  • xlsx parse strategy fails parsing file on Windows #23

Closed issues:

  • Use standard library functions instead of homemade code for handling file:// URIs #88
  • Remove image/eps as supported image format #68

Merged pull requests:

v0.0.6 (2022-02-14)

Full Changelog

Implemented enhancements:

  • New Function strategy #19

Fixed bugs:

  • ResourceConfig.configuration should be a dict #65
  • Configuration bug #34
  • Change mediaType for json to application/json #24

Closed issues:

  • AttrDict cannot be **unpacked #69
  • Add tests of configuration object subscripting functionality #61
  • Tests require installation #50
  • Rename image_jpeg.py #48
  • Write unit tests #11

Merged pull requests:

v0.0.5 (2022-02-04)

Full Changelog

Implemented enhancements:

  • Consider removing the create_*_strategy() functions #57
  • Lazy strategy loading #21
  • Extend and "safeguard" plugin loading through entry points #10

Fixed bugs:

  • Out-of-scope CVE from NumPy makes safety cry #54
  • pyproject.toml addopts line doesn't work on Windows #51
  • Ignore ID 44715 for safety #55 (CasperWA)

Merged pull requests:

v0.0.4 (2022-01-26)

Full Changelog

Implemented enhancements:

  • Setup dependency handling via dependabot #31
  • Attempt simplifying strategy factory function #13

Fixed bugs:

  • Update pytest command in CI to fix codecov #42
  • Publish workflow failing - invoke not installed #40

Closed issues:

  • Use new TEAM 4.0[bot] email throughout #38
  • Make datacache safe to call from within a running asyncio event loop #26
  • Setup documentation framework #9

Merged pull requests:

v0.0.3 (2022-01-21)

Full Changelog

Implemented enhancements:

  • Remove non-"standard" strategies #14
  • Clean up the API #12

Fixed bugs:

  • Update CI/CD to only use Python 3.9 #25
  • References in README are wrong #18

Closed issues:

  • Bring back pre-commit #16
  • Publish docker image #15

Merged pull requests:

v0.0.2 (2022-01-14)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • CD publish release workflow not working #4
  • CD release not working - wrong utils path #2

Merged pull requests:

  • Cleanup #8 (jesper-friis)
  • Renamed oteapi/strategy-interfaces to oteapi/interfaces and updated paths in all Python modules #6 (jesper-friis)
  • Update workflows to make CD work #5 (CasperWA)
  • Fix location of utility files for GH Actions #3 (CasperWA)

* This Changelog was automatically generated by github_changelog_generator

Back to top