Skip to content

Releases: TranslatorSRI/reasoner-pydantic

Version 2.1.2

28 Jan 21:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

Version 2.1.1

26 Jan 18:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

Version 2.1.0

24 Jan 18:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

29 Dec 02:07
Compare
Choose a tag to compare

What's Changed

  • Hashable Models in #19
  • Add update method in #22

Full Changelog: v1.2.0.4...v2.0.0

Version 1.2.0.4

15 Sep 15:31
Compare
Choose a tag to compare

Fixes:

  • correct constraints default to []

Version 1.2.0.3

08 Sep 17:26
Compare
Choose a tag to compare

Fixes:

  • require pydantic>=1.8
  • add missing operations

Version 1.2.0.2

01 Sep 18:47
Compare
Choose a tag to compare

Fixes:

  • MetaKnowledgeGraph nodes and edges are required, but edges may be empty

Version 1.2.0.1

30 Aug 20:25
Compare
Choose a tag to compare

Bug fixes:

  • Convert negated to not in .dict() even without by_alias=True - this is necessary for FastAPI to generate Responses
  • Point Query, etc. to the correct Workflow
  • Make Operation ids strings
  • Remove standards.ncats.io $refs - these are not necessary for equivalence of the schema with TRAPI, and were causing issues in Swagger UI

Version 1.1.2.2

18 Aug 19:39
Compare
Choose a tag to compare

Bug fixes:

  • Convert negated to not in .dict() even without by_alias=True - this is necessary for FastAPI to generate Responses

Version 1.2.0

15 Aug 00:59
Compare
Choose a tag to compare
v1.2.0

Add operations and workflow