Skip to content

msiempy 0.3.4

Compare
Choose a tag to compare
@tristanlatr tristanlatr released this 05 Oct 20:07
9e8b0c6

New:

  • Better alarm filtering #83
  • NitroList.search() change: Comparing match values against dict values only.
    Argument match_prop has beed removed.
    Introducing fields argument to search into specific fields only.
    This change sets things up to unify DevTree .search() and other objects search() return values and arguments in the future. Right now DevTree.search() returns a Datasource object or None and DevTree.search_ds_group() returns a generator, this behaviour goes against what's defined in msiempy.core.types.NitroList.search(). All other objects returns a list of items matching the search.
    In the future DevTree will be deprecated and replaced by a another object that will behave just like DevTree except for the search method i.e. DataSourceManager
  • Clearer docs regarding EventManager.load_data(max_query_depth), Event.refresh, and other utils methods