Skip to content

SimBA: release v1.3

Latest
Compare
Choose a tag to compare
@sgoldenlab sgoldenlab released this 08 Feb 20:01
· 2943 commits to master since this release
792f92e

Feb-08-2021: SimBA version 1.3 release

It has been nearly a year since the first public iteration of SimBA was released! We would like to thank the open-source community who have supported us and provided invaluable feedback and motivation to continue developing and supporting SimBA to where it is now. We have recently passed well over 150,000 downloads via pip install across all branches, and average between ~5000 to 10,000 weekly downloads alongside a gitter community of >100 users. We have just passed 15 citations for the SimBA preprint, which was released ~8 months ago. This would not be possible without your support. Thank you.

The newest release of SimBA, v1.3, provides a significant jump in features, quality of life improvements, and bug fixes. Several are highlighted below.

Please update using pip install simba-uw-tf==1.3.5, this version has native deeplabcut and deepposekit GUI support disabled. Hence, tensorflow is not needed. Pose-estimation developers have created excellent GUIs for their pipelines, and we do a disservice to you by not supporting the most updated versions. SimBA now supports pose-estimation dataframe imports from Deeplabcut, DeepPoseKit, SLEAP, MARS and others. If you are developing a new pose-estimation method and would like it directly supported in SimBA, please let us know!

Selected New Features

  • Easy install of SimBA via pip - Documentation
  • Install simba using anaconda - Documentation
  • Introduction of SHAP for behavioral neuroscience classifier explainability and standarization- Documentation
  • Plotly integration for immediate data visualization - Documentation
  • Labelling/annotating behaviors with many third-party apps - Documentation
  • Kleinberg Filter for smoothing - Documentation
  • ROI Visualization update - Documentation
  • User define features extraction - Allow user to run self customized feature extraction script
  • Quick line plot - Allow user to make line plots with selected bodypart and tracking data (located under Tools)
  • Many, many, many, many bug-fixes