From e151038479191bb77b77b5ca86343d2a5ffb3392 Mon Sep 17 00:00:00 2001 From: Anwai Archit <52396323+anwai98@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:21:41 +0100 Subject: [PATCH] Add release notes to doc (#819) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a907fa6b..ae6d62cb 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,13 @@ Compared to these we support more applications (2d, 3d and tracking), and provid ## Release Overview +**New in version 1.2.0** +The main changes in this version are: + +- Installation using only conda-forge dependencies and simplified installation instructions (on Linux and Mac OS). +- Fix annotation in napari widgets with scale factors. +- Support for several parameter-efficient training methods. + **New in version 1.1.1** Fixing minor issues with 1.1.0 and enabling pytorch 2.5 support.