Skip to content

Commit

Permalink
Merge pull request #500 from DeepRegNet/499-release-v010
Browse files Browse the repository at this point in the history
Issue #499: update docs regarding release v0.1.0
  • Loading branch information
mathpluscode authored Nov 2, 2020
2 parents 0c3ddac + 89da8ae commit d6bfd5c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 33 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

> _DeepReg<sup>beta</sup> will be released in Autumn 2020 - however, many tutorials,
> demos and much of the core functionality are already accessible._
---

## Getting Started
Expand Down
44 changes: 21 additions & 23 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -36,7 +36,7 @@
]
},
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Stable",
"Environment :: Console",
"Environment :: GPU",
"Environment :: MacOS X",
Expand Down

0 comments on commit d6bfd5c

Please sign in to comment.