Skip to content

Commit

Permalink
Adding v.0.2 changelog and contributors section.
Browse files Browse the repository at this point in the history
  • Loading branch information
perone committed Nov 23, 2018
1 parent d6b6705 commit a9350d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/cclauss>`_ (`issue #5 <https://github.com/perone/medicaltorch/pull/5>`_);
* Fixed issue with `async`/`non_blocking` keywords, thanks `@cclauss <https://github.com/cclauss>`_ (`issue #4 <https://github.com/perone/medicaltorch/issues/4>`_);
* Added CircleCI continuous integration for testing;
* Added a new tutorial, thanks `@omarsar <https://github.com/omarsar>`_ (`issue #10 <https://github.com/perone/medicaltorch/pull/10>`_);
* Fixed issue with `tensorboardx` requirement (`issue #11 <https://github.com/perone/medicaltorch/issues/11>`_);
* Fixed issue with requirements file (`issue #15 <https://github.com/perone/medicaltorch/issues/15>`_);
* Added new tutorial notebook with examples for the DataLoader creation, thanks `@MohitTare <https://github.com/MohitTare>`_ (`issue #13 <https://github.com/perone/medicaltorch/pull/13>`_);

Release v.0.1
-------------------------------------------------------------------------------
This is the first release of the project.
Expand Down
4 changes: 4 additions & 0 deletions docs/source/contribute.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/perone/medicaltorch/graphs/contributors>`_ in the Github repository.

Contribute or Report a bug
===============================================================================

Expand Down

0 comments on commit a9350d0

Please sign in to comment.