Skip to content

v. 1.7.4 - Rolling-base enhancements

Compare
Choose a tag to compare
@FATelarico FATelarico released this 19 Mar 13:40
· 39 commits to main since this release
c2f4656

Aestetics/Inputs:

  • Reordered interface for basic blockmodeling
  • File upload for network attribute (optional)
  • Corrected spelling mistakes and typos
  • Improved use of self-disappearing notifications
  • Addition of a modal spinner for long blockmodeling operations
  • Addition of a loading spinner for other long operations
  • Button 'Upload blockmodeling results'
  • Button 'Download blockmodeling as file'
  • Selector for nodes' colour for igraph when using an attribute do determine the colour
  • Selector for clusters' colours for igraph
  • Selector for clusters' colours for visNetwork
  • Guide to the numbers of colours in each palette
  • Warning message for short palettes while using iGraph
  • Warning message for short palettes while using visNetwork
  • Partioned matrix's plotting:
    • plotting area expanded
    • resolution increased
  • Original matrix's plotting
    • plotting area expanded
    • resolution increased
  • network and igraph plotting
    • plotting area expanded
    • resolution increased
  • visNetwork plotting
    • plotting area expanded
    • increased interactivity

Server logic and Outputs

  • Support for busyShiny
  • Downloads blockmodeling's results as RDS and reads data from included matrix
  • Reads blockmodeling results from an RDS file
  • The data from a preloaded blockmodeling result can be reused for a new blockmodeling without having to upload the original data file
  • Fix: The blockmodel table is not sortable anymore
  • Fix: Trying to plot the partitioned matrix before executing blockmodel will return the original matrix with a warning (see Issue #7)
  • Allows the selection of clusters' colouts amongst all available palettes, 'R4' is the default option
  • Warning message when the palette does not contain enough colours
  • Nodes can be searched by id while plotting with visNetwork
  • Correction of a bug happening when a custom block-model contains only one block-type per cluster (see Issue #11)
  • Fix: warning on the number of colours triggered when unnecessary
  • Add an attribute to the network's vertexes
  • Change the colour of the network's vertexes depending on an attribute (igraph)
  • Palette selection when polling using an attribute of the network's vertexes to determine their colour (igraph)