Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jun 21, 2022
1 parent 41e491c commit f20736a
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions Changes.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
# v1.3.1 (unpublished, target date 24 May 2022)
# v1.3.2 (unpublished, target date 31 July 2022)

# v1.3.1

- [Update to ROBOT 1.9.0](https://github.com/INCATools/ontology-development-kit/pull/621), see [ROBOT release notes](https://github.com/ontodev/robot/releases/tag/v1.9.0)
- Added shortcut make commands for recreating components: `recreate-components` and `recreate-%` ([pull](https://github.com/INCATools/ontology-development-kit/pull/570)).
- Added new shortcut command for fast releases: `make prepare_release_fast`.
- Added the [Ontology Access Kit](https://github.com/INCATools/ontology-access-kit), a python library for interacting with ontologies, the the ODK ([pull](https://github.com/INCATools/ontology-development-kit/pull/586)).
- New tools: [gh](https://github.com/cli/cli), [j2cli](https://github.com/kolypto/j2cli)
- New tools:
- [Ontology Access Kit](https://github.com/INCATools/ontology-access-kit), a python library for interacting with ontologies, the the ODK ([pull](https://github.com/INCATools/ontology-development-kit/pull/586)).
- [gh](https://github.com/cli/cli): GitHub CLI for running releases, createing pull requests and more
- [j2cli](https://github.com/kolypto/j2cli): Jinja template client
- [rdftab](https://github.com/ontodev/rdftab.rs): RDF Tables with Rust
- [gizmos](https://github.com/ontodev/gizmos): Python utilities for ontology development
- Other: obographviz, node.js, graphviz, npm
- The ontology diff GitHub action, a tool that allows you to create diffs for you ontology pull requests, is now automatically synced with your ODK setup ([pull](https://github.com/INCATools/ontology-development-kit/pull/564)).
- Added `workflows` option to ODK config. This allows users to choose which workflows (at the moment GitHub actions-based) should be automatically synchronised.
- Custom ROBOT SPARQL reports now consider the imports by default ([pull](https://github.com/INCATools/ontology-development-kit/pull/570))
- [Base IRIs can now be configured for ROBOT report, similar to what OBO Dashboard does](https://github.com/INCATools/ontology-development-kit/pull/609/files)
- Technical
- Run internal `make` and $(MAKE) to ensure that parameters are propagated correctly ([issue](https://github.com/INCATools/ontology-development-kit/issues/554)).
- Mirror goal is only run when mirrors have been downloaded ([pull](https://github.com/INCATools/ontology-development-kit/pull/570))
- src/ontology/run.sh can now be configured with a ODK_JAVA_OPTS parameter at runtime, rather than just with a `robot_java_args` option in the projects ODK config file. This allows to more easily run releases across environments with different levels of memory. Example: `ODK_JAVA_OPTS=-Xmx4G ODK_DEBUG=yes ./run.sh make odkversion`
- src/ontology/run.sh warns the user in certain cases to update their local ODK image.
- Better [linebreaks in Makefile](https://github.com/INCATools/ontology-development-kit/pull/612) to make lines more.
- Documentation
- [Added improved `CONTRIBUTING.md` to ODK repo template](https://github.com/INCATools/ontology-development-kit/pull/620)
- [Removed history.md page from ODK documentation](https://github.com/INCATools/ontology-development-kit/pull/611)
- [Some improved settings to default mkdocs documentation pages](https://github.com/INCATools/ontology-development-kit/issues/605), such as better search, edit buttons and more.
- Some improved documentation on components ([pull](https://github.com/INCATools/ontology-development-kit/pull/577))
- All ODK-related general docs now moved to https://oboacademy.github.io/obook.
- DOSDP documentation pages are now only created when dosdp is configured.
Expand All @@ -21,6 +34,8 @@
- In ODK 1.3.0 `prepare_release` depended on `all`, which caused some cyclicity for some customised setups. This is now changed to a separate `all_odk` goal.
- Simple ontology release artefacts now correctly depend on the `simple seed`.
- Similar to subset declarations, ODK now injects synonymtype declarations when extracting a module.
- diff.yaml no longer [added by default](https://github.com/INCATools/ontology-development-kit/issues/588), has to be configured.



# v1.3.0 (24 February 2022)
Expand Down

0 comments on commit f20736a

Please sign in to comment.