File tree 4 files changed +17
-4
lines changed
4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.13.0
2
+
3
+ - Fix mismatch between double hash and blake hash key requirement.
4
+ - Update to use newer anonlink-entity-service api.
5
+ - Updates to dependencies.
6
+ - Better test coverage
7
+ - CI now executes tutorial notebooks
8
+ - CI now automatically releases to PyPi
9
+
1
10
## 0.12.1
2
11
3
12
- Support packaging the command line tool into a windows executable.
Original file line number Diff line number Diff line change 57
57
master_doc = 'index'
58
58
59
59
# General information about the project.
60
- project = 'CLK hash '
61
- copyright = '2018, N1 Analytics '
62
- author = 'N1 Analytics '
60
+ project = 'clkhash '
61
+ copyright = '2019, Data61 '
62
+ author = 'Confidential Computing '
63
63
64
64
# The version info for the project you're documenting, acts as replacement for
65
65
# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ typing>=3.6
3
3
nbsphinx>=0.3
4
4
ipython==7.5.0
5
5
sphinxcontrib-programoutput
6
+ numpy
7
+ pandas
8
+ recordlinkage
9
+ requests
Original file line number Diff line number Diff line change 23
23
setup (
24
24
name = "clkhash" ,
25
25
version = '0.13.0' ,
26
- description = 'Hash utility to create Cryptographic Linkage Keys' ,
26
+ description = 'Encoding utility to create Cryptographic Linkage Keys' ,
27
27
long_description = readme ,
28
28
long_description_content_type = 'text/markdown' ,
29
29
url = 'https://github.com/data61/clkhash' ,
You can’t perform that action at this time.
0 commit comments