connormanning / entwine

Entwine - point cloud organization for massive datasets
https://entwine.io
Other
437 stars 129 forks source link

Conda forge version and entwine version #324

Open trns1997 opened 1 month ago

trns1997 commented 1 month ago

Just curious, is there a reason why the version of entwine when installed via conda-forge like:

conda create --yes --name entwine --channel conda-forge entwine=3.0.0

does not correspond to the version in the env:

(entwine) builder@090a3d808cfa:~/workspace$ entwine --version
Invalid app type
    Version: 2.3.0
    Usage: entwine <app> <options>
    Apps:
        build
            Build an EPT dataset
        merge
            Merge colocated entwine subsets
        info
            Gather metadata information about point cloud files

And for version 3.1.1:

conda create --yes --name entwine --channel conda-forge entwine=3.1.1
(entwine) builder@a16474e7ede1:~/workspace$ entwine --version
Invalid app type
    Version: 3.1.0
    Usage: entwine <app> <options>
    Apps:
        build
            Build an EPT dataset
        merge
            Merge colocated entwine subsets
        info
            Gather metadata information about point cloud files
hobu commented 1 month ago

Just curious, is there a reason why the version of entwine when installed via conda-forge does not correspond to the version in the env:

Because the person who makes the releases forgets to update the version number before doing so and you've found the two times it has happened 😂

trns1997 commented 1 month ago

Well it is good to know. I guess something to keep in mind for the next release hahaha. Maybe add a step in the pipeline for releases that modifies the version based on the tag? Let me know if it interests you guys, if i have time i can look into it :)