datasketches 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/LICENSE +4 -6
  4. data/NOTICE +6 -5
  5. data/lib/datasketches/version.rb +1 -1
  6. data/vendor/datasketches-cpp/CMakeLists.txt +1 -1
  7. data/vendor/datasketches-cpp/LICENSE +4 -6
  8. data/vendor/datasketches-cpp/MANIFEST.in +0 -2
  9. data/vendor/datasketches-cpp/common/test/CMakeLists.txt +13 -2
  10. data/vendor/datasketches-cpp/common/test/catch_runner.cpp +22 -1
  11. data/vendor/datasketches-cpp/common/test/integration_test.cpp +1 -1
  12. data/vendor/datasketches-cpp/cpc/test/compression_test.cpp +1 -1
  13. data/vendor/datasketches-cpp/cpc/test/cpc_sketch_allocation_test.cpp +1 -1
  14. data/vendor/datasketches-cpp/cpc/test/cpc_sketch_test.cpp +1 -1
  15. data/vendor/datasketches-cpp/cpc/test/cpc_union_test.cpp +1 -1
  16. data/vendor/datasketches-cpp/fi/include/reverse_purge_hash_map_impl.hpp +1 -1
  17. data/vendor/datasketches-cpp/fi/test/frequent_items_sketch_custom_type_test.cpp +1 -1
  18. data/vendor/datasketches-cpp/fi/test/frequent_items_sketch_test.cpp +1 -1
  19. data/vendor/datasketches-cpp/fi/test/reverse_purge_hash_map_test.cpp +1 -1
  20. data/vendor/datasketches-cpp/hll/test/AuxHashMapTest.cpp +1 -1
  21. data/vendor/datasketches-cpp/hll/test/CouponHashSetTest.cpp +1 -1
  22. data/vendor/datasketches-cpp/hll/test/CouponListTest.cpp +1 -1
  23. data/vendor/datasketches-cpp/hll/test/CrossCountingTest.cpp +1 -1
  24. data/vendor/datasketches-cpp/hll/test/HllArrayTest.cpp +1 -1
  25. data/vendor/datasketches-cpp/hll/test/HllSketchTest.cpp +1 -1
  26. data/vendor/datasketches-cpp/hll/test/HllUnionTest.cpp +1 -1
  27. data/vendor/datasketches-cpp/hll/test/IsomorphicTest.cpp +1 -1
  28. data/vendor/datasketches-cpp/hll/test/TablesTest.cpp +1 -1
  29. data/vendor/datasketches-cpp/hll/test/ToFromByteArrayTest.cpp +1 -1
  30. data/vendor/datasketches-cpp/kll/test/kll_sketch_custom_type_test.cpp +1 -1
  31. data/vendor/datasketches-cpp/kll/test/kll_sketch_test.cpp +1 -1
  32. data/vendor/datasketches-cpp/kll/test/kll_sketch_validation.cpp +1 -1
  33. data/vendor/datasketches-cpp/kll/test/kolmogorov_smirnov_test.cpp +1 -1
  34. data/vendor/datasketches-cpp/pyproject.toml +0 -1
  35. data/vendor/datasketches-cpp/python/README.md +1 -1
  36. data/vendor/datasketches-cpp/python/pybind11Path.cmd +1 -1
  37. data/vendor/datasketches-cpp/quantiles/test/kolmogorov_smirnov_test.cpp +1 -1
  38. data/vendor/datasketches-cpp/quantiles/test/quantiles_compatibility_test.cpp +1 -1
  39. data/vendor/datasketches-cpp/quantiles/test/quantiles_sketch_test.cpp +1 -1
  40. data/vendor/datasketches-cpp/req/test/req_sketch_custom_type_test.cpp +1 -1
  41. data/vendor/datasketches-cpp/req/test/req_sketch_test.cpp +1 -1
  42. data/vendor/datasketches-cpp/sampling/test/var_opt_allocation_test.cpp +1 -1
  43. data/vendor/datasketches-cpp/sampling/test/var_opt_sketch_test.cpp +1 -1
  44. data/vendor/datasketches-cpp/sampling/test/var_opt_union_test.cpp +1 -1
  45. data/vendor/datasketches-cpp/setup.py +2 -3
  46. data/vendor/datasketches-cpp/theta/test/theta_a_not_b_test.cpp +1 -1
  47. data/vendor/datasketches-cpp/theta/test/theta_intersection_test.cpp +1 -1
  48. data/vendor/datasketches-cpp/theta/test/theta_jaccard_similarity_test.cpp +1 -1
  49. data/vendor/datasketches-cpp/theta/test/theta_setop_test.cpp +1 -1
  50. data/vendor/datasketches-cpp/theta/test/theta_sketch_test.cpp +1 -1
  51. data/vendor/datasketches-cpp/theta/test/theta_union_test.cpp +1 -1
  52. data/vendor/datasketches-cpp/tuple/include/tuple_sketch_impl.hpp +25 -31
  53. data/vendor/datasketches-cpp/tuple/test/array_of_doubles_sketch_test.cpp +1 -1
  54. data/vendor/datasketches-cpp/tuple/test/tuple_a_not_b_test.cpp +1 -1
  55. data/vendor/datasketches-cpp/tuple/test/tuple_intersection_test.cpp +1 -1
  56. data/vendor/datasketches-cpp/tuple/test/tuple_jaccard_similarity_test.cpp +1 -1
  57. data/vendor/datasketches-cpp/tuple/test/tuple_sketch_allocation_test.cpp +1 -1
  58. data/vendor/datasketches-cpp/tuple/test/tuple_sketch_test.cpp +1 -1
  59. data/vendor/datasketches-cpp/tuple/test/tuple_union_test.cpp +1 -1
  60. metadata +2 -4
  61. data/vendor/datasketches-cpp/common/test/catch.hpp +0 -17618
  62. data/vendor/datasketches-cpp/common/test/test_runner.cpp +0 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf1ea0f9f2d12b0e46c2d4c7dec21f41992e711e73eca68ea1ef03a4bb711077
