You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,24 @@ Changelog
4
4
[Ver 0.1.*]
5
5
-----------
6
6
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>`__
8
8
9
9
[Beta]
10
10
------
11
11
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>`__
0 commit comments