-------
* based on MeshLab 2022.02
* all filters renamed, old filter names are now deprecated
* throw exception when a parameter name is not found (was just a print before)
* possibility to iterate over a MeshSet
* Mesh class now allows to access to id, visibility, label and transform matrix of the Mesh
* possibility to construct a Mesh having edges
* possibility to get textures from a Mesh
* bounded floats arguments in filters now are clamped in the [min-max] interval
* bugfixes
* possibility to show a `polyscope <https://polyscope.run/py/>`_ gui of the content of the MeshSet
* new plugin filter parametrization for harmonic and lscm parametrization computation
* possibility to search for filters using ``pymeshlab.search()`` function
* possibility to set verbosity just for printing parameters when executing a filter