MICA-MNI / BrainSpace

BrainSpace is an open-access toolbox that allows for the identification and analysis of gradients from neuroimaging and connectomics datasets | available in both Python and Matlab |
http://brainspace.readthedocs.io
BSD 3-Clause "New" or "Revised" License
180 stars 72 forks source link

Add compatibility with VTK 9.2 #75

Closed ghisvail closed 2 years ago

ghisvail commented 2 years ago

Since VTK_UNICODE_STRING has been removed from VTK 9.2 for the motive that VTK_STRINGis now fully unicode compatible, then it makes sense to just create an alias as a compatibility shim.

Closes #74