signac v1.1.0 Release Notes

Release Date: 2019-05-19 // almost 5 years ago
  • ➕ Added

    • ➕ Add command line options --sp and --doc for signac find that allow users to display key-value pairs of the state point and document in combination with the job id (#97, #146).
    • 👌 Improve the representation (return value of repr()) of instances of H5Group and SyncedAttrDict.

    🛠 Fixed

    • 🛠 Fix: Searches for whole numbers will match all numerically matching integers regardless of whether they are stored as decimals or whole numbers (#169).
    • 🛠 Fix: Passing an instance of dict to H5Store.setdefault() will return an instance of H5Group instead of a dict (#180).
    • 🛠 Fix error with storing numpy arrays and scalars in a synced dictionary (e.g. job.statepoint, job.document) (#184).
    • 🛠 Fix issue with ResourceWarning originating from unclosed instance of Collection (#186).
    • 🛠 Fix issue with using the get_project() function with a relative path and search=False (#191).

    ✂ Removed

    • 👌 Support for Python version 3.4 (no longer tested).