Skip to content

Releases: nvcleemp/conjecturing

Version 0.13

08 Jul 12:29
Compare
Choose a tag to compare
  • Upgraded to Python 3
  • More things are printed when in verbose mode
  • Additional examples are available
  • expressions is now able to generate expressions as it would do for conjecturing, but without checking them against any conjecturing heuristic.

Version 0.13-CoCalc

08 Jul 12:30
Compare
Choose a tag to compare
  • Upgraded to Python 3
  • More things are printed when in verbose mode
  • Additional examples are available
  • expressions is now able to generate expressions as it would do for conjecturing, but without checking them against any conjecturing heuristic.

Version 0.12

11 Sep 13:31
Compare
Choose a tag to compare
  • Use precomputed values for theory
  • Dynamic memory allocation (removes the arbitrary limits on numbers of objects, invariants, and properties)

Version 0.12-CoCalc

11 Sep 13:47
Compare
Choose a tag to compare
  • Use precomputed values for theory
  • Dynamic memory allocation (removes the arbitrary limits on numbers of objects, invariants, and properties)

Version 0.11.2

31 Aug 15:36
Compare
Choose a tag to compare
  • Fixes to installation process for newer versions of Sage

Version 0.11.1-SMC

01 May 09:34
Compare
Choose a tag to compare
  • Fixed bug which caused all property values to be undefined. This resulted in no property conjectures being made.

Version 0.11.1

01 May 09:33
Compare
Choose a tag to compare
  • Fixed bug which caused all property values to be undefined. This resulted in no property conjectures being made.

Version 0.11.0-SMC

07 Apr 13:24
Compare
Choose a tag to compare
  • Fixed a bug with property-based conjecturing which caused the program to not produce any conjectures if a very specific set of conditions were satisfied..
  • Added docstrings to the conjecturing methods
  • Added support for providing precomputed values.

Version 0.11.0

07 Apr 13:19
Compare
Choose a tag to compare
  • Fixed a bug with property-based conjecturing which caused the program to not produce any conjectures if a very specific set of conditions were satisfied..
  • Added docstrings to the conjecturing methods
  • Added support for providing precomputed values.

Version 0.10.0-SMC

31 Mar 17:45
Compare
Choose a tag to compare

This updates adds several unary operators.