Fixed bugs:
- Import from pydantic_core instead of pydantic.networks #257
v0.5.0.dev2 (2024-11-25)
Add support for Python 3.13.
Update dependencies and other developer tools.
Furthermore, support the latest OTEAPI Core version, which deals with pydantic v2.10 issues.
Implemented enhancements:
- Support Python 3.13 #245
Merged pull requests:
- Use the latest oteapi-core version #258 (CasperWA)
- Add support for Python 3.12 & 3.13 #246 (CasperWA)
v0.5.0.dev1 (2024-09-18)
Remove the use of an extra permanent dependencies branch to create aggregated dependency update PRs. Instead use dependabot's groups feature.
Update the dependencies and dev tools.
Implemented enhancements:
Merged pull requests:
v0.5.0.dev0 (2024-03-08)
Fixed bugs:
- Real backend tests failing #151
Closed issues:
- Fix otelib to handle parser #178
Merged pull requests:
- Add create parser function #174 (Treesarj)
- Update README #173 (torhaugl)
- Don't use filesamples.com #152 (CasperWA)
v0.4.1 (2023-10-25)
Closed issues:
- Support Python 3.11 #120
Merged pull requests:
v0.4.0 (2023-10-19)
Implemented enhancements:
Fixed bugs:
Closed issues:
- Use latest SINTEF/ci-cd #137
- Revert update of codecov-action from v4 to v3 #127
- Update documentation #7
Merged pull requests:
- Update SINTEF/ci-cd usage to v2.5.2 (was v1) #135 (CasperWA)
- Migrate to pydantic v2 #133 (CasperWA)
- Use ruff #131 (CasperWA)
v0.3.2 (2023-06-20)
Closed issues:
- Fix: input_pipe not set correctly when two pipelines are merged #110
Merged pull requests:
- Doi badge #115 (jesper-friis)
- Add checks to make sure input_pipe is set to the first filter #111 (Treesarj)
v0.3.1 (2023-05-24)
Merged pull requests:
- Enh/add auth #96 (MBueschelberger)
v0.3.0 (2023-04-19)
Implemented enhancements:
Fixed bugs:
- Update tests to support updated celery strategy #101
Closed issues:
- Improve test startup for backend strategies #69
- Have all clients inherit from the same base class. #68
- Improved caching for python backend #66
Merged pull requests:
- Celery updates #103 (CasperWA)
- Renamed argument of Pipe.get() to
session_id
to reduce confusion #91 (jesper-friis) - Update CI/CD & use
flit
build system #77 (CasperWA)
v0.2.0 (2022-11-09)
Implemented enhancements:
- Implement direct Python API usage #52
Fixed bugs:
- CI docker service connection issues #40
Closed issues:
- Update pylint options #79
- I think this part, which is repeated over and over can be simplified, but I'll have to think more about it. Perhaps this could be part of a separate issue and PR? :) #65
Merged pull requests:
- Use recursive option for pylint-tests in CI #80 (CasperWA)
- Split client backends - add Python backend #60 (daniel-sintef)
- Use docker instead of docker-compose for CI #58 (CasperWA)
- Added PR template with checklist for reviewers. #37 (francescalb)
- Update README.md #34 (quaat)
v0.1.0 (2022-03-15)
Implemented enhancements:
- Add Function strategy #28
- Rename test file #18
- Release on PyPI #12
- Setup development tools and CI #9
- Add more tests #3
Fixed bugs:
- Fix issue with SQL filter #25
- Update to oteapi-core v0.1 #16
- Fix issue with GH GraphQL type in auto-merge CI workflow #13
Closed issues:
- Add dependabot with CI/CD workflows #14
- rename name in setup.py #10
- Make otelib pip installable #6
- Set up testing framework #5
- Rename OntoTransServer #4
- Clean up repository and use oteapi-core and oteapi-services #1
Merged pull requests:
- Add Function strategy #30 (CasperWA)
- Add more tests #27 (CasperWA)
- Fix testing for filters #26 (CasperWA)
- Correct typo in readme #23 (jesper-friis)
- Fix tests and implement extra debugging messages #17 (CasperWA)
- Add dependabot for dependency updates #15 (CasperWA)
- Add CI/CD and pre-commit #11 (CasperWA)
- Rename ontotranserver to server #8 (Treesarj)
- Cleaned up #2 (jesper-friis)
* This Changelog was automatically generated by github_changelog_generator