Skip to content

Commit 88a5a7a

Browse files
committed
[DOC] Add Github Links in CHANGELOG.rst
1 parent a84b5d2 commit 88a5a7a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ Changelog
44
[Ver 0.1.*]
55
-----------
66

7-
* |MajorFeature| Add methods on model serialization :meth:`load()` for all ensembles | @mttgdd
7+
* |MajorFeature| Add methods on model serialization :meth:`load()` for all ensembles | `@mttgdd <https://github.com/mttgdd>`__
88

99
[Beta]
1010
------
1111

12-
* |MajorFeature| Add :meth:`set_scheduler` for all ensembles | @xuyxu
13-
* |MajorFeature| Add :class:`AdversarialTrainingClassifier` and :class:`AdversarialTrainingRegressor` | @xuyxu
14-
* |MajorFeature| Add :class:`SnapshotEnsembleClassifier` and :class:`SnapshotEnsembleRegressor` | @xuyxu
15-
* |MajorFeature| Add model validation and serialization | @ghost-ronin and @xuyxu
16-
* |Enhancement| Add CI and maintenance tools | @xuyxu
17-
* |Enhancement| Add the code coverage on codecov | @xuyxu
18-
* |Enhancement| Add the version numbers to requirements.txt | @zackhardtoname and @xuyxu
19-
* |Enhancement| Improve the logging module using :class:`logging` | @zzzzwj
20-
* |API| Remove the input argument ``output_dim`` from all methods | @xuyxu
21-
* |API| Refactor the setup on optimizer into :meth:`set_optimizer` | @xuyxu
22-
* |API| Refactor the codes on operating tensors into an independent module | @zzzzwj
23-
* |Fix| Fix the bug in logging module when using multi-processing | @zzzzwj
24-
* |Fix| Fix the binding problem on scheduler and optimizer when using parallelization | @Alex-Medium and @xuyxi
12+
* |MajorFeature| Add :meth:`set_scheduler` for all ensembles | `@xuyxu <https://github.com/xuyxu>`__
13+
* |MajorFeature| Add :class:`AdversarialTrainingClassifier` and :class:`AdversarialTrainingRegressor` | `@xuyxu <https://github.com/xuyxu>`__
14+
* |MajorFeature| Add :class:`SnapshotEnsembleClassifier` and :class:`SnapshotEnsembleRegressor` | `@xuyxu <https://github.com/xuyxu>`__
15+
* |MajorFeature| Add model validation and serialization | `@ozanpkr <https://github.com/ozanpkr>`__ and `@xuyxu <https://github.com/xuyxu>`__
16+
* |Enhancement| Add CI and maintenance tools | `@xuyxu <https://github.com/xuyxu>`__
17+
* |Enhancement| Add the code coverage on codecov | `@xuyxu <https://github.com/xuyxu>`__
18+
* |Enhancement| Add the version numbers to requirements.txt | `@zackhardtoname <https://github.com/zackhardtoname>`__ and `@xuyxu <https://github.com/xuyxu>`__
19+
* |Enhancement| Improve the logging module using :class:`logging` | `@zzzzwj <https://github.com/zzzzwj>`__
20+
* |API| Remove the input argument ``output_dim`` from all methods | `@xuyxu <https://github.com/xuyxu>`__
21+
* |API| Refactor the setup on optimizer into :meth:`set_optimizer` | `@xuyxu <https://github.com/xuyxu>`__
22+
* |API| Refactor the codes on operating tensors into an independent module | `@zzzzwj <https://github.com/zzzzwj>`__
23+
* |Fix| Fix the bug in logging module when using multi-processing | `@zzzzwj <https://github.com/zzzzwj>`__
24+
* |Fix| Fix the binding problem on scheduler and optimizer when using parallelization | `@Alex-Medium <https://github.com/Alex-Medium>`__ and `@xuyxu <https://github.com/xuyxu>`__
2525

2626
.. role:: raw-html(raw)
2727
:format: html

0 commit comments

Comments
 (0)