Releases: EMMC-ASBL/oteapi-dlite
v0.3.2
Dependency of tripper cannot be @master for release on PyPI
What's Changed
- Update tripper dependency to have version number by @francescalb in #315
Full Changelog: v0.3.1...v0.3.2
Changelog
v0.3.2 (2024-10-21)
Merged pull requests:
- Update tripper dependecy to have version number #315 (@francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.3.1
Updated CI/CD tools which also fixes deployment on PyPi which did not succed in v0.3.0.
No changes in functionality in the actual code. See v0.3.0 for this.
What's Changed
- Update dev tools by @CasperWA in #309
- Update CI/CD, fix MkDocs build, use Trusted Publishers for PyPI by @CasperWA in #311
- Bump the actions group with 2 updates by @dependabot in #312
- Bump the python group with 5 updates by @dependabot in #313
Full Changelog: v0.3.0...v0.3.1
Changelog
v0.3.1 (2024-10-21)
Implemented enhancements:
Closed issues:
- Use Trusted Publishers from PyPI #310
- mkdocs autorefs fails in strict mode after 1.1.0, and fails with error with 1.2.0 #269
- Support pre-commit in Windows #214
- Make ci_tests work for Python 3.11 #168
Merged pull requests:
- Update CI/CD, fix MkDocs build, use Trusted Publishers for PyPI #311 (@CasperWA)
- Update dev tools #309 (@CasperWA)
* This Changelog was automatically generated by github_changelog_generator
v0.3.0
Added a strategy to document settings. This might be more usfeul to move to oteapi-core, but it canbe tested here first.
The generate strategy has been updated to accept more arguments for documentation of the data in a the triple store.
What's Changed
- Added options to strategy convert by @francescalb in #266
- Add new
kb_document
option to the generate strategy by @jesper-friis in #264 - Update
kb_document
with the possibility to connect input to output by @jesper-friis in #267 - [Auto-generated] Check & update dependencies (
pyproject.toml
) by @TEAM4-0 in #258 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #260
- [Auto-generated] Check & update dependencies (
pyproject.toml
) by @TEAM4-0 in #277 - [Auto-generated] Check & update dependencies (
pyproject.toml
) by @TEAM4-0 in #283 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #286
- Updated test_generate_kb to use otelib by @jesper-friis in #281
- Improved control over partial pipeline created with the generate strategy by @jesper-friis in #280
- Updated dependencies by @jesper-friis in #273
- [Auto-generated] Update dependencies by @TEAM4-0 in #294
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #297
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- New ci/cd workflows based on https://sintef.github.io/ci-cd/latest/ by @francescalb in #255
- master is master and not main in pre-commit-config by @francescalb in #256
- Consolidate docs build by @CasperWA in #257
Full Changelog: v0.2.1...v0.2.2
Changelog
v0.2.2 (2024-07-04)
Fixed bugs:
- pre-commit config should be updated to state
master
instead ofmain
#242
Merged pull requests:
- Consolidate docs build #257 (@CasperWA)
- master is master and not main in pre-commit-config #256 (@francescalb)
- New ci/cd workflows based on tripper #255 (@francescalb)
* This Changelog was automatically generated by github_changelog_generator
v0.2.1
What's Changed
- Made
label
optional in the parse strategy by @jesper-friis in #252
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Move pre-commit dependency to
docs
requirements by @CasperWA in #215 - Migrate to pydantic v2 by @CasperWA in #192
Full Changelog: v0.1.7...v0.2.0
Changelog
v0.2.0 (2024-02-29)
Implemented enhancements:
- Migrate to pydantic v2 #187
Fixed bugs:
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
v0.1.7
What's Changed
- [Auto-generated] Update dependencies by @TEAM4-0 in #198
- Added "store_collection" option to generate strategy by @jesper-friis in #184
- Added new filter strategy by @jesper-friis in #195
- Add tuple as input type in
parse_excel.infer_metadata()
by @ajeklund in #213 - [Auto-generated] Update dependencies by @TEAM4-0 in #200
- Update documentation preparation by @CasperWA in #209
New Contributors
Full Changelog: v0.1.6...v0.1.7
Changelog
v0.1.7 (2024-02-23)
Closed issues:
mypy
update detects new type error #212- Document functionality/features #196
- Reenable update-docs-api-reference in ci workflow #83
Merged pull requests:
- Add tuple as input type in
parse_excel.infer_metadata()
#213 (ajeklund) - Update documentation preparation #209 (CasperWA)
- [Auto-generated] Update dependencies #200 (TEAM4-0)
- [Auto-generated] Update dependencies #198 (TEAM4-0)
- Added new filter strategy #195 (jesper-friis)
- Added "store_collection" option to generate strategy #184 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.1.6
Update DLite support
This patch update is mainly to support DLite v0.4.x.
Changelog
v0.1.6 (2023-10-26)
Fixed bugs:
Merged pull requests:
- [Auto-generated] Update dependencies #193 (TEAM4-0)
- [Auto-generated] Update dependencies #191 (TEAM4-0)
- Update requirements on dlite #178 (jesper-friis)
- Update mkdocs-material requirement from ~=9.1 to ~=9.4 #174 (dependabot[bot])
- [Auto-generated] Update dependencies #169 (TEAM4-0)
- Bump actions/checkout from 3 to 4 #167 (dependabot[bot])
- Update pre-commit requirement from ~=3.3 to ~=3.4 #166 (dependabot[bot])
- Update mkdocstrings[python] requirement from ~=0.22.0 to ~=0.23.0 #165 (dependabot[bot])
- Relative file paths in tests #164 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.1.5
What's Changed
- Added a generic convert function strategy by @jesper-friis in #163
- Support image being stored in DataCache as bytes by @CasperWA in #173
Full Changelog: v0.1.4...v0.1.5
Changelog
v0.1.5 (2023-09-22)
Fixed bugs:
- Image parse strategy will change in OTEAPI Core #172
Merged pull requests:
- Support image being stored in DataCache as bytes #173 (CasperWA)
- Added a generic convert function strategy #163 (jesper-friis)
- [Auto-generated] Update dependencies #159 (TEAM4-0)
* This Changelog was automatically generated by github_changelog_generator
v0.1.4
What's Changed
- [Auto-generated] Update dependencies by @TEAM4-0 in #143
- Added badge by @jesper-friis in #140
- Smarter generate by @jesper-friis in #144
- [Auto-generated] Update dependencies by @TEAM4-0 in #149
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by @dependabot in #153
- Proper lookup of collection by @jesper-friis in #145
- [Auto-generated] Update dependencies by @TEAM4-0 in #154
Full Changelog: v0.1.3...v0.1.4
Changelog
v0.1.4 (2023-08-17)
Merged pull requests:
- [Auto-generated] Update dependencies #154 (TEAM4-0)
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 #153 (dependabot[bot])
- [Auto-generated] Update dependencies #149 (TEAM4-0)
- Proper lookup of collection #145 (jesper-friis)
- Smarter generate #144 (jesper-friis)
- [Auto-generated] Update dependencies #143 (TEAM4-0)
- Added badge #140 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator