Skip to content

Latest commit

 

History

History
79 lines (67 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

79 lines (67 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented (for humans) in this file.

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

[0.2.1] - 2019-10-18

Yarik needed to do a quick release to absorb changes to run functionality.

[0.2.0] - 2019-09-11

Major rename - a NICEMAN grows into a ReproMan. Too many changes to summarize

Added

  • reproman run

[0.1.0] - 2018-12-18

Largely bugfixes and small enhancements. Major work is ongoing in PRs to provide new functionality (such as remote execution and environment comparisons)

Added

  • Tracing RPM-based (RedHat, CentOS) environments
  • Tracing Singularity images

Fixed

  • A variety of fixes and enhances in tracing details of git, conda, etc resources.
  • interactive ssh sessions fixes through use of fabric module instead of custom code

Changed

  • Refactored handling of resource parameters to avoid code duplication/boiler plate

[0.0.6] - 2018-06-17

Enhancement and fixes primarily targetting better tracing (collecting information about) of the computational components

Added

  • tracing of
    • docker images
  • diff command to provide summary of differences between two specs
  • conda environments could be regenerated from the environments

Changed

  • relative paths could be provided to the retrace command

Fixed

  • tracing of Debian packages and Git repositories should be more robust to directories
  • handling of older conda environments

[0.0.5] - 2018-01-05

Minor release with a few fixes and performance enhancements

Added

  • Create apt .sources files pointing to APT snapshot repositories

Performance

  • Batch commands invocations in Debian tracer to significantly speed up retracing

Fixed

  • Output of the (re)traced spec into a file

[0.0.3] - 2017-12-19

A minor release to demonstrate retrace functionality


Just a template for future records:

[Unreleased] - Date

TODO Summary

Added

Changed

Deprecated

Fixed

Removed

Security


References