From 1c9ef32359453bd38653a038df78f0e0dfba961e Mon Sep 17 00:00:00 2001 From: Anwai Archit <52396323+anwai98@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:56:51 +0100 Subject: [PATCH] Add release notes to doc --- 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.