1. 29 Nov, 2022 1 commit
    • write_binary_to_file: Fix critical bug. · 72d59176
      Before this patch there were several issues:
      - The file would always be written (even if overwrite==False and file_copy==False)
      - The file would always be copied if overwrite==False
      
      This commit also improves the documentation to make clear what the function is supposed to do.
      Marten Ringwelski authored
  2. 10 Dec, 2021 2 commits
  3. 03 Dec, 2021 6 commits
  4. 16 Nov, 2021 1 commit
    • Use pathlib · 493bcedb
      As pathlib.Path.__init__ accepts both a string and Path-like objects we can
      stay backward compatible and still accept strings.
      
      Also Two functions are deprecated since they don't provide much readability
      over the pathlib implementation.
      Marten Ringwelski authored
  5. 17 Aug, 2021 2 commits
  6. 16 Aug, 2021 5 commits
  7. 03 Apr, 2019 9 commits
  8. 11 Feb, 2019 1 commit
  9. 09 Jan, 2019 1 commit
  10. 04 Jul, 2018 1 commit
  11. 17 Oct, 2017 1 commit
  12. 13 Oct, 2017 1 commit
  13. 10 Oct, 2017 2 commits
  14. 31 Aug, 2017 3 commits
  15. 30 Aug, 2017 2 commits
  16. 21 Aug, 2017 2 commits