Skip to content

Releases: DTOcean/polite

Version 0.10.3 Patch Release

14 Jul 13:00
4618bdc
Compare
Choose a tag to compare

Patch release which removes the existence check in EtcDirectory. The location is now assumed from the system architecture.

What's Changed

  • Only use system arch to decide on etc folder path by @H0R5E in #9

Full Changelog: v0.10.2...v0.10.3

Version 0.10.2 Release

13 Jul 12:38
bd0921e
Compare
Choose a tag to compare

Minor update which adds the EtcDirectory class to the paths module for locating the etc directory of the active Python distribution.

Also did a little housekeeping for the CI setup.

What's Changed

  • Add EtcDirectory class to paths module by @H0R5E in #8

Full Changelog: v0.10.1...v0.10.2

Version 0.10.1 Release

08 Jul 08:55
Compare
Choose a tag to compare

Minor update to improve security for YAML file loading.

The following changes were made:

Changed

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

Version 0.10.0 Release

12 Mar 10:11
Compare
Choose a tag to compare

This release coincides with the release of DTOcean 2.0.

The following changes were made:

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().

v0.9.0

01 Mar 17:57
Compare
Choose a tag to compare
Commit version 0.9.0