polyhedral-gravity 3.2rc1__tar.gz → 3.2.1rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. {polyhedral_gravity-3.2rc1/polyhedral_gravity.egg-info → polyhedral_gravity-3.2.1rc1}/PKG-INFO +13 -11
  2. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/README.md +12 -10
  3. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/spdlog.cmake +2 -2
  4. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1/polyhedral_gravity.egg-info}/PKG-INFO +13 -11
  5. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/setup.py +1 -1
  6. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/CMakeLists.txt +0 -0
  7. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/LICENSE +0 -0
  8. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/MANIFEST.in +0 -0
  9. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/FindSphinx.cmake +0 -0
  10. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/gtest.cmake +0 -0
  11. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/pybind11.cmake +0 -0
  12. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/tbb.cmake +0 -0
  13. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/tetgen.cmake +0 -0
  14. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/thrust.cmake +0 -0
  15. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/xsimd.cmake +0 -0
  16. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/cmake/yaml.cmake +0 -0
  17. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/SOURCES.txt +0 -0
  18. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/dependency_links.txt +0 -0
  19. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/not-zip-safe +0 -0
  20. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/polyhedral_gravity.egg-info/top_level.txt +0 -0
  21. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/setup.cfg +0 -0
  22. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/CMakeLists.txt +0 -0
  23. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/main.cpp +0 -0
  24. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/CMakeLists.txt +0 -0
  25. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/ConfigSource.h +0 -0
  26. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/DataSource.h +0 -0
  27. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/TetgenAdapter.cpp +0 -0
  28. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/TetgenAdapter.h +0 -0
  29. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/YAMLConfigReader.cpp +0 -0
  30. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/input/YAMLConfigReader.h +0 -0
  31. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityEvaluable.cpp +0 -0
  32. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityEvaluable.h +0 -0
  33. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModel.cpp +0 -0
  34. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModel.h +0 -0
  35. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelData.h +0 -0
  36. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelDetail.cpp +0 -0
  37. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/GravityModelDetail.h +0 -0
  38. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.cpp +0 -0
  39. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/model/Polyhedron.h +0 -0
  40. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.cpp +0 -0
  41. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/CSVWriter.h +0 -0
  42. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.cpp +0 -0
  43. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/output/Logging.h +0 -0
  44. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityConstants.h +0 -0
  45. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityContainer.h +0 -0
  46. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityFloatArithmetic.cpp +0 -0
  47. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityFloatArithmetic.h +0 -0
  48. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravity/util/UtilityThrust.h +0 -0
  49. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravityPython/CMakeLists.txt +0 -0
  50. {polyhedral_gravity-3.2rc1 → polyhedral_gravity-3.2.1rc1}/src/polyhedralGravityPython/PolyhedralGravityPython.cpp +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyhedral_gravity
3
- Version: 3.2rc1
3
+ Version: 3.2.1rc1
4
4
  Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
5
5
  Author: Jonas Schuhmacher
6
6
  Author-email: jonas.schuhmacher@tum.de
@@ -25,9 +25,10 @@ License-File: LICENSE
25
25
 
26
26
  # polyhedral-gravity-model
27
27
 
28
+ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06384/status.svg)](https://doi.org/10.21105/joss.06384)
29
+ ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
28
30
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fbuild-and-test.yml?logo=GitHub%20Actions&label=Build%20and%20Test)
29
31
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fdocs.yml?logo=GitBook&label=Documentation)
30
- ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
31
32
 
32
33
  ![PyPI](https://img.shields.io/pypi/v/polyhedral-gravity)
33
34
  ![Static Badge](https://img.shields.io/badge/platform-linux--64_%7C_win--64_%7C_osx--64_%7C_linux--arm64_%7C_osx--arm64-lightgrey)
@@ -59,12 +60,13 @@ License-File: LICENSE
59
60
  ## References
60
61
 
61
62
  This code is a validated implementation in C++17 of the Polyhedral Gravity Model
62
- by Tsoulis et al.. It was created in a collaborative project between
63
- TU Munich and ESA's Advanced Concepts Team. Please refer to the
64
- [project report](https://mediatum.ub.tum.de/doc/1695208/1695208.pdf)
65
- for extensive information about the theoretical background, related work,
66
- implementation & design decisions, application, verification,
67
- and runtime measurements of the presented code.
63
+ by Tsoulis et al.. Additionally, the model provides a Python binding.
64
+ It was initially created in a collaborative project between
65
+ TU Munich and ESA's Advanced Concepts Team.
66
+
67
+ If this implementation proves useful to you, please consider citing the
68
+ [accompanying paper](https://doi.org/10.21105/joss.06384)
69
+ published in the *Journal of Open Source Software*.
68
70
 
69
71
  The implementation is based on the
70
72
  paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
@@ -277,12 +279,12 @@ The project uses the following dependencies,
277
279
  all of them are **automatically** set-up via CMake:
278
280
 
279
281
  - GoogleTest (1.13.0 or compatible), only required for testing
280
- - spdlog (1.11.0 or compatible), required for logging
282
+ - spdlog (1.13.0 or compatible), required for logging
281
283
  - tetgen (1.6 or compatible), required for I/O
282
- - yaml-cpp (0.7.0 or compatible), required for I/O
284
+ - yaml-cpp (0.8.0 or compatible), required for I/O
283
285
  - thrust (2.1.0 or compatible), required for parallelization and utility
284
286
  - xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
285
- - pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone
287
+ - pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
286
288
 
287
289
  The module will be build using a C++17 capable compiler,
288
290
  CMake. Just execute the following command in
@@ -1,8 +1,9 @@
1
1
  # polyhedral-gravity-model
2
2
 
3
+ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06384/status.svg)](https://doi.org/10.21105/joss.06384)
4
+ ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
3
5
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fbuild-and-test.yml?logo=GitHub%20Actions&label=Build%20and%20Test)
4
6
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fdocs.yml?logo=GitBook&label=Documentation)
5
- ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
6
7
 
7
8
  ![PyPI](https://img.shields.io/pypi/v/polyhedral-gravity)
8
9
  ![Static Badge](https://img.shields.io/badge/platform-linux--64_%7C_win--64_%7C_osx--64_%7C_linux--arm64_%7C_osx--arm64-lightgrey)
@@ -40,12 +41,13 @@
40
41
  ## References
41
42
 
42
43
  This code is a validated implementation in C++17 of the Polyhedral Gravity Model
43
- by Tsoulis et al.. It was created in a collaborative project between
44
- TU Munich and ESA's Advanced Concepts Team. Please refer to the
45
- [project report](https://mediatum.ub.tum.de/doc/1695208/1695208.pdf)
46
- for extensive information about the theoretical background, related work,
47
- implementation & design decisions, application, verification,
48
- and runtime measurements of the presented code.
44
+ by Tsoulis et al.. Additionally, the model provides a Python binding.
45
+ It was initially created in a collaborative project between
46
+ TU Munich and ESA's Advanced Concepts Team.
47
+
48
+ If this implementation proves useful to you, please consider citing the
49
+ [accompanying paper](https://doi.org/10.21105/joss.06384)
50
+ published in the *Journal of Open Source Software*.
49
51
 
50
52
  The implementation is based on the
51
53
  paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
@@ -258,12 +260,12 @@ The project uses the following dependencies,
258
260
  all of them are **automatically** set-up via CMake:
259
261
 
260
262
  - GoogleTest (1.13.0 or compatible), only required for testing
261
- - spdlog (1.11.0 or compatible), required for logging
263
+ - spdlog (1.13.0 or compatible), required for logging
262
264
  - tetgen (1.6 or compatible), required for I/O
263
- - yaml-cpp (0.7.0 or compatible), required for I/O
265
+ - yaml-cpp (0.8.0 or compatible), required for I/O
264
266
  - thrust (2.1.0 or compatible), required for parallelization and utility
265
267
  - xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
266
- - pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone
268
+ - pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
267
269
 
268
270
  The module will be build using a C++17 capable compiler,
269
271
  CMake. Just execute the following command in
@@ -2,7 +2,7 @@ include(FetchContent)
2
2
 
3
3
  message(STATUS "Setting up spdlog")
4
4
 
5
- find_package(spdlog 1.14.1 QUIET)
5
+ find_package(spdlog 1.13.0 QUIET)
6
6
 
7
7
  if (${spdlog_FOUND})
8
8
 
@@ -14,7 +14,7 @@ else()
14
14
 
15
15
  FetchContent_Declare(spdlog
16
16
  GIT_REPOSITORY https://github.com/gabime/spdlog.git
17
- GIT_TAG v1.14.1
17
+ GIT_TAG v1.13.0
18
18
  )
19
19
 
20
20
  # Disable stuff we don't need
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyhedral_gravity
3
- Version: 3.2rc1
3
+ Version: 3.2.1rc1
4
4
  Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
5
5
  Author: Jonas Schuhmacher
6
6
  Author-email: jonas.schuhmacher@tum.de
@@ -25,9 +25,10 @@ License-File: LICENSE
25
25
 
26
26
  # polyhedral-gravity-model
27
27
 
28
+ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06384/status.svg)](https://doi.org/10.21105/joss.06384)
29
+ ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
28
30
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fbuild-and-test.yml?logo=GitHub%20Actions&label=Build%20and%20Test)
29
31
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fdocs.yml?logo=GitBook&label=Documentation)
30
- ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
31
32
 
32
33
  ![PyPI](https://img.shields.io/pypi/v/polyhedral-gravity)
33
34
  ![Static Badge](https://img.shields.io/badge/platform-linux--64_%7C_win--64_%7C_osx--64_%7C_linux--arm64_%7C_osx--arm64-lightgrey)
@@ -59,12 +60,13 @@ License-File: LICENSE
59
60
  ## References
60
61
 
61
62
  This code is a validated implementation in C++17 of the Polyhedral Gravity Model
62
- by Tsoulis et al.. It was created in a collaborative project between
63
- TU Munich and ESA's Advanced Concepts Team. Please refer to the
64
- [project report](https://mediatum.ub.tum.de/doc/1695208/1695208.pdf)
65
- for extensive information about the theoretical background, related work,
66
- implementation & design decisions, application, verification,
67
- and runtime measurements of the presented code.
63
+ by Tsoulis et al.. Additionally, the model provides a Python binding.
64
+ It was initially created in a collaborative project between
65
+ TU Munich and ESA's Advanced Concepts Team.
66
+
67
+ If this implementation proves useful to you, please consider citing the
68
+ [accompanying paper](https://doi.org/10.21105/joss.06384)
69
+ published in the *Journal of Open Source Software*.
68
70
 
69
71
  The implementation is based on the
70
72
  paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
@@ -277,12 +279,12 @@ The project uses the following dependencies,
277
279
  all of them are **automatically** set-up via CMake:
278
280
 
279
281
  - GoogleTest (1.13.0 or compatible), only required for testing
280
- - spdlog (1.11.0 or compatible), required for logging
282
+ - spdlog (1.13.0 or compatible), required for logging
281
283
  - tetgen (1.6 or compatible), required for I/O
282
- - yaml-cpp (0.7.0 or compatible), required for I/O
284
+ - yaml-cpp (0.8.0 or compatible), required for I/O
283
285
  - thrust (2.1.0 or compatible), required for parallelization and utility
284
286
  - xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
285
- - pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone
287
+ - pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
286
288
 
287
289
  The module will be build using a C++17 capable compiler,
288
290
  CMake. Just execute the following command in
@@ -175,7 +175,7 @@ picture_in_readme = '''<p align="center">
175
175
  # --------------------------------------------------------------------------------
176
176
  setup(
177
177
  name="polyhedral_gravity",
178
- version="3.2rc1",
178
+ version="3.2.1rc1",
179
179
  author="Jonas Schuhmacher",
180
180
  author_email="jonas.schuhmacher@tum.de",
181
181
  description="Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points "