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 ===============================================================================