Skip to content

Commit 9bc53d4

Browse files
authored
Update Changes.md
1 parent bef3c7f commit 9bc53d4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v1.2.29 (11 June 2021)
2+
- Switched to a more up-to-date base image (ubuntu-20.04, [pull](https://github.com/INCATools/ontology-development-kit/pull/434))
3+
- Lots of technical changes on how to manage releases on dockerhub, especially multi-arch (same image should now work on M1, i.e. arm64 and amd64 machines, [pull](https://github.com/INCATools/ontology-development-kit/pull/429))
4+
- Pip install operations now using `python3 -m pip` ([pull](https://github.com/INCATools/ontology-development-kit/pull/439))
5+
- Introduced a new option (`remove_owl_nothing`) in repo config to remove mentions of owl:Nothing in releases
6+
- New python packages: linkml, kgx and funowl
7+
- Moved a comprehensive test suite to GitHub actions ([pull](https://github.com/INCATools/ontology-development-kit/pull/427))
8+
- Updated the [documentation](https://github.com/INCATools/ontology-development-kit/blob/master/docs/CreatingRepo.md) on how to create a new repo with the ODK
9+
- Updated Repo [README](https://github.com/INCATools/ontology-development-kit) with more docs, a list of significant external contributors (please just let me know if anyone else needs to be added), core team etc.
10+
- Bugfixes:
11+
- Unnecessary use of `.FORCE` in custom components removed ([pull](https://github.com/INCATools/ontology-development-kit/pull/432))
12+
- Fix another bug with OWL DL profile validation ([pull](https://github.com/INCATools/ontology-development-kit/pull/430))
13+
- Changed the `-g/--skipgit` option be be a flag ([pull](https://github.com/INCATools/ontology-development-kit/pull/428))
14+
- Some fixes to how subsets are handled ([pull](https://github.com/INCATools/ontology-development-kit/pull/424/files?file-filters%5B%5D=.jinja2))
15+
16+
117
# v1.2.28 (6 May 2021)
218
- New DOSDP tools version [0.17](https://github.com/INCATools/dosdp-tools/releases/tag/v0.17)
319
- Major: made the new image compatible with M1! Thanks to @gouttegd who did all the hard work. Super excited about this!

0 commit comments

Comments
 (0)