.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/programmers/plot_version.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_programmers_plot_version.py: biogeme.version =============== Examples of use of several functions. This is designed for programmers who need examples of use of the functions of the module. The examples are designed to illustrate the syntax. They do not correspond to any meaningful model. :author: Michel Bierlaire :date: Thu Dec 7 15:22:06 2023 .. GENERATED FROM PYTHON SOURCE LINES 15-18 .. code-block:: default import biogeme.version as ver .. GENERATED FROM PYTHON SOURCE LINES 19-20 Obtain the version number .. GENERATED FROM PYTHON SOURCE LINES 20-22 .. code-block:: default ver.getVersion() .. rst-class:: sphx-glr-script-out .. code-block:: none '3.2.13' .. GENERATED FROM PYTHON SOURCE LINES 23-24 Package information in text format. .. GENERATED FROM PYTHON SOURCE LINES 24-26 .. code-block:: default print(ver.getText()) .. rst-class:: sphx-glr-script-out .. code-block:: none biogeme 3.2.13 [2023-12-23] Home page: http://biogeme.epfl.ch Submit questions to https://groups.google.com/d/forum/biogeme Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL) .. GENERATED FROM PYTHON SOURCE LINES 27-28 Package information in HTML format .. GENERATED FROM PYTHON SOURCE LINES 28-30 .. code-block:: default print(ver.getHtml()) .. rst-class:: sphx-glr-script-out .. code-block:: none

biogeme 3.2.13 [2023-12-23]

Python package

Home page: http://biogeme.epfl.ch

Submit questions to https://groups.google.com/d/forum/biogeme

Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL)

.. GENERATED FROM PYTHON SOURCE LINES 31-32 Package information in LaTeX format .. GENERATED FROM PYTHON SOURCE LINES 32-34 .. code-block:: default print(ver.getLaTeX()) .. rst-class:: sphx-glr-script-out .. code-block:: none %% biogeme 3.2.13 [2023-12-23] %% Version entirely written in Python %% Home page: http://biogeme.epfl.ch %% Submit questions to https://groups.google.com/d/forum/biogeme %% Michel Bierlaire, Transport and Mobility Laboratory, Ecole Polytechnique Fédérale de Lausanne (EPFL) .. GENERATED FROM PYTHON SOURCE LINES 35-36 Defines the `__version__` variable. .. GENERATED FROM PYTHON SOURCE LINES 36-37 .. code-block:: default print(ver.__version__) .. rst-class:: sphx-glr-script-out .. code-block:: none 3.2.13 .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.002 seconds) .. _sphx_glr_download_auto_examples_programmers_plot_version.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_version.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_version.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_