casadi / casadi

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
http://casadi.org
GNU Lesser General Public License v3.0
1.58k stars 357 forks source link

Possibly confusing output of `casadi.__version__` from local built #3633

Open tmmsartor opened 2 months ago

tmmsartor commented 2 months ago

When running using casadi build from source using branch current main: $ python -c "import casadi;print(casadi.__version__)" output: 3.6.3-181-g36d4dd629 expected output: 3.6.5-6-g36d4dd629

As far I understand:

Not a really problem because:

Comments: