NEWS.md
In setLocation(MultiColony) we can set one location (numeric) or multiple (list or data.frame) PR#500
getLocation(MultiColony) got the collapse argument Commit#f4e629c3e8920948ad576eae3615a86b26300790
We can now sample location of a swarm - see sampleLocation and radius arugments in swarm() PR#500 PR#502
New function rcircle() to sample a random point within a circle with a given radius PR#502
Removed the function createRandomCrossPlan() - that option is now included in the newly added createCrossPlan() fuction
Added the funcionality for spatially-aware mating of honeybee colonies. The new funcionality is included in the createCrossPlan(), that allows to create the cross plan according to the colonies’ locations, and in the cross() function, that crosses bees according to their location