Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

54 lines (39 loc) · 1.39 KB

v2.2.0 - 2022-02-08

  • Added the farthest point from a set of points to a custom point.
  • Added check if the point is located in a given area.

v2.1.1 - 2022-01-22

  • Fix code style and composer dependencies

v2.1.0 - 2021-12-27

  • Improved getDistance and getCenter function to accept callback.
  • Added all function to get all package features.
  • Added Loops trait helper.
  • Added the closest point from a set of points to a custom point.
  • Added nearest neighbor algorithm.
  • Improved tests and code style

[coming] v2.2.0

  • Improved traits design.
  • Added check if the point is located in a given area.
  • Added the farthest point from a set of points to a custom point.
  • Added Features to eloquent model scope.

v2.1.0

  • Improved getDistance and getCenter function to accept callback.
  • Added all function to get all package features.
  • Added Loops trait helper.
  • Added the closest point from a set of points to a custom point.
  • Added nearest neighbor algorithm.
  • Improved tests and code style

v2.0.1

  • fix if there are no options inserted.

v2.0.0 --------،

  • Refactor class names.
  • Refactor distances calculations.
  • Added documents folder.
  • Added helper traits.
  • Added install command.
  • Added a package logo.
  • Added get the center of set of points.
  • Use the register pattern to store and fetch the data.

v1.1.0

  • refactor and improve functions definitions
  • write a package test