Skip to content

Latest commit

 

History

History
219 lines (129 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

219 lines (129 loc) · 10.3 KB

Changelog

Full Changelog

Fixed bugs:

  • Import from pydantic_core instead of pydantic.networks #257

v0.5.0.dev2 (2024-11-25)

Full Changelog

Support Python 3.13

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:

v0.5.0.dev1 (2024-09-18)

Full Changelog

DX and dependency updates

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:

  • Optimize CI/CD by using dependabot's groups #238
  • Use Trusted Publisher from PyPI #237

Merged pull requests:

  • Update CI/CD and use Trusted Publisher from PyPI #236 (CasperWA)

v0.5.0.dev0 (2024-03-08)

Full Changelog

Fixed bugs:

  • Real backend tests failing #151

Closed issues:

  • Fix otelib to handle parser #178

Merged pull requests:

v0.4.1 (2023-10-25)

Full Changelog

Closed issues:

  • Support Python 3.11 #120

Merged pull requests:

v0.4.0 (2023-10-19)

Full Changelog

Implemented enhancements:

  • Use ruff #130
  • Migrate to pydantic v2 #129

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:

v0.3.2 (2023-06-20)

Full Changelog

Closed issues:

  • Fix: input_pipe not set correctly when two pipelines are merged #110

Merged pull requests:

v0.3.1 (2023-05-24)

Full Changelog

Merged pull requests:

v0.3.0 (2023-04-19)

Full Changelog

Implemented enhancements:

  • Use flit instead of setuptools #76
  • Use SINTEF/ci-cd #74

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:

v0.2.0 (2022-11-09)

Full Changelog

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:

v0.1.0 (2022-03-15)

Full Changelog

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:

* This Changelog was automatically generated by github_changelog_generator