Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.44 KB

NEWS.md

File metadata and controls

45 lines (26 loc) · 1.44 KB

dynplot 1.1.1

  • BUG FIX project_waypoints_coloured(): Fix refactoring issue "Must supply a symbol or a string as argument" (#54).

  • BUG FIX project_waypoints_coloured(): Fix wrong results when projecting waypoint segments (#54 bis).

dynplot 1.1.0

Initial release on CRAN.

  • MINOR CHANGE: Add arrow parameter to all plot functions.

  • BUG FIX: Apply fixes for new versions of tibble, tidyr, and ggraph.

  • BUG FIX optimise_order(): Fix problem where GA::ga() wouldn't run on milestone networks with 1 or 4 edges.

  • BUG FIX linearise_cells(): Fix ordering issue when equal_cell_width is TRUE.

  • MINOR CHANGE: Clean imports and supposed undefined variables.

  • MINOR CHANGE plot_dendro(): Allow plotting of disconnected graphs (#32). This assumes that dynwrap::add_root(traj, root_milestone_id = c(...)) has been called properly.

  • DOCUMENTATION: Extend documentation on usage of parameters and the expected output values of functions.

dynplot 1.0.2 (04-07-2019)

  • BUG FIX: Fix weird ceiling warning.

  • BUG FIX: Fix for new select waypoints (#41).

  • MINOR CHANGE: Added parameters size_cells, alpha_cells and border_radius_percentage to plotting functions that plot cells (#40).

dynplot 1.0.1 (07-05-2019)

  • BUG FIX: Remove dependency on shades, fixing rgb2hsv bug

dynplot 1.0.0 (28-03-2019)

  • Initial release of dynplot
  • Plotting of trajectories
  • Compatible with all methods of dynmethods