v0.5.0
Package clean-up
This release brings a streamlined source code, with unused and deprecated code removed, dependencies reduced, and a unified style of displaying progress meters.
Changed functions
intervals_to_box
is now part of theChaosToolsExt
extension and is loaded only whenusing ChaosTools
- The keyword argument
showprogress
changed toshow_progress
in several functions for consistency - In
min_action_method
, the keyword argumentStol
is now calledaction_tol
Deprecations
- Functions
make_h5
andmake_jld2
have been removed - Dependencies
HDF5
,JLD2
, andProgressBars
have been removed - Dependency
IntervalArithmetic
is now only a dependency of some extensions
Full changelog here.