Skip to content

Releases: NEASQC/qrbs

QRBS 0.4.2

13 Nov 21:31
e629e31

Choose a tag to compare

v0.4.2

Update release.yml

QRBS 0.4.1

27 Jun 11:35
883713d

Choose a tag to compare

This release fixes the reconstruction of the precision of the consequent of a rule after it has been executed.

QRBS 0.4.0

05 Dec 12:06
d20722c

Choose a tag to compare

This release includes the new developed documentation, which provides the following sections:

  • Installation
  • Usage
    • Basic
    • Advanced
  • Source code specification

QRBS 0.3.0

24 Nov 16:46

Choose a tag to compare

This release includes a few refactor changes across the codebase, including:

  • Imprecision is now Precision
  • Uncertainty is now Certainty
  • Cleaned coding style
  • Fixed minor grammatical errors

This changes have taken place to prepare the final release of the QRBS software library.

QRBS 0.2.1

22 Nov 16:15
084bb45

Choose a tag to compare

This release is for a hotfix that fixes an error where the evaluation prior to the execution of a system always used the default QRBS model.

QRBS 0.2.0

16 Nov 17:14
71c3b59

Choose a tag to compare

This version includes the newly implemetned model for QRBS, based on Bayes. This model is the last one we are implementing before the final release.

To use this new model, simply indicate it when evaluating or executing a QRBS in MyQlmQPU, for example:

MyQlmQPU.evaluate(system, model='bayes')

QRBS 0.1.1

18 Oct 09:15
c189b2f

Choose a tag to compare

This new release includes a new model for implementing the quantum circuit of a QRBS, based on fuzzy logic.

To use this new model, simply indicate it when evaluating or executing a QRBS in MyQlmQPU, for example:

MyQlmQPU.evaluate(system, model='fuzzy')

QRBS 0.1.0

31 May 14:55
2b658dc

Choose a tag to compare

This is the preliminary version of the QRBS software library. It provides the functionalities specified in the earlier stages of the developement, in their more basic form.

The main changes from previous release 0.0.2 are:

  • Evaluating and executing QRBS in a default QPU implementation (MyQlmQPU)
  • Refactored the design regarding the building and execution of QRBS
  • Added more tests (building, evaluating, executing)

QRBS 0.0.2

11 May 11:14
ca3e2e6

Choose a tag to compare

Developed version 0.0.2

  • Building quantum routines of knowledge representation elements
  • More advanced tests (creation, deletion and modification of elements)

QRBS 0.0.1

11 May 10:24

Choose a tag to compare

Base version of NEASQC's QRBS library

  • Knowledge representation (inferential circuits) and QRBS structure
  • Very basic tests (object instantiation)