Skip to content

v2.1.11

Compare
Choose a tag to compare
@mihirsamdarshi mihirsamdarshi released this 02 Jun 17:48

GRNsight v2.1.11 includes the following new features and bug fixes:

  • Improvements were made to the zoom functionality (#465), including:
    • Zoom now originates from the center of the graph #468
    • Zoom factor is now annotated on zoom slider #485
    • A vertical bar on the zoom slider indicates where the 100% zoom level is #484
    • Mousewheel zoom was disabled #473
    • Various bugs were fixed #479, #480, #508
  • The user can now customize the normalization factor which controls how the thicknesses of the edges are determined based on the weight values #264 or reset it back to the default value for that graph #506
    • The user can also set the threshold upon which a weighted edge is colored gray using a slider
  • Additional tests were added:
    • Syntactic tests for malformed Simple Interaction Format (.sif) files were completed which return errors to the user if an incorrectly formatted SIF file is imported into GRNsight #362
    • The routine that checks for syntactic errors in SIF and GraphML files was integrated with the semantic checker routine that looks for error common to all file formats that GRNsight supports #386
    • Tests for incorrectly named Excel worksheets were added #355
    • GRNsight now returns an error if a blank Excel, SIF , or GraphML file is uploaded #428
  • An automatic client-side test generator was created that generates a document that can be followed by a user to systematically test specific combinations of user interface functions #326
  • Additional bugs were fixed #491, #510
  • Code quality was improved by the use of ESLint #503