Skip to content

Windows Support

Thomas Gaskin requested to merge support_windows_platform into main

This MR ensures file paths are always given in Unix format, i.e. using '/' as the separator. Windows-style file paths (which usually use a '' separator) are converted to Unix style.

Changes

  • Explicitly uses pathlib.PurePosixPath for the data member of the PathContainer container
  • Converts filepaths to pathlib.PurePosixPath in the data_mngr before loading

Can this MR be accepted?

  • Changes implemented
  • Tests expanded
  • Docs adjusted
  • Pipeline passing
  • Pipeline also adjusted for Windows and passing
  • Changelog entry added
  • Version number bumped
  • Reviewed and approved
  • Commit history cleaned up

Closes #355 (closed)

Edited by Yunus Sevinchan

Merge request reports