Skip to content

Commit

Permalink
Updated news and #patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hollway authored and hollway committed Nov 1, 2023
1 parent d5422b1 commit e255ca7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e255ca7

Please sign in to comment.