github microsoft/msticpy v2.1.5
Bokeh, ipywidgets version restrictions

latest releases: v2.11.0, v2.10.0, v2.9.0...
18 months ago

The main driver for this release is to restrict versions of bokeh, ipywidgets and pandas.

  • Version 3.0.0 of bokeh plots has some breaking changes that prevent it working with MSTICPy
  • Version 8.0.0 of ipywidgets has changes that prevent some of the MSTICPy compound widgets displaying correctly.

We also decided to start restricting versions of some of our other dependencies to the current major version - to prevent unexpected breaking changes stopping MSTICPy from working. We have included pandas in this list and will expand it to cover more packages in future. We will combine this with an automated build job that has no version restrictions so that we're aware of version changes that we need to address. The intent here is to have MSTICPy have as broad a version range as possible for its dependencies while still avoiding failures due to breaking changes.

Another small but important change is an update to the Process Tree viewer to allow process GUIDs as process IDs (rather than just hex or decimal format integers). Thanks to @nbareil for this change!

What's Changed

  • process_tree: Accept GUID format for ProcessID and ParentProcessID by @nbareil in #542
  • Bump sphinx from 5.1.1 to 5.3.0 by @dependabot in #540
  • Bump readthedocs-sphinx-ext from 2.1.9 to 2.2.0 by @dependabot in #545
  • Update AzureBlobStorage.rst by @garybushey in #539
  • Adding upper version restrictions to bokeh, pandas and ipywidgets deps by @ianhelle in #552

New Contributors

Full Changelog: v2.1.4...v2.1.5

Don't miss a new msticpy release

NewReleases is sending notifications on new releases.