Releases: EMMC-ASBL/tripper
v0.2.11
What's Changed
- Added new section to README file by @jesper-friis in #148
Full Changelog: v0.2.10...v0.2.11
Changelog
v0.2.11 (2023-10-30)
Merged pull requests:
- Added new section to README file #148 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.2.10
Update testing
Make separate test environments for full version and minimal version without dependencies
A new environment for testing only with core dependencies installed is added to the CI workflows.
All tests are moved to separate functions instead of test scripts.
Tests that require additional dependencies are skipped if the required dependency is not installed.
Changelog
v0.2.10 (2023-10-19)
Merged pull requests:
- Francescalb/testing dependencies #142 (francescalb)
- Clearified that tripper does not depend on DLite and Pydantic #136 (jesper-friis)
- Cleaned up mappings module #132 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.2.9
What's Changed
- [Auto-generated] Check & update dependencies (
pyproject.toml
) by @TEAM4-0 in #127 - [Auto-generated] Update dependencies by @TEAM4-0 in #130
Full Changelog: v0.2.8...v0.2.9
Changelog
v0.2.9 (2023-09-29)
* This Changelog was automatically generated by github_changelog_generator
v0.2.8
What's Changed
- Added support for lists in tripper.convert by @jesper-friis in #129
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Run CI tests on examples in documentation by @jesper-friis in #118
- Update dependabot after changing master branch to 'master' by @jesper-friis in #121
- Added a module for converting to/from dicts by @jesper-friis in #126
Full Changelog: v0.2.6...v0.2.7
Changelog
v0.2.7 (2023-08-29)
Fixed bugs:
- Fix issues related to renaming of the default branch #116
Merged pull requests:
- Added a module for converting to/from dicts #126 (jesper-friis)
- Update dependabot after changing master branch to 'master' #121 (jesper-friis)
- Also run CI tests on examples in documentation #118 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.2.6
What's Changed
- Added DOI badge by @jesper-friis in #109
- Support Python 3.11 by @jesper-friis in #103
- pylint settings by @jesper-friis in #115
- Fixed parsing rdf:HTML literals with the rdflib backend by @jesper-friis in #106
- Fix issue with entry points for Python 3.6 and 3.7 by @jesper-friis in #113
- 92 new triplestore subclass by @alfredoisg in #99
- One letter words where not allowed in mappings, now they are by @francescalb in #117
New Contributors
- @francescalb made their first contribution in #117
Full Changelog: v0.2.5...v0.2.6
Changelog
v0.2.6 (2023-06-23)
Closed issues:
- Add CI/CD tests for Python 3.11 #102
Merged pull requests:
- One letter words where not allowed in mappings, now they are #117 (francescalb)
- pylint settings #115 (jesper-friis)
- Fix issue with entry points for Python 3.6 and 3.7 #113 (jesper-friis)
- Added DOI badge #109 (jesper-friis)
- Fixed parsing rdf:HTML literals with the rdflib backend #106 (jesper-friis)
- Support Python 3.11 #103 (jesper-friis)
- 92 new triplestore subclass #99 (alfredoisg)
* This Changelog was automatically generated by github_changelog_generator
v0.2.5
What's Changed
Updated dependencies
Full Changelog: v0.2.4...v0.2.5
Changelog
v0.2.5 (2023-05-24)
* This Changelog was automatically generated by github_changelog_generator
v0.2.4
What's Changed
- Added tests for Python 3.11 and 3.6 by @jesper-friis in #84
- Workflow example by @jesper-friis in #81
- Remove some deprecation warnings by @jesper-friis in #83
- [Auto-generated] Update dependencies by @TEAM4-0 in #88
- Support external backends by @jesper-friis in #80
- Added add_data(), get_value() and add_interpolation_source() methods to Triplestore by @jesper-friis in #91
- [Auto-generated] Update dependencies by @TEAM4-0 in #96
- Run doctest from CI tests by @jesper-friis in #101
- Added argument
lang
to triplestore.value() by @jesper-friis in #104
Full Changelog: v0.2.3...v0.2.4
Changelog
v0.2.4 (2023-04-30)
Implemented enhancements:
- Add entrypoint system to link external backend implementation #63
Closed issues:
Merged pull requests:
- Added argument
lang
to triplestore.value() #104 (jesper-friis) - Run doctest from CI tests #101 (jesper-friis)
- Added add_data(), get_value() and add_interpolation_source() methods to Triplestore #91 (jesper-friis)
- Added tests for Python 3.11 and 3.6 #84 (jesper-friis)
- Remove some deprecation warnings #83 (jesper-friis)
- Workflow example #81 (jesper-friis)
- Support external backends #80 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator
v0.2.3
What's Changed
- added PR template by @alfredoisg in #77
- Add official support for Python 3.11 by @jesper-friis in #82
New Contributors
- @alfredoisg made their first contribution in #77
Full Changelog: v0.2.2...v0.2.3
Changelog
v0.2.3 (2023-02-05)
Closed issues:
- Add a to_yaml() method to MappingStep #66
Merged pull requests:
- Add official support for Python 3.11 #82 (jesper-friis)
- added PR template #77 (alfredoisg)
* This Changelog was automatically generated by github_changelog_generator
v0.2.2
What's Changed
- Added mappings by @jesper-friis in #62
- Updated Triplestore.add_function() to also support EMMO. by @jesper-friis in #67
- Add map() method to Triplestore by @jesper-friis in #69
- Fix deprecated calls syntax to Triplestore.triples() by @jesper-friis in #71
- Made the value optional + added some cleanup by @jesper-friis in #70
- Proper cost function by @jesper-friis in #68
- Using isort 5.12.0 for pre-commit by @CasperWA in #76
- Generate mapping routes from subclasses of Value and MappingStep by @jesper-friis in #73
- Added visualisation of mapping route by @jesper-friis in #74
Full Changelog: v0.2.1...v0.2.2
Changelog
v0.2.2 (2023-01-30)
Fixed bugs:
Closed issues:
- Describe functions with EMMO instead of FnO #65
Merged pull requests:
- Using isort 5.12.0 for pre-commit #76 (CasperWA)
- Visualise #74 (jesper-friis)
- Generate mapping routes from subclasses of Value and MappingStep #73 (jesper-friis)
- Fix deprecated calls syntax to Triplestore.triples() #71 (jesper-friis)
- Made the value optional + added some cleanup #70 (jesper-friis)
- Add map() method to Triplestore #69 (jesper-friis)
- Proper cost function #68 (jesper-friis)
- Updated Triplestore.add_function() to also support EMMO. #67 (jesper-friis)
- Added mappings #62 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator