Skip to content

Releases: tischfieldlab/moseq-reports

1.1.8

21 Mar 01:17
cfd43d4
Compare
Choose a tag to compare

Highlights

  • Do not draw title if it is undefined or null
  • Fix StateMap PNG export on high-DPI devices
  • Add ability to export StateMap as SVG (experimental)

What's Changed

Full Changelog: v1.1.7...v1.1.8

Gradwell_Neuron_2024

10 Jan 21:05
cfd43d4
Compare
Choose a tag to compare
Merge pull request #140 from tischfieldlab/statemap-svg-export

StateMap snapshot fixes and enhancements

1.1.7

24 Jun 20:47
365fdc8
Compare
Choose a tag to compare

Highlights:

  • Fix edge-cases (e.g. high DPI screens) for snapshot scaling
  • Fix statemap window movements impacting ability to click on nodes in the cytoscape graph
  • Fix minor issues with data windows
  • Add documentation build and deployment to https://tischfieldlab.github.io/moseq-reports/
  • Add menu item Help > User Guide directing to documentation

What's Changed

New Contributors

Full Changelog: v1.1.6...v1.1.7

1.1.6

20 Jan 22:33
7b750ed
Compare
Choose a tag to compare

Version 1.1.6

Changes:

  • Mac builds are now properly signed and notorized!
  • add KDE scale parameter for violin plots within DetailedUsage
  • add aspect ratio constraints to windows
  • add button to duplicate data component window
  • add button to resize data component windows to default size
  • add clear button to syllable ID filter
  • add colored labels for heatmap row and column labels
  • add coloring of uuids by group membership in individual usage heatmap
  • add data query component
  • add details to history items
  • add fallback values for heatmap scales
  • add k-means clustering to clustered heatmaps
  • add mode and cumulative sum to stats in dataloader
  • add mutation plot component
  • add previous and next buttons for selected syllable
  • add unpublish dataset mutation for data views
  • add values operation to dataloader
  • add vmin and vmax for heatmaps
  • add window manager, less brittle window/data component finding, important for snapshots
  • fix better workspace snapshots (account for z-position, add backgrounds)
  • fix canvas heatmap hover and click
  • fix enable/disable some menu items depending if data is loaded or not
  • fix few UI tweaks for more consistent appearance on options
  • fix group colors when ordering is not Natural in DetailedUsage
  • fix measurement of tick labels by accounting for proper css styles
  • fix more consistent clustered heatmap options
  • fix race condition in boxplot when a groupLabel is removed
  • fix scalar data, compute average statistics over animals, rather than plotting of all emissions, and filter non-selected groups
  • fix statemap layout update on window move or window resize
  • fix translate module ID filters when switching count methods
  • fix units in scalar data
  • refactor consolidate import interfaces for several modules
  • refactor consolidate reusable/common options (heatmaps)
  • refactor consolidate video components into reusable video component
  • refactor reimplementation of windowing system, removes jqx dependency
  • remove support for multiple columns for pluck operations in dataloader
  • update some dependencies / remove unused dependencies

1.1.5

28 May 18:48
e83e70b
Compare
Choose a tag to compare

Version 1.1.5

Several Enhancements and Bug Fixes:

  • Builds now execute on Github Actions
  • Signed with renewed cert
  • Sidebar can now be placed on the left or right of the main window, via main menu > View > Sidebar Position
  • StateMap:
    • has new layouts: fcose and cise now supported
    • More layout options exposed in component settings
  • Render Modes:
    • ComponentRegistration can spec available and default renderers
    • DataWindowState tracks current renderer
    • Also add check for duplicate ComponentRegistration and warn!
    • selectable from ComponentRegistration.available_render_modes
    • selection reactively changes available output formats (Better protection from invalid output types)
    • add stack trace to history entry for errors
  • History Viewer
    • allow details in history items

1.1.4

16 Feb 19:42
47af9b6
Compare
Choose a tag to compare
Merge pull request #64 from tischfieldlab/electron-version-bump

Bumping version number for new release

1.1.3

15 Oct 19:04
c7ea15d
Compare
Choose a tag to compare
v1.1.3

Merge pull request #61 from tischfieldlab/color-scale-picker-enhancem…

1.1.2

19 Sep 01:40
a94724c
Compare
Choose a tag to compare
Merge pull request #59 from tischfieldlab/snapshot-enhancements

Snapshot enhancements

1.1.1

30 Jul 21:33
0649fc1
Compare
Choose a tag to compare
Merge pull request #57 from tischfieldlab/fix-vue-warnings

fix several vue warnings

1.1.0

21 Jul 16:16
8215ab7
Compare
Choose a tag to compare
Merge pull request #56 from tischfieldlab/fix-travis

fix travis config