Skip to content

Release v1.21.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 13:05
· 43 commits to main since this release
73fc6fd
  • Added: audeer.move()
    which can move files and folders
    and should be used instead of audeer.move_file()
  • Added: *paths argument to
    audeer.mkdir(),
    audeer.rmdir(),
    and audeer.touch().
    Instead of writing audeer.mkdir(os.path.join('a', 'b')),
    you can now write audeer.mkdir('a', 'b')