Skip to content

Commit f8e4bb8

Browse files
committed
Update file CHANGELOG.md
1 parent eb7e4be commit f8e4bb8

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,25 @@ https://keepachangelog.com/ja/1.0.0/ に基づいて記述していく
2020
Unreleased
2121
-----------
2222

23-
### Added
24-
- Add mattens functions as blas-like operation <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/495> <https://github.com/ricosjp/monolish/issues/727>
25-
- Add view1D of tensor_Dense <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/496> <https://github.com/ricosjp/monolish/issues/728>
26-
- Add times/adds/axpy tests for view1D of matrix/tensor <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/498> <https://github.com/ricosjp/monolish/issues/729>
27-
- Add variadic templates for reshape tensor <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/499> <https://github.com/ricosjp/monolish/issues/730>
28-
29-
### Changed
30-
- Change operator[] as val.get()[] of value array <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/494> <https://github.com/ricosjp/monolish/issues/726>
31-
- Change benchmark runner <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/489> <https://github.com/ricosjp/monolish/issues/722>
32-
3323

34-
0.17.1 - 2023/04/23
24+
0.17.1 - 2023/05/03
3525
-----------
3626

3727
### Added
3828
- Add matmul for C=aAB+bC <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/490> <https://github.com/ricosjp/monolish/issues/723>
3929
- Add reshape for dense matrix <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/488> <https://github.com/ricosjp/monolish/issues/720>
4030
- Add tensor (tensor_Dense & tensor_COO) <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/492> <https://github.com/ricosjp/monolish/issues/724>
4131
- Add adds_row, adds_col for dense <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/493> <https://github.com/ricosjp/monolish/issues/725>
32+
- Add mattens functions as blas-like operation <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/495> <https://github.com/ricosjp/monolish/issues/727>
33+
- Add view1D of tensor_Dense <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/496> <https://github.com/ricosjp/monolish/issues/728>
34+
- Add times/adds/axpy tests for view1D of matrix/tensor <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/498> <https://github.com/ricosjp/monolish/issues/729>
35+
- Add variadic templates for reshape tensor <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/499> <https://github.com/ricosjp/monolish/issues/730>
4236

4337
### Changed
4438
- Start developing 0.17.1 <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/487>
4539
- std::vector -> std::shared_ptr for data array <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/491>
40+
- Change operator[] as val.get()[] of value array <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/494> <https://github.com/ricosjp/monolish/issues/726>
41+
- Change benchmark runner <https://gitlab.ritc.jp/ricos/monolish/-/merge_requests/489> <https://github.com/ricosjp/monolish/issues/722>
4642

4743
0.17.0 - 2022/11/15
4844
-----------

0 commit comments

Comments
 (0)