Skip to content

Development release: HeFDI Workshop release

Choose a tag to compare

@alexander-haller alexander-haller released this 01 Jul 18:05
· 355 commits to main since this release
0ce9e67

[1.0.7.dev3] - 2024-06-04

Third development release before the next stable version. This release adds a number of improvements and bug fixes.

Added

  • New --overwrite argument
    for --export/-E (!42)
  • Add ValidationError subclass PathValidationError for path related validation errors only
  • Add verbose optional parameter to ProperPath class's create
    method for less noisy log messages (!44)

Fixed

  • Fix experiments plugin not recognizing uppercase experiment --format/-F
    name (#33)

Changed

  • Version numbers will follow the following format: Major.Minor.Patch.dev<Integer>. Previously, we were
    using -dev<Integer> instead of .dev<Integer>. .dev<Integer> is consistent with the versioning format
    normalized by pip (pip show elapi).
  • elAPI only shows An attempt to create directory <path> will be made warning when <path> is a directory.