Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.36 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.10.3] - 2022-07-14

Changed

  • Made EtcDirectory guess the path based on the system architecture only. It won't raise an error now if it's not found.

[0.10.2] - 2022-07-13

Added

  • Added EtcDirectory class to the paths module for locating the Python distribution's etc directory.

[0.10.1] - 2019-07-08

Changed

  • Added Loader and Dumper arguments to pyyaml calls as required by pyyaml version 5.1 to improve safety.

[0.10.0] - 2019-03-01

Added

  • Added dummy logging configuration file to config/logging.yaml and added usage example to README.
  • Added Directory.list_files method to list the files in a directory if it exists.
  • Added DirectoryMap.copy_all and DirectoryMap.safe_copy_all to copy all files in the source directory to the target directory.
  • Directory objects now returns their path when printed.

Changed

  • Made Logger.configure_logger require the configuration dictionary as an input.

Fixed

  • Ensured that the target directory exists when calling ReadYAML.write().

[0.9.0] - 2017-01-04

Added

  • Initial import of dtocean-gui from SETIS.