From a9350d0a8e5ea5dc0f28a18d757e02037b1e4c80 Mon Sep 17 00:00:00 2001 From: "Christian S. Perone" Date: Fri, 23 Nov 2018 18:29:54 -0500 Subject: [PATCH] Adding v.0.2 changelog and contributors section. --- docs/source/changelog.rst | 14 ++++++++++++++ docs/source/contribute.rst | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a95df20..fba684a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,20 @@ Changelog In this section you'll find information about what's new in the newer releases of the project. +Release v.0.2 +------------------------------------------------------------------------------- +This is the release v.0.2 of medicaltorch ! This is mainly a bug-fix release with many important issues found by users and new tutorials. Thanks a lot for the contributors of this release ! + +Changes in this version: + +* Fixed issue with missing `re` import, thanks `@cclauss `_ (`issue #5 `_); +* Fixed issue with `async`/`non_blocking` keywords, thanks `@cclauss `_ (`issue #4 `_); +* Added CircleCI continuous integration for testing; +* Added a new tutorial, thanks `@omarsar `_ (`issue #10 `_); +* Fixed issue with `tensorboardx` requirement (`issue #11 `_); +* Fixed issue with requirements file (`issue #15 `_); +* Added new tutorial notebook with examples for the DataLoader creation, thanks `@MohitTare `_ (`issue #13 `_); + Release v.0.1 ------------------------------------------------------------------------------- This is the first release of the project. diff --git a/docs/source/contribute.rst b/docs/source/contribute.rst index 2112a6a..ce9dd8f 100644 --- a/docs/source/contribute.rst +++ b/docs/source/contribute.rst @@ -1,3 +1,7 @@ +Contributors +=============================================================================== +We are very thankful to all our contributors ! For a complete list of contributors, please see the official `Contributors list `_ in the Github repository. + Contribute or Report a bug ===============================================================================