Skip to content

Releases: bThink-BGU/BPpy

version 1.0.3

15 Jul 12:44
22e9424

Choose a tag to compare

Some bug fixes concerning the data attribute in the BEvent class - thanks @adielashrov !

version 1.0.2

19 May 09:46

Choose a tag to compare

Updates:

  • Adding model_completion=True flag in SMT event selection strategies.
  • Tidy PRISM format output - thanks @zisserj !

1.0.1

11 Jan 12:57
6ba5e27

Choose a tag to compare

Minor yet important update which involves an internal optimization of the DFS - thanks @zisserj!

1.0.0

20 Nov 13:58

Choose a tag to compare

This release introduces 2 main updates:

  • Sync statements are now defined using the bp.sync class. See examples and docs for more info.
  • Adding the ability to define and analyze probabilistic systems using PRISM integration, a work by @zisserj. The ability to execute such systems will be added soon.

Additionally, some minor fixes and updates were made.

0.0.10

27 Sep 16:00

Choose a tag to compare

Updates:

0.0.9

06 Sep 14:49
0c84a61

Choose a tag to compare

Some minor updates:

  • Speed upDFSBProgramVerifier implementation.
  • Adding Dockerfile and dicker hub repository.

0.0.8

28 Aug 07:29
dd65fcf

Choose a tag to compare

We publish the bppy.analysis package based on current research in this release.
BProgram verification can be performed in 2 ways:

  • DFS - using the DFSBProgramVerifier class. see tutorial for more info.
  • Symbolically - using the SymbolicBProgramVerifier class. see tutorial for more info.

0.0.7

16 Aug 16:06

Choose a tag to compare

This release has two major contributions:

  • publishing OpenAI gym integration to learn a BProgram as a gym environment (see example for more details).
  • Comments and explanation added for the examples in the documentation.

0.0.6

19 Jul 14:02
b289338

Choose a tag to compare

Some documentation updates.

0.0.5

31 May 14:47
b02b1e9

Choose a tag to compare

This release focuses on the following: