Skip to content

Commit 365c33c

Browse files
committed
Merge branch 'master' of https://github.com/libmir/mir-algorithm
2 parents b1bc154 + 6ab51b5 commit 365c33c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Dlang core library for math, finance and a home for Dlang multidimensional array
2525
#### Example (3 sec)
2626
```d
2727
/+dub.sdl:
28-
dependency "mir-algorithm" version="~>0.7.0"
28+
dependency "mir-algorithm" version="~>0.8.0"
2929
+/
3030
3131
void main()
@@ -50,7 +50,7 @@ void main()
5050
#### Example (30 sec)
5151
```d
5252
/+dub.sdl:
53-
dependency "mir-algorithm" version="~>0.7.0"
53+
dependency "mir-algorithm" version="~>0.8.0"
5454
+/
5555
void main()
5656
{

dub.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"authors": [
44
"Ilya Yaroshenko",
55
"Sebastian Wilzbach",
6-
"John Hall",
6+
"John Michael Hall",
77
"Andrei Alexandrescu",
88
"Walter Bright",
99
"Phobos developers (see information per file)"

source/mir/ndslice/algorithm.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Note, that string lambdas in Mir are `auto ref` functions.
3232
3333
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
3434
Copyright: Copyright © 2016-2018, Ilya Yaroshenko, 2018-, Mir community
35-
Authors: Ilya Yaroshenko, John Hall
35+
Authors: Ilya Yaroshenko, John Michael Hall
3636
3737
Macros:
3838
SUBREF = $(REF_ALTTEXT $(TT $2), $2, mir, ndslice, $1)$(NBSP)

0 commit comments

Comments
 (0)