Skip to content

Commit cfbbdf9

Browse files
committed
Update CHANGELOG
1 parent badabde commit cfbbdf9

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- Add `--clean-obo` option to [`convert`] [#995]
1212
- Allow interpolation of ontology IRI and version IRI within annotation values [#1241]
13-
- Allow selecting punned entities in [`remove`] and [`filter`]
13+
- Allow selecting punned entities in [`remove`] and [`filter`] [#1251]
14+
- Add support for predicate-object pairs to ROBOT template [#1249]
15+
16+
### Changed
17+
- Updated Apache POI [#1252]
18+
- Support SPLIT=\\n [#1246]
19+
- Include SubObjectPropertyOf axioms when reducing [#1248]
1420

1521
### Fixed
1622
- Update owl-diff dependency for stable ordering and to avoid large string creation [#1227]
23+
- Exclude deprecated from lowercase_definition check [#1224]
1724
- Improve disambiguation of properties in QuotedEntityChecker [#1226]
1825
- Skip "non-robot" columns in templates for the purposes of axiom annotations [#1216]
19-
- Add missing filter for deprecated in lowercase_definition check [#1220]
20-
- Bug was fixed that caused logical axioms with axiom annotations not to be processed correctly when merging axiom annotations [#1223]
26+
- Fix but that caused logical axioms with axiom annotations not to be processed correctly when merging axiom annotations [#1223]
2127
- Correctly merge unannotated and annotated duplicated axioms [#1239]
2228
- Fix reading of default queries from embedded Jar resources [#1212]
29+
- Fix repair --merge-axiom-annotations [#1240]
30+
- Allow interpolation of placeholders in annotation values. [#1242]
2331
- Subproperties being ignored when evaluating redundancy in `reduce` [#1014], [#1208]
2432

2533
## [1.9.7] - 2024-10-30
@@ -427,12 +435,26 @@ First official release of ROBOT!
427435
[`validate`]: http://robot.obolibrary.org/validate
428436
[`verify`]: http://robot.obolibrary.org/verify
429437

438+
[#1252]: https://github.com/ontodev/robot/pull/1252
439+
[#1251]: https://github.com/ontodev/robot/pull/1251
440+
[#1249]: https://github.com/ontodev/robot/pull/1249
441+
[#1248]: https://github.com/ontodev/robot/pull/1248
442+
[#1246]: https://github.com/ontodev/robot/pull/1246
443+
[#1242]: https://github.com/ontodev/robot/pull/1242
444+
[#1241]: https://github.com/ontodev/robot/pull/1241
445+
[#1240]: https://github.com/ontodev/robot/pull/1240
446+
[#1239]: https://github.com/ontodev/robot/pull/1239
447+
[#1227]: https://github.com/ontodev/robot/pull/1227
430448
[#1226]: https://github.com/ontodev/robot/pull/1226
449+
[#1224]: https://github.com/ontodev/robot/pull/1224
431450
[#1223]: https://github.com/ontodev/robot/pull/1223
432451
[#1221]: https://github.com/ontodev/robot/pull/1221
433452
[#1220]: https://github.com/ontodev/robot/issues/1220
453+
[#1216]: https://github.com/ontodev/robot/pull/1216
434454
[#1216]: https://github.com/ontodev/robot/issues/1216
455+
[#1212]: https://github.com/ontodev/robot/pull/1212
435456
[#1211]: https://github.com/ontodev/robot/pull/1211
457+
[#1208]: https://github.com/ontodev/robot/pull/1208
436458
[#1194]: https://github.com/ontodev/robot/pull/1194
437459
[#1193]: https://github.com/ontodev/robot/pull/1193
438460
[#1183]: https://github.com/ontodev/robot/issues/1183
@@ -445,8 +467,8 @@ First official release of ROBOT!
445467
[#1148]: https://github.com/ontodev/robot/pull/1148
446468
[#1135]: https://github.com/ontodev/robot/pull/1135
447469
[#1127]: https://github.com/ontodev/robot/pull/1127
448-
[#1119]: https://github.com/ontodev/robot/pull/1119
449470
[#1121]: https://github.com/ontodev/robot/issues/1121
471+
[#1119]: https://github.com/ontodev/robot/pull/1119
450472
[#1108]: https://github.com/ontodev/robot/pull/1108
451473
[#1104]: https://github.com/ontodev/robot/pull/1104
452474
[#1101]: https://github.com/ontodev/robot/issues/1101
@@ -466,6 +488,7 @@ First official release of ROBOT!
466488
[#1023]: https://github.com/ontodev/robot/pull/1023
467489
[#1017]: https://github.com/ontodev/robot/issues/1017
468490
[#1016]: https://github.com/ontodev/robot/issues/1016
491+
[#1014]: https://github.com/ontodev/robot/pull/1014
469492
[#1009]: https://github.com/ontodev/robot/issues/1009
470493
[#1000]: https://github.com/ontodev/robot/pull/1000
471494
[#999]: https://github.com/ontodev/robot/pull/999

0 commit comments

Comments
 (0)