Uno v1.1.0 implements the following features: - an **interface to the open-source linear solver [MUMPS](https://mumps-solver.org)**. Once installed, it can be selected via the command line option: ```console -linear_solver MUMPS ``` - a new **funnel method** as a globalization strategy (= a strategy that accepts or rejects trial iterates). It was developed by David Kiessling (@david0oo) and described in our latest [preprint](https://www.researchgate.net/publication/383660361). On the considered test instances, it performed at least better than the filter method, while being easier to implement. It can be selected via the command line option: ```console -globalization_strategy funnel_method ```