diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ab5ddf8..ea77b339f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ # Change Log -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file. It's a team effort +to make them as straightforward as possible. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] - -Here we write upgrading notes for brands. It's a team effort to make them as -straightforward as possible. +## [0.1.0] - 2020-11-02 ### Added diff --git a/README.md b/README.md index f0c4fb05a..b6e18ba2a 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ and education in medical image registration using deep learning.** - Simple built-in command line tools requiring minimal programming and scripting; - Open, permissible and research-and-education-driven, under the Apache 2.0 license. -> _DeepRegbeta will be released in Autumn 2020 - however, many tutorials, -> demos and much of the core functionality are already accessible._ - --- ## Getting Started diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 451202332..de8551325 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -1,12 +1,6 @@ DeepReg ======= -.. note:: - - DeepReg :superscript:`beta` will be released in Autumn 2020 - however, many - tutorials, demos and much of the core functionality are already - accessible. - DeepReg is a freely available, community-supported open-source toolkit for research and education in medical image registration using deep learning. @@ -42,23 +36,27 @@ DeepReg is maintained and led by a team of developers and researchers. People with significant contributions to DeepReg are listed below (in alphabetical order). -================== ================================================= -Name Affiliation (at time of contribution) -================== ================================================= -Adria Casamitjana University College London -Alexander Grimwood University College London -Ester Bonmati University College London -Matt Clarkson University College London -Nina Montana Brown University College London -Qianye Yang University College London -Remi Delaunay University College London / King’s College London -Shaheer Saaed University College London -Tom Vercauteren King’s College London -Yipeng Hu University College London -Yunguan Fu University College London / InstaDeep -Zachary Baum University College London -Zhe Min University College London -================== ================================================= +===================== ================================================================= +Name Affiliation (at time of contribution) +===================== ================================================================= +Adrià Casamitjana University College London +Alexander Grimwood University College London +Daniel C. Alexander University College London +Dean C. Barratt University College London +Ester Bonmati University College London +Juan Eugenio Iglesias University College London / Massachusetts Institute of Technology +Matt J. Clarkson University College London +Nina Montaña Brown University College London +Qianye Yang University College London +Rémi Delaunay University College London / King’s College London +Shaheer U. Saeed University College London +Stefano B. Blumberg University College London +Tom Vercauteren King’s College London +Yipeng Hu University College London +Yunguan Fu University College London / InstaDeep +Zachary M. C. Baum University College London +Zhe Min University College London +===================== ================================================================= This open-source initiative started within University College London, with support from the Wellcome/EPSRC Centre for Interventional and diff --git a/setup.py b/setup.py index 2755e41e9..e1376e90e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name="deepreg", packages=find_packages(exclude=["test", "test.unit", "test.output"]), include_package_data=True, - version="0.1.0b1", + version="0.1.0", license="apache-2.0", description="DeepReg is a freely available, community-supported open-source toolkit for research and education in medical image registration using deep learning.", long_description=long_description, @@ -36,7 +36,7 @@ ] }, classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable", "Environment :: Console", "Environment :: GPU", "Environment :: MacOS X",