Skip to content

extended input types; updated deprecated warnings

Daniel Heydebreck requested to merge adapt_typing into master
  • all functions which accept paths and filenames as input accept 'Path-like' objects now
  • a few output types where corrected
  • the type checking in multiple functions was extended
  • extended text of deprecated warnings
  • added deprecated info to all doc strings
  • major updates in the documentation for #35
  • removed python 3.8 conda build; fixed #63 (closed)
  • minor other corrections

Merge request reports