-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
60 lines (41 loc) · 1.95 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Changes in kgcl-java-0.5.1
--------------------------
* Resolve quoted IDs against “OBO shorthands” (e.g. recognise
"part_of" as BFO:0000050).
* Allow "is_a" as a shorthand for rdfs:subClassOf.
Changes in kgcl-java-0.5.0
--------------------------
* Allow using labels rather than IDs to refer to nodes.
* Allow using a custom prefix map rather than a OWLAPI PrefixManager.
* Move OWL-related classes to the org.incenp.obofoundry.kgcl.owl package.
Changes in kgcl-java-0.4.0
--------------------------
* Allow creating edges that use an annotation property.
* Allow creating new object and annotation properties.
* Add support for explicit typing of literal values.
* Lax comparison of literal values with a language tag.
* Add support for auto-assignation of IDs for new entities.
* New `mint` helper command to re-assign temporary IDs.
Changes in kgcl-java-0.3.2
--------------------------
* Re-wire axioms when obsoleting a class with direct replacement.
* Better support for language tags.
* **Experimental** support for provisional/pending changes.
Changes in kgcl-java 0.3.1
--------------------------
* Fix packaging of the ROBOT plugin.
* Add support for node "unobsoletion" (`unobsolete` command).
* Add support for node deletion (`delete` command).
* Add support for annotation change (`change annotation` command).
Changes in kgcl-java 0.3.0
--------------------------
* Support for edge deletion (`delete edge` command).
* Support for node move (`move`, `deepen`, and `shallow` commands).
* Support for predicate change (`change relationship` command).
Changes in kgcl-java 0.2.0
--------------------------
* Do not fail to parse empty inputs.
* Allow to use KGCLReader on strings in addition to files.
* KGCLReader returns an empty list rather than null upon errors.
* Allow using -k and/or -K options more than once.
* Add --(no-)reject-file options.