From 63cab6206ea08b08cef7ccc54cd49e4b6353a45b Mon Sep 17 00:00:00 2001 From: Ann Kennedy Date: Wed, 19 Jun 2024 11:05:23 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d37f7d0..76709d5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,29 @@ An earlier, Matlab-based version of Bento is available [here](https://github.com ## New In This Release +### Version 0.3.0-beta +#### Added Features +- Plug-ins supporting display of MARS, DLC, and SLEAP pose files +- Support for loading and displaying annotations made in Bento, BORIS, SimBA, and the Caltech Behavior Annotator +- Plug-ins for event-triggered-averaging of neural activity, and for k-means clustering of neurons based on activity over the full trial +- Export of your experimental data (neural recording, pose, behavior annotations) to a NWB file +- Main window now supports jumping to a specific time or frame number in a video +- Added button to delete files from a trial (though you can still also use the delete key) +- Simplified setup of the conda environment, removing OS-specific environment files + +#### Bugs Fixed +- Desynced scrolling/display of annotations + neural traces has been fixed +- Editing trials in v0.2.0-beta caused an increment in the trial number; this is now fixed +- Widgets are now cleared out when new data is loaded + +## Features + +## Getting Started + +- Please look for the installation instructions at [Installation Instructions](https://github.com/neuroethology/bento/blob/main/documentation/installation.md) +- Please look for the detailed step by step instructions at [Tutorial](https://github.com/neuroethology/bento/blob/main/documentation/tutorial.md) + +## Previous Release Updates ### Version 0.2.0-beta #### Added Features - A plug-in interface to support import and display of pose data @@ -18,12 +41,6 @@ An earlier, Matlab-based version of Bento is available [here](https://github.com - On initial startup when no Investigators yet exist, v0.1.0-beta would prompt for the selection of an Investigator anyway. With this release, it takes you to the "Add Investigators" dialog instead. - The vertical scaling of annotations has been fixed. -## Features - -## Getting Started - -- Please look for the installation instructions at [Installation Instructions](https://github.com/neuroethology/bento/blob/main/documentation/installation.md) -- Please look for the detailed step by step instructions at [Tutorial](https://github.com/neuroethology/bento/blob/main/documentation/tutorial.md) ## Citation