4
- data.tar.gz: 92f56b63da0254962be47d8d3e00a6950a271053bf3152167f95e6fdb99528e6
3
+ metadata.gz: 4a7fef851c11ba93a002a6215f76170b973628f8b1f0a89fb89a5e655f6a421a
4
+ data.tar.gz: a590d7cde413596640f8bf169db67742696d7e304097be8bc0820244ed32ebd5
5
5
  SHA512:
6
- metadata.gz: 5841d4a70f1e852faa150f57ebfefc7b975de020782c41eebdad87a01d016be9bdf86f86173600632bf6f56300df0c9c4196251aa5df02a47ecd357ac844ef80
7
- data.tar.gz: d6ae7c811e0e2c2008b912e29f86d1b99491c74cd878790dfd800811a007f0dbf9c49bb59db30345450ff82673381f2c036a84a57dc44a6f6751610d9be2ee88
6
+ metadata.gz: dea9986097b4e9e4c7aba8b6f69108dce21caa2f6fa1e8723a9bf8be2077b925507bf84bd92bc794c1831285963f8ecb8f4739797c3246a15a438a82816043d6
7
+ data.tar.gz: 64f2ed1ed4656c09057892ae493a9a2c7178b3090dd84c24105b9e2f16d45f9aaed728c2bb6154e6518e018bbd240f5c2e562fa2edbee397b5deccb8b1dd11f5
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.2.7 (2022-11-05)
2
+
3
+ - Updated DataSketches to 3.5.1
4
+
1
5
  ## 0.2.6 (2022-07-13)
2
6
 
3
7
  - Updated DataSketches to 3.5.0
data/LICENSE CHANGED
@@ -255,10 +255,8 @@ APPENDIX B: Additional licenses relevant to this product.
255
255
  =============================================================
