From e255ca7f3ccc38ea241b4d039b79ca5e7434e968 Mon Sep 17 00:00:00 2001 From: hollway Date: Wed, 1 Nov 2023 21:02:00 +0100 Subject: [PATCH] Updated news and #patch bump --- DESCRIPTION | 4 ++-- NEWS.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6fe8d934..85226c73 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: migraph Title: Multimodal Network Analysis and More -Version: 1.1.3 -Date: 2023-10-25 +Version: 1.1.4 +Date: 2023-11-01 Description: A set of tools for analysing multimodal networks. It includes functions for measuring centrality, centralization, cohesion, closure, constraint and diversity, diff --git a/NEWS.md b/NEWS.md index d2847871..440b38ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +# migraph 1.1.4 + +2023-11-01 + +## Marks + +- `print.node_mark()` and `print.tie_mark()` now allow infinite 'n' width + +## Measures + +- `print.node_measure()` and `print.tie_measure()` now allow infinite 'n' width + - Digit rounding is now fixed in print and summary methods + +## Members + +- `print.node_member()` now prints the vector + - Previous functionality is now available in `summary.node_member()` + # migraph 1.1.3 2023-10-25