weecology / DeepForest

Python Package for Airborne RGB machine learning
https://deepforest.readthedocs.io/
MIT License
486 stars 172 forks source link

mismatch between documentation and DeepForest version 1.4.0 #776

Open robinsandfort opened 1 week ago

robinsandfort commented 1 week ago

Hi, I´m trying to follow the https://deepforest.readthedocs.io/en/latest and often find functions introduced with DeepForest 1.4.0. For example here: https://deepforest.readthedocs.io/en/latest/getting_started/Reading_and_Writing.html

Is this version already released or where can I find it?

Greetings, Robin

ethanwhite commented 1 week ago

Hi @robinsandfort - thanks for reaching out!

The 1.4 isn't released yet (hopefully in the next week) but you can install it directly from the repo as long as git is installed on your machine:

pip install git+https://github.com/weecology/DeepForest.git

Alternatively if you'd like to look at the docs for the current release you can get them here: https://deepforest.readthedocs.io/en/v1.3.3/. We've also recently updated the docs so they should default to displaying the current release if you navigate to https://deepforest.readthedocs.io/.

robinsandfort commented 1 week ago

Hi Ethan, thanks for the info and the great work! The install of 1.4.0 does not work pip install git+https://github.com/weecology/DeepForest.git still installs: deepforest 1.3.3 Any idea? Greetings, Robin

ethanwhite commented 1 week ago

It is installing the current dev version with all of the functionality described in the latest docs. Since we haven't released yet we haven't updated the version number. Does that make sense?