This pull request includes several changes aimed at improving the documentation generation process and enhancing the logging and setup procedures for the Julia environment in the iesopt package. The most important changes include updating the Julia package, enhancing documentation notes, and refining logging details.
Documentation Improvements:
docs/dynamic/core.py: Updated the documentation generation script to ensure the latest version of the IESopt package is used and improved the clarity of the header notes. Deprecated functions for transforming markdown tables and details were commented out. All internal information are now included!
Configuration Updates:
src/iesopt/config.py: Updated the default version of IESOPT_CORE from 2.0.1 to 2.0.2.
Logging Enhancements:
src/iesopt/julia/general.py: Enhanced the logging message to include the loaded versions of Python and Julia packages.
src/iesopt/julia/setup.py: Added detailed logging for the Julia setup process, including the target directory, executable path, and project path. [1][2][3]
This pull request includes several changes aimed at improving the documentation generation process and enhancing the logging and setup procedures for the Julia environment in the
iesopt
package. The most important changes include updating the Julia package, enhancing documentation notes, and refining logging details.Documentation Improvements:
docs/dynamic/core.py
: Updated the documentation generation script to ensure the latest version of theIESopt
package is used and improved the clarity of the header notes. Deprecated functions for transforming markdown tables and details were commented out. All internal information are now included!Configuration Updates:
src/iesopt/config.py
: Updated the default version ofIESOPT_CORE
from2.0.1
to2.0.2
.Logging Enhancements:
src/iesopt/julia/general.py
: Enhanced the logging message to include the loaded versions of Python and Julia packages.src/iesopt/julia/setup.py
: Added detailed logging for the Julia setup process, including the target directory, executable path, and project path. [1] [2] [3]src/iesopt/julia/util.py
: Simplified the logging message for importing Julia modules.