Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit a75ed27

Browse files
committed
updated metadata
1 parent c660311 commit a75ed27

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
<div align=center>
21

32
The MIT License
43
===============
54

65
### Copyright © 2020-2022 Gary Brandt Bucher, II
6+
### Copyright © 2023 Christopher Ariza
77

8-
</div>
9-
10-
<div align=justify>
118

129
Permission is hereby granted, free of charge, to any person obtaining a copy of
1310
this software and associated documentation files (the "Software"), to deal in
@@ -27,4 +24,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2724
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2825
SOFTWARE.
2926

30-
</div>

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
arraymap
33
============
44

5-
`arraymap` is a Python package containing high-performance autoincremented
6-
integer-valued mappings.
5+
`arraymap` provides Dictionary-like lookup from NumPy array values to integer position.
76

8-
To install, just run `pip install arraymap`.
97

108
Examples
119
--------

0 commit comments

Comments
 (0)