New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

higlass

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

higlass - npm Package Versions

1
57
25

1.6.2

Diff
pkerpedjiev
published 1.6.2 •

Changelog

Source

v1.6.2

  • Render horizontal-heatmap track properly in PIXI v4 and v5
  • Expose pixi renderer to plugin tracks to allow them to render textures from graphics objects. (More here: https://github.com/pixijs/pixi.js/issues/5394)

Detailed changes since v1.6.1

pkerpedjiev
published 1.6.1 •

Changelog

Source

v1.6.1

  • Fix visual glitches with the new Modal when run in higlass-app
  • Really fix #651: set correct namespace for SVG exports
  • Treat tilesetInfo.mirror_tiles = false as a falsy value
  • Fixed: Save and Close in the ViewConfigEditor works properly

Detailed changes since v1.6.0

pkerpedjiev
published 1.6.0 •

Changelog

Source

v1.6.0

  • Add an option to restrict the extent of central heatmaps to the upper-right or lower-left corner to enable comparison of two heatmaps in the center. Run npm start and see http://localhost:8080/apis/svg.html?/viewconfs/diagonal-split-heatmap.json for an example
  • Updated pixi.js to version 5. In your html files you need to replace the previous PixiJS loader with <script crossorigin src="https://unpkg.com/pixi.js@5/dist/pixi.min.js"></script> (or <script crossorigin src="https://unpkg.com/pixi.js-legacy@5/dist/pixi-legacy.min.js"></script> if you want to use the Canvas renderer)
  • Add a dialog to directly edit the view config in the browser
  • Replace ReactBootstrap modal with custom modal to not rely on Bootstrap and support Jupyter
  • Updated pub-sub-es to version 1.2.1 to fix a bug in the shorthand event unsubscription
  • Added an example of a map overlay
  • Support semi-transparent colormaps through RGBA colors
  • Update Mapbox endpoint. See http://localhost:8080/others/mapbox.html for an example.
  • Improve performance of the mousemove-related event handling
  • Remove unused properties from the exported view config
  • Improve performance of tiles fetching through a combination of throttling and debouncing
  • Fix a minor visual glitch with the positioning of track-related divs
  • Fix OSM track to avoid CORS issues in Chrome and allow setting minPos to 0
  • Fix #648: Auto select and copy URL when exporting a view by link
  • Fix #647: Shows correct URL when specifying an absolute URL as exportViewUrl in the viewconf
  • Fix #651: set correct namespace for SVG exports
  • Fix #593: zoom to data extent when adding the first track to an empty view

Detailed changes since v1.5.8

pkerpedjiev
published 1.5.8 •

Changelog

Source

v1.5.8

  • Fix a value scale syncing bug
  • Update the docs

Detailed changes since v1.5.7

pkerpedjiev
published 1.5.7 •

Changelog

Source

v1.5.7

  • Fix #637 - SVG export fill color doesn't match what is selected
  • Switch to nearest neighbor interpolation for horizontal heatmaps

Detailed changes since v1.5.8

pkerpedjiev
published 1.5.6 •

Changelog

Source

v1.5.6

  • Allow any horizontal track to also be placed on the left or right

Detailed changes since v1.5.8

pkerpedjiev
published 1.5.5 •

Changelog

Source

v1.5.5

  • Fixed #612: resolved an issue with caseinsensitive chromosome names
  • Destroy heatmap sprites and axis texts to mitigate memory leak

Detailed changes since v1.5.4

pkerpedjiev
published 1.5.4 •

Changelog

Source

v1.5.4

  • Fix the multiple component passive event issue by replacing the dom-event.js handlers with a class so that each component maintains its own context

Detailed changes since v1.5.3

pkerpedjiev
published 1.5.3 •

Changelog

Source

v1.5.3

  • Let HorizontalLineTracks look up tileset_info.tile_size and tileset_info.bins_per_dimension
  • Specify default track types directly in showAvailableTrackTypes API
  • Updated the docs deploy directory
  • Updated the javascript API example to include a full working html page
  • Use default height for new tracks rather than min height. Fixes newly added gene annotations so that they show names without having to be resized
  • Fixed bug that was causing overlay tracks to not appear
  • Fixed horizontal-vector-heatmap error thrown bug by padding incomplete incoming data arrays

Detailed changes since v1.5.1

pkerpedjiev
published 1.5.2 •