Skip to content
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
merged 47 commits into from
Dec 20, 2024
Merged

Release 1.4.4 #595

merged 47 commits into from
Dec 20, 2024

Conversation

boxanm
Copy link
Collaborator

@boxanm boxanm commented Dec 17, 2024

1.4.4 (2024-12-16)

New features:

  • Added Angle Limit Datapointsfilter, which filters points if they lie inside or outside of a given spherical wedge
  • Added support for binary PLY files IO

Major changes:

  • Min. Cmake version bumped to 3.15
  • Removed dependency on boost filesystem
  • Python bindings compile with recent versions of pybind11

Other changes:

  • Updated Python GitHub action
  • Updated gitignore
  • Updated docs

boxanm and others added 30 commits July 1, 2024 13:37
- 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
…-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
boxanm and others added 17 commits August 16, 2024 05:58
# 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
Copy link
Collaborator

@RedLeader962 RedLeader962 left a 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

@boxanm boxanm merged commit 3eb4483 into master Dec 20, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants