From 0c5a68e05f9843646b2ee5fe7ebf0228365d278d Mon Sep 17 00:00:00 2001 From: vaitkus Date: Wed, 6 May 2026 14:03:52 +0300 Subject: [PATCH 1/2] Update imgCIF import statement to use a local copy During dictionary checks, the local copy is automatically downloaded by GitHub actions. --- .github/workflows/main.yml | 12 ++++++++++++ draft_new_items.dic | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e78a4c0..4c94e17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,6 +69,18 @@ jobs: repository: COMCIFS/cif_core path: cif-dictionaries/cif_core + - name: Check out the multiblock coreCIF dictionary + uses: actions/checkout@v6 + with: + repository: COMCIFS/cif_multiblock + path: cif-dictionaries/cif_multiblock + + - name: Check out the DDLm imgCIF dictionary + uses: actions/checkout@v6 + with: + repository: COMCIFS/imgCIF + path: cif-dictionaries/imgCIF + - name: Run dictionary validity checks uses: COMCIFS/dictionary_check_action@main id: ddlm_check diff --git a/draft_new_items.dic b/draft_new_items.dic index b5844f4..0ea74fe 100644 --- a/draft_new_items.dic +++ b/draft_new_items.dic @@ -48,8 +48,8 @@ save_DRAFT_NEW_ITEMS_HEAD _import.get [ {'dupl':Ignore - 'file':https://github.com/COMCIFS/imgCIF/blob/master/cif_img.dic - 'mode':Full 'save':HEAD} + 'file':cif_img.dic + 'mode':Full 'save':CIF_IMG_HEAD} ] save_ From 2c9f034705d28e1c389af0c1f342578b722d0a79 Mon Sep 17 00:00:00 2001 From: vaitkus Date: Wed, 6 May 2026 14:20:07 +0300 Subject: [PATCH 2/2] Initiate new development version so that the date could be changed --- draft_new_items.dic | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/draft_new_items.dic b/draft_new_items.dic index 0ea74fe..8a6895f 100644 --- a/draft_new_items.dic +++ b/draft_new_items.dic @@ -9,8 +9,8 @@ data_DRAFT_NEW_ITEMS _dictionary.title DRAFT_NEW_ITEMS _dictionary.class Instance - _dictionary.version 0.0.10 - _dictionary.date 2025-03-24 + _dictionary.version 0.0.11-dev + _dictionary.date 2026-05-06 _dictionary.uri https://raw.githubusercontent.com/COMCIFS/cif_ed/main/draft_new_items.dic _dictionary.ddl_conformance 4.2.0 @@ -199,4 +199,11 @@ save_ handled in a cif_img.dic context or else elaborated with more precise definitions and indications where relevant only to electron diffraction. +; + 0.0.11-dev 2026-05-06 +; + # Please update the date above and describe the change below until + # ready for the next release + + Initialised new development version. ;