File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11new version
22===========
33
4+ 0.15.0
5+ ======
6+
47- Process chunk now utilizes the ``find_candidate_pairs `` function and can optionally pass on a blocking function. #462
58- Added support for Python 3.10 and updated various test dependencies. #517
69- Switch from Travis-CI to Github Actions #467
Original file line number Diff line number Diff line change 6868
6969setup (
7070 name = "anonlink" ,
71- version = '0.14.2 ' ,
71+ version = '0.15.0 ' ,
7272 description = 'Anonymous linkage using cryptographic hashes and bloom filters' ,
7373 long_description = readme ,
7474 long_description_content_type = 'text/x-rst' ,
8787 ext_modules = maybe_cythonize (extensions ),
8888 ext_package = "anonlink" ,
8989 classifiers = [
90- "Development Status :: 3 - Alpha " ,
90+ "Development Status :: 5 - Production/Stable " ,
9191 "Intended Audience :: Developers" ,
9292 "License :: OSI Approved :: Apache Software License" ,
9393 "Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments