Skip to content

msiempy 0.3.5

Latest
Compare
Choose a tag to compare
@tristanlatr tristanlatr released this 16 Oct 22:18
cbe3c40

New:

  • Documentation website !
  • Change to search() method: applied to every list objects BUT DevTree
    The search() method only takes one arguments as the searching pattern (DevTree always only accepted one argument as the search pattern)
    If you used something like search('term1', 'term2') please use search('term1').search('term2').
    Note: The changes announced in https://github.com/mfesiem/msiempy/releases/tag/0.3.4 has not been acted yet
  • Rename get_watchlist_summary() to _init_watchlist_summary() cause it's not supposed to be called by the user