Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.61 KB

CHANGELOG

This is a manually generated log to track changes to the repository for each release. Each section should include general headers such as Implemented enhancements and Merged pull requests. All closed issued and bug fixes should be represented by the pull requests that fixed them. This log originated with Singularity 2.4 and changes prior to that are (unfortunately) done retrospectively. Critical items to know are:

  • renamed commands
  • deprecated / removed commands
  • changed defaults
  • backward incompatible changes (recipe file format? image file format?)
  • migration guidance (how to convert images?)
  • changed behaviour (recipe sections work differently)

Referenced versions in headers are tagged on Github, in parentheses are for pypi.

vxx (development)

additions

  • ensuring that ids for images are full paths (0.1.11)
  • addition of the DeidRecipe class to better interact with and combine deid recipe files.
  • the get_files function now returns a generator instead of a list.

0.1.1 (0.1.1)

additions

  • addition of this CHANGELOG and an AUTHORS and CONTRIBUTING file to properly open source the project. bug fix
  • when the user specifies a deid recipe, instead of adding it to a base template we honor the choice and don't append a base. creation
  • this is the initial creation of deid, including recipes for cleaning of image headers and flagging of potential phi in pixels.