Releases: vguada/FindBounce
Releases · vguada/FindBounce
1.1.0
New public release with some useful functionality for asymmetric potentials.
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
The first public release of the FindBounce package.
Added
- Additional
"CoefficientsExtension"
property ofBounceFunction
. - Option names autocomplete functionality (in notebooks).
- New and improved documentation examples.
Changed
- Accurate representation of extended bounce method with
"Bounce"
property ofBounceFunction
. - All option names are strings.
0.2.0
Pre-release with the following new / changed features:
- New documentation format compatible with Mathematica help centre.
- Improved argument correctness checking.
- Returned values of coefficients in
BounceFunction
always have same depth. 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
The first pre-release!
New features:
- Function
FindBounce
which implements content described in paper Guada et al. (2019). - Helper functions for visualisation
BounceFunction
andBouncePlot
. - Documentation with executable examples in notebook format.