Releases: charwick/helipad
Releases · charwick/helipad
1.6.2
- Ability to hide and show parameters and shocks after control panel launch
- Fix bug that would prevent spatial models from launching with corner connections but no wrapping
From Helipad 1.6.1:
- Compatibility fixes for Matplotlib 3.9
- Fix bug that could prevent parameter sweeps from running
- Fix bug when redrawing the control panel in a Jupyter notebook
- Improved reliability of
params.remove()
- Simplified parameter ID tuples and deprecated the old pattern, which had been redundant since 1.4. Per-good and per-breed parameter values can now be retrieved with
(paramName, itemName)
instead of(paramName, itemType, itemName, primitive)
. - Remove
square
,x
, andy
arguments frommodel.spatial()
, which were deprecated in Helipad 1.5 and replaced with adim
argument
1.6
- Geospatial models
- Scatterplot visualizer
- New
Agents
andEdges
containers - Docstrings for modules and methods
1.5
- Polar-coordinate spatial models and visualization
- Improvements to spatial wrapping
- More informative
__repr__
methods for Helipad objects - Misc small bug fixes and improvements
1.4.1
1.4
- New container API
- Localization (see the string template to contribute a translation)
- Parameter groups
- Windows 11 compatibility
- Agent overdraft control
- Misc interface improvements
1.3.2
1.3
• Merged spatial and network visualizers
• Allow time series plots in Charts visualizer
• Improved goods API
• Misc bug fixes
https://helipad.dev/2021/06/helipad-1-3/
1.2.1
1.2
• Extensible visualization API and several new visualizations, including network, spatial, and bar charts
• Events
• Jupyterlab support
• Performance profiling
https://helipad.dev/2021/02/helipad-1-2/