Skip to content

Releases: charwick/helipad

1.6.2

04 Jul 18:11
Compare
Choose a tag to compare
  • 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, and y arguments from model.spatial(), which were deprecated in Helipad 1.5 and replaced with a dim argument

1.6

15 Jun 20:40
Compare
Choose a tag to compare
1.6
  • Geospatial models
  • Scatterplot visualizer
  • New Agents and Edges containers
  • Docstrings for modules and methods

https://helipad.dev/2023/06/helipad-1-6/

1.5

14 Jan 21:57
Compare
Choose a tag to compare
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

https://helipad.dev/2023/01/helipad-1-5/

1.4.1

23 Aug 03:30
Compare
Choose a tag to compare
  • Ipywidgets 8.0 compatibility hotfix
  • Other Jupyter bugfixes

1.4

28 Jul 03:44
Compare
Choose a tag to compare
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

https://helipad.dev/2022/07/helipad-1-4/

1.3.2

24 Jul 16:51
Compare
Choose a tag to compare
  • Fix bug that prevented installation in Anaconda on Windows
  • Fix async issue that would prevent visualizations from running in Spyder
  • Fix bug that could sometimes prevent stopafter from being set to an event
  • New visible argument on TimeSeriesPlot.addSeries()

1.3

19 Jun 22:57
Compare
Choose a tag to compare
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

01 Apr 00:17
Compare
Choose a tag to compare

Matplotlib 3.4 compatibility hotfix, plus a handful of bugfixes.

1.2

10 Feb 21:57
Compare
Choose a tag to compare
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/

1.1.1

29 Oct 18:33
Compare
Choose a tag to compare

Python 3.9 compatibility hotfix