Skip to content

ess-dmsc/logical-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logical-geometry Conan Package

This repository contains a Conan package for the logical-geometry header-only library, which provides classes for mapping pixel_id <-> (x,y,z,p).

Upgrading the Version

To bump the version:

  1. Edit conanfile.py and update the version field:
class LogicalgeometryConan(ConanFile):
    name = "logical-geometry"
    version = "1.2.0"  # ← Update this
  1. Create a merge request with this change and get it approved.

  2. Once merged, tag the commit in Git:

git tag 1.2.0
git push origin 1.2.0
  1. The pipeline will start automatically and upload the package to the remote.