This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Releases: schuhmaj/polyhedral-gravity-model
Releases · schuhmaj/polyhedral-gravity-model
Version 1.2.1
Release v1.0.1
- Fixed TBB-setup in CMake Toolchain, leading to compile errors under certain circumstances
- TBB was built with strict enforcement of warnings as errors
- TBB was built together with its tests
- Added
setup.py
- It is now possible to install the python interface with pip: just type in the repo's root:
pip install .
- Uniform approach will simplify deployment on
conda
without the need for separatesh/bat
files - Tested on Windows/ Linux (Debian)/ macOS
- It is now possible to install the python interface with pip: just type in the repo's root:
- Updated
README.md
anddocs
accordingly
Release v0.1.0
What's Changed
- Basic skeleton by @schuhmaj in #2
- Gravity calculation - Part 1 by @schuhmaj in #5
- Gravity calculation - Part 2 by @schuhmaj in #7
- Gravity calculation - Part 3 - First prototype by @schuhmaj in #8
- Code reorganization/ Tidy-up/ Major Performance Update by @schuhmaj in #10
- Python interface/ More Performance with xsimd by @schuhmaj in #13
- Documentation by @schuhmaj in #14
New Contributors
Full Changelog: https://github.com/schuhmaj/polyhedral-gravity-model-cpp/commits/v0.1.0