Date: Mon, 15 Feb 2021 00:10:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565277 - head/math/faiss Message-ID: <202102150010.11F0AIKI058152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Feb 15 00:10:18 2021 New Revision: 565277 URL: https://svnweb.freebsd.org/changeset/ports/565277 Log: math/faiss: Update 1.6.5 -> 1.7.0 Reported by: portscout Modified: head/math/faiss/Makefile head/math/faiss/distinfo head/math/faiss/pkg-plist Modified: head/math/faiss/Makefile ============================================================================== --- head/math/faiss/Makefile Mon Feb 15 00:09:26 2021 (r565276) +++ head/math/faiss/Makefile Mon Feb 15 00:10:18 2021 (r565277) @@ -2,7 +2,7 @@ PORTNAME= faiss DISTVERSIONPREFIX= v -DISTVERSION= 1.6.5 +DISTVERSION= 1.7.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/faiss/distinfo ============================================================================== --- head/math/faiss/distinfo Mon Feb 15 00:09:26 2021 (r565276) +++ head/math/faiss/distinfo Mon Feb 15 00:10:18 2021 (r565277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606300928 -SHA256 (facebookresearch-faiss-v1.6.5_GH0.tar.gz) = 277add2226fad40544cea5776817a0202ef67e2e80d2c289ebdb0135216d60a5 -SIZE (facebookresearch-faiss-v1.6.5_GH0.tar.gz) = 576089 +TIMESTAMP = 1613347040 +SHA256 (facebookresearch-faiss-v1.7.0_GH0.tar.gz) = f86d346ac9f409ee30abe37e52f6cce366b7f60d3924d65719f40aa07ceb4bec +SIZE (facebookresearch-faiss-v1.7.0_GH0.tar.gz) = 653716 Modified: head/math/faiss/pkg-plist ============================================================================== --- head/math/faiss/pkg-plist Mon Feb 15 00:09:26 2021 (r565276) +++ head/math/faiss/pkg-plist Mon Feb 15 00:10:18 2021 (r565277) @@ -1,6 +1,5 @@ include/faiss/AutoTune.h include/faiss/Clustering.h -include/faiss/DirectMap.h include/faiss/IVFlib.h include/faiss/Index.h include/faiss/Index2Layer.h @@ -15,20 +14,21 @@ include/faiss/IndexHNSW.h include/faiss/IndexIVF.h include/faiss/IndexIVFFlat.h include/faiss/IndexIVFPQ.h +include/faiss/IndexIVFPQFastScan.h include/faiss/IndexIVFPQR.h include/faiss/IndexIVFSpectralHash.h include/faiss/IndexLSH.h include/faiss/IndexLattice.h include/faiss/IndexPQ.h +include/faiss/IndexPQFastScan.h include/faiss/IndexPreTransform.h +include/faiss/IndexRefine.h include/faiss/IndexReplicas.h include/faiss/IndexScalarQuantizer.h include/faiss/IndexShards.h -include/faiss/InvertedLists.h include/faiss/MatrixStats.h include/faiss/MetaIndexes.h include/faiss/MetricType.h -include/faiss/OnDiskInvertedLists.h include/faiss/VectorTransform.h include/faiss/clone_index.h include/faiss/impl/AuxIndexStructures.h @@ -45,8 +45,16 @@ include/faiss/impl/io.h include/faiss/impl/io_macros.h include/faiss/impl/lattice_Zn.h include/faiss/impl/platform_macros.h +include/faiss/impl/pq4_fast_scan.h +include/faiss/impl/simd_result_handlers.h include/faiss/index_factory.h include/faiss/index_io.h +include/faiss/invlists/BlockInvertedLists.h +include/faiss/invlists/DirectMap.h +include/faiss/invlists/InvertedLists.h +include/faiss/invlists/InvertedListsIOHook.h +include/faiss/invlists/OnDiskInvertedLists.h +include/faiss/utils/AlignedTable.h include/faiss/utils/Heap.h include/faiss/utils/WorkerThread.h include/faiss/utils/distances.h @@ -55,8 +63,11 @@ include/faiss/utils/hamming-inl.h include/faiss/utils/hamming.h include/faiss/utils/ordered_key_value.h include/faiss/utils/partitioning.h +include/faiss/utils/quantize_lut.h include/faiss/utils/random.h include/faiss/utils/simdlib.h +include/faiss/utils/simdlib_avx2.h +include/faiss/utils/simdlib_emulated.h include/faiss/utils/utils.h lib/libfaiss.so %%DATADIR%%/faiss-config-version.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102150010.11F0AIKI058152>