Skip to content

v1.7.1#125

Closed
Copilot wants to merge 1 commit intodevelopfrom
copilot/sub-pr-124
Closed

v1.7.1#125
Copilot wants to merge 1 commit intodevelopfrom
copilot/sub-pr-124

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Description

Patch release focused on multiplex network handling, projection improvements, and utility functions.

Package

  • Restructured website
  • Removed unnecessary global variables
  • Exporting expect_nodes() and expect_ties() for use in other packages

Making

  • Added net_name() for obtaining network name if available
  • Added net_node_names() and net_tie_names() for network element information
  • Fixed write_graphml() to coerce to igraph first

Modifying

  • Improved to_mode1() and to_mode2() to carry forward nodal and tie attributes during projection
  • Improved to_mode1() and to_mode2() to drop unnecessary nodal information
  • Improved to_uniplex() to handle multimodal multiplex filtering correctly and retain tie type information
  • Fixed Unable to write networkDynamic object to a graphML object using write_graphML function #123 by inserting NAs before converting networkDynamic to igraph
  • Fixed add_changes() to work with tbl_graph
  • Fixed filter_nodes() to use dplyr::all_of()
  • Added interpolate() helper for injecting missing data
  • Restructured modifying function documentation around transformations (e.g. direction)

Measuring

  • Split measure_attributes documentation into separate nodes and ties pages

Motifs

  • Fixed net_by_mixed() to work with multiplex networks

Data

  • Compiled ison_marvel_relationships and ison_marvel_teams into single multiplex fict_marvel dataset

Checklist:

  • Documentation
    • DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)
    • Date in DESCRIPTION is correct
    • Longer functions are commented inline or broken down into helper functions to help debugging
  • PR form
    • Title indicates expected version number
    • PR description above and the NEWS.md file are aligned
    • Description above itemizes changes under subsection titles, e.g. "## Data"
    • Closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI mentioned this pull request Feb 17, 2026
7 tasks
Copy link
Contributor Author

Copilot AI commented Feb 17, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh gh pr list --state merged --limit 10 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update version number to v1.7.1 v1.7.1 Feb 17, 2026
Copilot AI requested a review from jhollway February 17, 2026 20:19
@jhollway jhollway closed this Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants