Skip to content

Commit

Permalink
Add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 26, 2017
1 parent 97a70ca commit 46ba869
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Arraymancer contributors (sorted alphabetically)

### Eduardo Bart
- OpenMP
- Several performance optimizations and fix including
- Strided iterators
- Uninitialized seq
- Shapeshifting procs
- Developing the ecosystem with [arraymancer-vision](https://github.com/edubart/arraymancer-vision) and [arraymancer-demos](https://github.com/edubart/arraymancer-demos)

### Mamy Ratsimbazafy
- Lead dev
2 changes: 1 addition & 1 deletion src/arraymancer/backend/openmp.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 The Arraymancer contributors
# Copyright 2017 the Arraymancer contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/arraymancer/higher_order_cuda.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 Mamy André-Ratsimbazafy
# Copyright 2017 the Arraymancer contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/arraymancer/shapeshifting.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 Mamy André-Ratsimbazafy
# Copyright 2017 the Arraymancer contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/arraymancer/ufunc.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 Mamy André-Ratsimbazafy
# Copyright 2017 the Arraymancer contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 46ba869

Please sign in to comment.