Skip to content

Commit

Permalink
Update Release Notes to list new MC visualization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Nov 7, 2024
1 parent 1697e6e commit 88157a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ Version |release|
- Updated :ref:`examples` to better include folders of scenario tutorial scripts
- Updated documentation build to use latest version of ``sphinx`` and ``sphinx_rtd_theme``.
Updated the install documenation and optional package requirements.
- Updated ``MonteCarloExamples`` directory with a bokeh plotting feature robust to large Monte Carlo datasets
- Updated :ref:`scenarioVisualizeMonteCarlo` to autogenerate live bokeh plots in Sphinx documentation
- Updated :ref:`scenarioMonteCarloAttRW` to include the new ``useBokeh`` feature in the ``run()`` method
- Updated :ref:`scenarioMonteCarloAttRW` to use more pythonic OOP for Monte Carlo data retention
- Updated :ref:`scenarioMonteCarloSpice` to use more pythonic OOP for Monte Carlo data retention
- Removed the now deprecated ``datashader_utilities.py`` in favor of the new bokeh plotting features in ``AnalysisBaseClass.py``


Version 2.5.0 (Sept. 30, 2024)
------------------------------
Expand Down Expand Up @@ -734,7 +741,7 @@ Version 2.1.0 (Nov. 13, 2021)
- Fixed a rare issue where RW data didn't stick
- Fixed an issue subscribing to a C++ wrapped message object from python
- Cleaned up documentation on using datashaders and bokeh to interactively plot large simulation data sets.
The script :ref:`scenarioAnalyzeMonteCarlo` is updated to discuss the particular challenges in running this
The script ``scenarioAnalyzeMonteCarlo`` is updated to discuss the particular challenges in running this
datashader example of plotting data.
- enable Monte Carlo ``pytest`` test scripts to run on macOS if Python 3.9 or higher is used
- enable opNav scenario ``pytest`` test scripts to be tested by ``pytest`` if the build flag ``--opNav``
Expand Down

0 comments on commit 88157a1

Please sign in to comment.