-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.4.4 #595
Merged
Release 1.4.4 #595
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update docs
Fix compile error with clang
- Add logic to install GCC 9 for Ubuntu 18.04 in dependency script. - Replace "ci_PR_arm64v8" with "ci_PR_arm64" in multiple scripts. - Add TeamCity-specific script to manage build flags and dry-run options. - Update contributing documentation to reflect architecture label changes.
- Add `sudo apt update` and `software-properties-common` package install before adding PPA. - Ensure non-interactive package installation with `--assume-yes` flag for `gcc-9` and `g++-9`. [skip release]
- Added INVALIDATE_CACHE ARG to Dockerfiles and .env for cache invalidation. - Deleted obsolete JetBrains run configuration. - Enabled verbose flag for sudo update-ca-certificates for more detailed output. Issue NMO-585
…ilds - Set `no_cache: true` in docker-compose files for consistent builds - Remove `INVALIDATE_CACHE` environment variable and related arguments from Dockerfiles
- Add `software-properties-common` to the general dependency list - Consolidate commands to remove outdated packages - Use conditional logic for installing compilers based on Ubuntu version [skip release]
- Re-added gcc and g++ installation to the base dependencies script. - Removed redundant installation commands for gcc and g++ in non-version-specific branch. Issue NMO-585 [skip release]
- Renamed functions to include the n2st namespace for consistency - Updated script header and footer printing functions - Aligned warning and error message functions for uniformity - Ensured splash screen functions reflect new naming convention
…submodule-to-latest
…ve-boost-filesystem
…-requirement--nmo-585 # Conflicts: # build_system/ubuntu/lpm_install_dependencies_general_ubuntu.bash
- Add command to set GCC and G++ 9 as bionic alternatives Issue NMO-585 and PR #581
…fic-gcc-install-requirement--nmo-585 dev-build-add-bionic-specific-gcc-install-requirement--nmo-585 Note: Build [#222](http://132.203.26.125:8111/buildConfiguration/LibpointmatcherBuildSystem_BuildAndTestMultiArchCiBuildAndTestDockerImages/8608?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandPull+Request+Details=true&expandBuildChangesSection=true&expandBuildDeploymentsSection=false) has passed. The failed build msg was sent by the subsequent build triggered by a doc update commit.
Leave boost filesystem
# Conflicts: # build_system/docker-compose.dependencies.yaml # build_system/docker-compose.libpointmatcher.yaml
# Conflicts: # build_system/ubuntu/lpm_install_dependencies_general_ubuntu.bash
# Conflicts: # build_system/ubuntu/lpm_install_libpointmatcher_ubuntu.bash
# Conflicts: # build_system/ubuntu/lpm_install_libpointmatcher_ubuntu.bash
* Add support for binary-PLY file handling * Add a utest for binary PLY files * Basic float data type loading * Adjust whitespace in build-python.yaml * Update docs
Add a new DataPointsFilter that filters points based on whether they lie inside / outside of a given spherical wedge. The spherical wedge is defined by the lower and upper bounds of two angles in spherical coordinates. The angles follow the spherical physics convention, as described on Wikipedia: https://en.wikipedia.org/wiki/Spherical_coordinate_system Other changes: * Also improves Python bindings installation by enabling newer pybind11 versions and supporting pybind11 installed with pip * Pumps the minimal required Cmake version to 3.15 * Adds MacOS-specific files to .gitignore * Fix data_points_filters.h MACRO * Update build-python workflow
Release 1.4.4 prep
boxanm
requested review from
RedLeader962,
simonpierredeschenes,
aguenette and
pomerlef
as code owners
December 17, 2024 16:18
Quality Gate passedIssues Measures |
RedLeader962
approved these changes
Dec 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go! Good job
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.4.4 (2024-12-16)
New features:
Major changes:
Other changes: