Changelog¶
v0.1.1 (2022-02-24)¶
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)¶
Implemented enhancements:
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:
- EntryPoint duplicity #87 (CasperWA)
- Added support for dumping numpy arrays to the datacache #83 (jesper-friis)
- [Auto-generated] Update dependencies #82 (TEAM4-0)
- Pydantic dataclasses #81 (CasperWA)
- Made datacache accepting AttrDict configuration #70 (jesper-friis)
v0.0.6 (2022-02-14)¶
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:
- Sg/session update model #78 (sygout)
- New Function strategy #73 (CasperWA)
- Made ResourceConfig.configuration a dict #67 (jesper-friis)
- [Auto-generated] Update dependencies #66 (TEAM4-0)
- Add some dictionary functionality to configuration models #53 (TorgeirUstad)
- All new tests #35 (TorgeirUstad)
v0.0.5 (2022-02-04)¶
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:
- [Auto-generated] Update dependencies #56 (TEAM4-0)
- Add Windows pytest CI job #52 (CasperWA)
- Start implementing entry point logic #47 (CasperWA)
v0.0.4 (2022-01-26)¶
Implemented enhancements:
Fixed bugs:
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:
- [Auto-generated] Update dependencies #45 (TEAM4-0)
- Add pytest options to pyproject.toml #43 (CasperWA)
- Install the
dev
extra in publish workflow #41 (CasperWA) - Use the updated @TEAM4-0 email address #39 (CasperWA)
- Implement CI/CD for dependabot #33 (CasperWA)
- Remove asyncio from datacache #32 (jesper-friis)
- Setup docs framework and implement creating any strategy function #29 (CasperWA)
v0.0.3 (2022-01-21)¶
Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
- Updated cd_release.yml to python 3.9 #28 (kriwiik)
- Add back
pre-commit
#22 (CasperWA) - Fixed README.md References #20 (anasayb)
- Clean up Python API #17 (CasperWA)
v0.0.2 (2022-01-14)¶
Implemented enhancements:
Fixed bugs:
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