signac v1.2.0 Release Notes

Release Date: 2019-07-22 // almost 5 years ago
  • โž• Added

    • Keep signac shell command history on a per-project basis (#134, #194).
    • Add read_json() and to_json() methods to Collection class (#104, #200).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue where shallow copies of instances of Job would behave incorrectly (#153, #207).
    • ๐Ÿ›  Fix issue causing a failure of the automatic conversion of valid key types (#168, #205).
    • ๐Ÿ‘Œ Improve the "dots in keys" error message to make it easier to fix related issues (#170, #205).
    • Update the __repr__ and __repr_html__ implementations of the Project, Job, and JobsCursor classes (#193).
    • โฌ‡๏ธ Reduce the logging verbosity about a missing default host key in the configuration (#201).
    • ๐Ÿ›  Fix issue with incorrect detection of dict-like files managed with the DictManager class (e.g. job.stores) (#203).
    • ๐Ÿ›  Fix issue with generating views from the command line for projects with only one job (#208, #211).
    • ๐Ÿ›  Fix issue with heterogeneous types in state point values that are lists (#209, #210).