256
256
  Boost License (https://www.boost.org/LICENSE_1_0.txt)
257
257
  =============================================================
258
- Original source code:
259
- https://github.com/catchorg/Catch2/blob/master/single_include/catch2/catch.hpp
260
- -------------------------------------------------------------
261
- Copyright (c) 2020 Two Blue Cubes Ltd. All rights reserved.
258
+ Original source:
259
+ https://github.com/catchorg/Catch2/blob/v2.x/LICENSE.txt
262
260
 
263
261
  Boost Software License - Version 1.0 - August 17th, 2003
264
262
 
@@ -285,8 +283,8 @@ APPENDIX B: Additional licenses relevant to this product.
285
283
  DEALINGS IN THE SOFTWARE.
286
284
  -------------------------------------------------------------
287
285
  Code Locations:
288
- * https://github.com/apache/datasketches-cpp/blob/master/common/test/catch.hpp
289
- that is adapted from the above.
286
+ Found in the Catch2 unit test code that is downloaded from github.com as part
287
+ of CMake configuration if configured to build tests.
290
288
 
291
289
 
292
290
  =============================================================
data/NOTICE CHANGED
@@ -1,11 +1,12 @@
1
- Apache DataSketches-cpp
2
- Copyright 2020-2021 The Apache Software Foundation
1
+ Apache DataSketches C++ and Python
2
+ Copyright 2022 The Apache Software Foundation
3
3
 
4
- Copyright 2015-2018 Yahoo
5
- Copyright 2019 Verizon Media
4
+ Copyright 2015-2018 Yahoo Inc.
5
+ Copyright 2019-2020 Verizon Media
6
+ Copyright 2021 Yahoo Inc.
6
7
 
7
8
  This product includes software developed at
8
9
  The Apache Software Foundation (http://www.apache.org/).
9
10
 
10
11
  Prior to moving to ASF, the software for this project was developed at
11
- Yahoo (now Verizon Media) (https://developer.yahoo.com).
12
+ Yahoo Inc. (https://developer.yahoo.com).
@@ -1,3 +1,3 @@
1
1
  module DataSketches
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -17,7 +17,7 @@
17
17
 
18
18
  cmake_minimum_required(VERSION 3.16.0)
19
19
  project(DataSketches
20
- VERSION 3.5.0
20
+ VERSION 3.5.1
21
21
  LANGUAGES CXX)
22
22
 
23
23
  include(GNUInstallDirs)
@@ -255,10 +255,8 @@ APPENDIX B: Additional licenses relevant to this product.
255
255
  =============================================================
256
256
  Boost License (https://www.boost.org/LICENSE_1_0.txt)
257
257
  =============================================================
258
- Original source code:
259
- https://github.com/catchorg/Catch2/blob/master/single_include/catch2/catch.hpp
260
- -------------------------------------------------------------
261
- Copyright (c) 2020 Two Blue Cubes Ltd. All rights reserved.
258
+ Original source:
259
+ https://github.com/catchorg/Catch2/blob/v2.x/LICENSE.txt
262
260
 
263
261
  Boost Software License - Version 1.0 - August 17th, 2003
264
262
 
@@ -285,8 +283,8 @@ APPENDIX B: Additional licenses relevant to this product.
285
283
  DEALINGS IN THE SOFTWARE.
286
284
  -------------------------------------------------------------
287
285
  Code Locations:
288
- * https://github.com/apache/datasketches-cpp/blob/master/common/test/catch.hpp
289
- that is adapted from the above.
286
+ Found in the Catch2 unit test code that is downloaded from github.com as part
287
+ of CMake configuration if configured to build tests.
290
288
 
291
289
 
292
290
  =============================================================
@@ -7,8 +7,6 @@ global-include *.bin
7
7
 
8
8
  global-exclude .git*
9
9
 
10
- recursive-include python/pybind11 *
11
-
12
10
  graft cmake
13
11
  graft common
14
12
  graft cpc
@@ -21,6 +21,18 @@
21
21
  # common dependencies for tests
22
22
  add_library(common_test OBJECT "")
23
23
 
24
+ include(FetchContent)
25
+
26
+ FetchContent_Declare(
27
+ Catch2
28
+ GIT_REPOSITORY https://github.com/catchorg/Catch2
29
+ GIT_TAG v2.13.9
30
+ )
31
+
32
+ FetchContent_MakeAvailable(Catch2)
33
+
34
+ target_link_libraries(common_test PUBLIC Catch2::Catch2)
35
+
24
36
  set_target_properties(common_test PROPERTIES
25
37
  CXX_STANDARD 11
26
38
  CXX_STANDARD_REQUIRED YES
@@ -33,7 +45,6 @@ target_include_directories(common_test
33
45
 
34
46
  target_sources(common_test
35
47
  INTERFACE
36
- ${CMAKE_CURRENT_SOURCE_DIR}/catch.hpp
37
48
  ${CMAKE_CURRENT_SOURCE_DIR}/test_allocator.hpp
38
49
  ${CMAKE_CURRENT_SOURCE_DIR}/test_type.hpp
39
50
  PRIVATE
@@ -59,4 +70,4 @@ add_test(
59
70
  target_sources(integration_test
60
71
  PRIVATE
61
72
  integration_test.cpp
62
- )
73
+ )
@@ -1,7 +1,28 @@
1
+ /*
2
+ * Licensed to the Apache Software Foundation (ASF) under one
3
+ * or more contributor license agreements. See the NOTICE file
4
+ * distributed with this work for additional information
5
+ * regarding copyright ownership. The ASF licenses this file
6
+ * to you under the Apache License, Version 2.0 (the
7
+ * "License"); you may not use this file except in compliance
8
+ * with the License. You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing,
13
+ * software distributed under the License is distributed on an
14
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+ * KIND, either express or implied. See the License for the
16
+ * specific language governing permissions and limitations
17
+ * under the License.
18
+ */
19
+
1
20
  #ifndef _TEST_COMMON_HPP_
2
21
  #define _TEST_COMMON_HPP_
3
22
 
23
+ // this largely just ensures that, for our simple test cases at least,
24
+ // we define main() exactly once per test executable
4
25
  #define CATCH_CONFIG_MAIN
5
- #include "catch.hpp"
26
+ #include <catch2/catch.hpp>
6
27
 
7
28
  #endif // _TEST_COMMON_HPP_
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include "cpc_sketch.hpp"
23
23
  #include "cpc_union.hpp"
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <algorithm>
22
22
 
23
23
  #include "cpc_compressor.hpp"
@@ -22,7 +22,7 @@
22
22
  #include <sstream>
23
23
  #include <fstream>
24
24
 
25
- #include <catch.hpp>
25
+ #include <catch2/catch.hpp>
26
26
 
27
27
  #include "cpc_sketch.hpp"
28
28
  #include "cpc_union.hpp"
@@ -23,7 +23,7 @@
23
23
  #include <fstream>
24
24
  #include <stdexcept>
25
25
 
26
- #include <catch.hpp>
26
+ #include <catch2/catch.hpp>
27
27
 
28
28
  #include "cpc_sketch.hpp"
29
29
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include "cpc_union.hpp"
23
23
 
@@ -71,8 +71,8 @@ states_(nullptr)
71
71
  if (other.states_[i] > 0) {
72
72
  new (&keys_[i]) K(other.keys_[i]);
73
73
  values_[i] = other.values_[i];
74
+ if (--num == 0) break;
74
75
  }
75
- if (--num == 0) break;
76
76
  }
77
77
  }
78
78
  std::copy(other.states_, other.states_ + size, states_);
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <sstream>
22
22
  #include <stdexcept>
23
23
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <sstream>
22
22
  #include <fstream>
23
23
  #include <stdexcept>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <reverse_purge_hash_map.hpp>
23
23
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <memory>
22
22
  #include <stdexcept>
23
23
 
@@ -21,7 +21,7 @@
21
21
  #include "CouponHashSet.hpp"
22
22
  #include "HllUtil.hpp"
23
23
 
24
- #include <catch.hpp>
24
+ #include <catch2/catch.hpp>
25
25
  #include <ostream>
26
26
  #include <cmath>
27
27
  #include <string>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <ostream>
22
22
  #include <sstream>
23
23
  #include <cmath>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <ostream>
22
22
  #include <cmath>
23
23
  #include <string>
@@ -22,7 +22,7 @@
22
22
  #include <exception>
23
23
  #include <sstream>
24
24
  #include <stdexcept>
25
- #include <catch.hpp>
25
+ #include <catch2/catch.hpp>
26
26
 
27
27
  namespace datasketches {
28
28
 
@@ -21,7 +21,7 @@
21
21
 
22
22
  #include "hll.hpp"
23
23
 
24
- #include <catch.hpp>
24
+ #include <catch2/catch.hpp>
25
25
  #include <test_allocator.hpp>
26
26
 
27
27
  namespace datasketches {
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <sstream>
22
22
  #include <stdexcept>
23
23
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <cstdio>
23
23
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  #include <stdexcept>
21
21
 
22
- #include <catch.hpp>
22
+ #include <catch2/catch.hpp>
23
23
 
24
24
  #include "CubicInterpolation.hpp"
25
25
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <fstream>
22
22
 
23
23
  #include "hll.hpp"
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <sstream>
22
22
 
23
23
  #include <kll_sketch.hpp>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <cmath>
22
22
  #include <cstring>
23
23
  #include <sstream>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <kll_sketch.hpp>
23
23
  #include <kll_helper.hpp>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <random>
23
23
 
@@ -2,7 +2,6 @@
2
2
  requires = ["wheel",
3
3
  "setuptools >= 30.3.0",
4
4
  "cmake >= 3.16",
5
- "pip >= 10.0",
6
5
  "pybind11[global] >= 2.6.0"]
7
6
  build-backend = "setuptools.build_meta"
8
7
 
@@ -76,7 +76,7 @@ The only developer-specific instructions relate to running unit tests.
76
76
 
77
77
  ### Unit tests
78
78
 
79
- The Python unit tests are run via `tox`, with no arguments, from the project root directory -- not the python subdirectory. Tox creates a temporary virtual environment in which to build and run teh unit tests. In the event you are missing the necessary pacakge, tox may be installed with `python3 -m pip install --upgrade tox`.
79
+ The Python unit tests are run via `tox`, with no arguments, from the project root directory -- not the python subdirectory. Tox creates a temporary virtual environment in which to build and run the unit tests. In the event you are missing the necessary pacakge, tox may be installed with `python3 -m pip install --upgrade tox`.
80
80
 
81
81
  ## License
82
82
 
@@ -1,3 +1,3 @@
1
1
  @echo off
2
2
  :: Takes path to the Python interpreter and returns the path to pybind11
3
- %1 -m pip show pybind11 | %1 -c "import sys,re;[sys.stdout.write(re.sub('^Location:\\s+','',line)) for line in sys.stdin if re.search('^Location:\\s+',line)]"
3
+ %1 -c "import pybind11,sys;sys.stdout.write(pybind11.get_cmake_dir())"
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <random>
23
23
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <cmath>
22
22
  #include <sstream>
23
23
  #include <fstream>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <cmath>
22
22
  #include <sstream>
23
23
  #include <fstream>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
  #include <sstream>
22
22
 
23
23
  #include <req_sketch.hpp>
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <req_sketch.hpp>
23
23
 
@@ -22,7 +22,7 @@
22
22
  #include <test_type.hpp>
23
23
  #include <test_allocator.hpp>
24
24
 
25
- #include <catch.hpp>
25
+ #include <catch2/catch.hpp>
26
26
 
27
27
  #include <sstream>
28
28
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  #include <var_opt_sketch.hpp>
21
21
 
22
- #include <catch.hpp>
22
+ #include <catch2/catch.hpp>
23
23
 
24
24
  #include <vector>
25
25
  #include <string>
@@ -19,7 +19,7 @@
19
19
 
20
20
  #include <var_opt_union.hpp>
21
21
 
22
- #include <catch.hpp>
22
+ #include <catch2/catch.hpp>
23
23
 
24
24
  #include <vector>
25
25
  #include <string>
@@ -20,7 +20,6 @@
20
20
 
21
21
  import os
22
22
  import sys
23
- import sysconfig
24
23
  import platform
25
24
  import subprocess
26
25
 
@@ -81,7 +80,7 @@ class CMakeBuild(build_ext):
81
80
 
82
81
  setup(
83
82
  name='datasketches',
84
- version='3.5.0',
83
+ version='3.5.1',
85
84
  author='Apache Software Foundation',
86
85
  author_email='dev@datasketches.apache.org',
87
86
  description='The Apache DataSketches Library for Python',
@@ -89,7 +88,7 @@ setup(
89
88
  url='http://datasketches.apache.org',
90
89
  long_description=open('python/README.md').read(),
91
90
  long_description_content_type='text/markdown',
92
- packages=find_packages('python'), # python pacakges only in this dir
91
+ packages=find_packages(where='python',exclude=['src','*tests*']), # src not needed if only the.so
93
92
  package_dir={'':'python'},
94
93
  # may need to add all source paths for sdist packages w/o MANIFEST.in
95
94
  ext_modules=[CMakeExtension('datasketches')],
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <theta_a_not_b.hpp>
23
23
 
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <theta_intersection.hpp>
23
23
 
@@ -19,7 +19,7 @@
19
19
 
20
20
  #include <iostream>
21
21
 
22
- #include <catch.hpp>
22
+ #include <catch2/catch.hpp>
23
23
 
24
24
  #include "theta_jaccard_similarity.hpp"
25
25
 
@@ -20,7 +20,7 @@
20
20
  #include <sstream>
21
21
  #include <stdexcept>
22
22
 
23
- #include <catch.hpp>
23
+ #include <catch2/catch.hpp>
24
24
  #include <theta_union.hpp>
25
25
  #include <theta_intersection.hpp>
26
26
  #include <theta_a_not_b.hpp>
@@ -23,7 +23,7 @@
23
23
  #include <vector>
24
24
  #include <stdexcept>
25
25
 
26
- #include <catch.hpp>
26
+ #include <catch2/catch.hpp>
27
27
  #include <theta_sketch.hpp>
28
28
 
29
29
  namespace datasketches {
@@ -17,7 +17,7 @@
17
17
  * under the License.
18
18
  */
19
19
 
20
- #include <catch.hpp>
20
+ #include <catch2/catch.hpp>
21
21
 
22
22
  #include <theta_union.hpp>
23
23