Skip to content

Commit ae41ecf

Browse files
committed
changing version
1 parent 83e15fc commit ae41ecf

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGES.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
v1.2 2019/01/23 (remove ppl dependecy at this level)
2-
- invariants and all nodeproperties are now independent from ppl.
1+
v1.3 2020/06/04
2+
- non-termination reachability
3+
- allowing C as entry
4+
- renaming a parameter
5+
- optimizing close walks
6+
- sampling non-deterministic variables
7+
- give properties of nodes through a different file
8+
v1.2.1 2019/06/09
9+
- variables domain via parameter
10+
- smt2 as output format
11+
- close walks
12+
- analyse non determinism of close walks
13+
v1.2 2019/01/23 (remove ppl dependency at this level)
14+
- invariants and all node-properties are now independent from ppl.
315
- all the algorithms are now independent from ppl.
416
- minor other improvements.
517
- pep8.
618
v1.1 2018/12/19
719
- check assertions of cfgs and refined cfgs
820
- properties of projection are computed now on python side
921
- remove no important variables has been moved.
10-
- partialevaluation now can handle simple sccs calling "prepare" first.
11-
- analyse termination and nontermination in one single call.
22+
- partial-evaluation now can handle simple sccs calling "prepare" first.
23+
- analyse termination and non-termination in one single call.
1224
- three possible strategies to apply CFR. After, at scc level and Before.
1325
- algorithm to compute nodes on the way to a set of nodes.
14-
- 'print-graphs' argument to print the fc and svg of the cfg and their correspoinding refined graphs.
26+
- 'print-graphs' argument to print the fc and svg of the cfg and their corresponding refined graphs.
1527
v0.5 2018/10/02
1628

1729
v0.2 2018/09/19

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
dependency_links = [
1212
'git+https://github.com/jesusjda/pplpy.git#egg=pplpy-0.7.1',
13-
'git+https://github.com/jesusjda/pyLPi.git#egg=pyLPi-1.0',
14-
'git+https://github.com/jesusjda/pyParser.git#egg=genericparser-1.0'
13+
'git+https://github.com/jesusjda/pyLPi.git#egg=pyLPi',
14+
'git+https://github.com/jesusjda/pyParser.git#egg=genericparser'
1515
]
1616

1717
ter_dir = os.path.join(base, 'termination')

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.3

0 commit comments

Comments
 (0)