Julien Schueller
Julien Schueller
Misc
- handle unicode file names in various places - #2976
### What happened? multi-d Student CDF is inexact at the bounds when nu is low ### How to reproduce the issue? ```shell student = ot.Student(3.0, [1.0] * 2, [3.0] *...
### What happened? after dropping transfo accessor in #2835, we can see that the MarginalDistribution transformation freezes if we drop the `validation.skipTransformation()` line from its test we can see it...
### What is the idea? use the new api for ./python/doc/examples/reliability_sensitivity/reliability/plot_estimate_probability_form_oscillator.py ### Why is this needed? _No response_ ### Additional Context _No response_
currently the mingw dll only exports constants as using `--export-all-symbols` does not seem to work (objdump yields only symbols of constants which already use SYMENGINE_EXPORT) so use SYMENGINE_EXPORT visibility macro...
Rationale: this allows to forward-declare callback data types in case a callback needs to be declared in a public header: struct _HighsCallbackDataOut; struct _HighsCallbackDataIn; typedef _HighsCallbackDataOut HighsCallbackDataOut; typedef _HighsCallbackDataIn HighsCallbackDataIn;
it seems cblas should be linked to the library (using netlib blas here): ``` cmake -DHIPO=ON -DBLA_VENDOR=Generic ... -- Specified BLA_VENDOR: Generic -- Using BLAS library: /usr/lib/libblas.so ... [ 98%]...
when METIS_ROOT is not specified, cmake is not allowed to look into default directories, which prevents from detecting a system installation, without any alternative: ``` if(metis_FOUND) message(STATUS "metis CMake config...