Skip to content

Changes

Started by timer
Started 6 hr 29 min ago
Took 3 hr 8 min on macOS-Intel

Summary

  1. CHG: Matlab > Python - Fix "plot_none.py" in python. (commit: acc0914) (details)
  2. BUG: Python sees \{ and tries to interpret it as an escape sequence (like \n or \t), but \{ isn't valid. (commit: 470821f) (details)
  3. BUG:  \{ and \} are invalid escape sequences. (commit: 007c0a8) (details)
  4. CHG: problem with backslash (commit: 8b9992f) (details)
  5. CHG: numpy does not have ind1 anymore (commit: d3c7447) (details)
  6. More fixes for numpy.in1d (commit: 30afd8f) (details)
Commit acc0914700d45c67ce6a17af09de9c76721e10e9 by inwoo0415
CHG: Matlab > Python - Fix "plot_none.py" in python.
(commit: acc0914)
The file was addedsrc/m/plot/plot_none.py
The file was modifiedsrc/m/plot/plot_manager.py (diff)
Commit 470821f13a9551b291b3f9b939cd1d5795baf5cf by Mathieu Morlighem
BUG: Python sees \{ and tries to interpret it as an escape sequence (like \n or \t), but \{ isn't valid.
(commit: 470821f)
The file was modifiedsrc/m/os/issmscpin.py (diff)
The file was modifiedsrc/m/os/issmscpout.py (diff)
Commit 007c0a8827f2efdec8de57d713b8994e12dfa153 by Mathieu Morlighem
BUG:  \{ and \} are invalid escape sequences.
(commit: 007c0a8)
The file was modifiedsrc/m/os/issmscpin.py (diff)
The file was modifiedsrc/m/os/issmscpout.py (diff)
The file was modifiedsrc/m/classes/sampling.py (diff)
The file was modifiedsrc/m/classes/clusters/generic_static.py (diff)
Commit d3c74473ce55b0660a8c0c83b22050cbf5ad4cfc by Mathieu Morlighem
CHG: numpy does not have ind1 anymore
(commit: d3c7447)
The file was modifiedsrc/m/miscellaneous/MatlabFuncs.py (diff)
The file was modifiedsrc/m/classes/materials.py (diff)
The file was modifiedsrc/m/plot/processdata.py (diff)
The file was modifiedsrc/m/mesh/findsegments.py (diff)
The file was modifiedsrc/m/mesh/bamg.py (diff)
The file was modifiedsrc/m/classes/mesh3dsurface.py (diff)
The file was modifiedsrc/m/plot/plot_unit.py (diff)