Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 1.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


1.1.0 - 2020-05-04

Added

  • New method (option value) "FiniteDifference" for numerical evaluation of derivatives used by options "Gradient" and "Hessian".
  • New option value "MidFieldPoint"->Automatic for improved segmentation procedure.
  • Package compatibility with Mathematica 12.1 .

1.0.0 - 2020-02-03

Added

  • Additional "CoefficientsExtension" property of BounceFunction.
  • Option names autocomplete functionality (in notebooks).
  • New and improved documentation examples.

Changed

  • Accurate representation of extended bounce method with "Bounce" property of BounceFunction.
  • All option names are strings.

0.2.0 - 2019-12-19

Added

  • New documentation format compatible with Mathematica help centre.
  • Improved argument correctness checking.

Changed

  • Returned values of coefficients in BounceFunction always have same depth.

Removed

  • FindBounce function options "InitialRadius" and "InitialRadiusAccuracyGoal" are removed.
  • BounceFunction property "FieldPoints" is removed. The same information is obtained as length of "Path" list.

0.1.0 - 2019-11-15

Added

  • Function FindBounce which implements content described in paper Guada et al. (2019).
  • Helper functions for visualisation BounceFunction and BouncePlot.
  • Documentation with executable examples in notebook format.