Changelog¶
v1.4.0¶
- Date
31 July, 2021
Announcements¶
Minor release introducing documentation and added features
Changes¶
Added 3 new attractors: Newton-Leipnik, Rucklidge and Shimizu-Morioka
index is now a kwarg for plot methods
Added docstrings
Added type hints
Set-up documentation with Sphinx-Napolean (Google Style)
Renamed attractors: Aizawa -> Langford, Chen Celikovsky -> Chen LU, Thomas Cyclically Symmetric -> Thomas
Added tests for video generation with FFMPEG and colormaps
v1.3.0¶
- Date
20 July, 2021
Announcements¶
Minor release with breaking changes (not backwards compatible)
Changes¶
DES methods now return a generator instead of an
AttractorinstanceX, Y, Z attributes of the
Attractorare now single*valued floats instead of listsModified plotting and animation methods to support generators
Removed slice method
(Dev) Coverage tests
v1.2.0¶
- Date
15 July, 2021
Announcements¶
Minor version bump adding 2 new attractors
Changes¶
Added 2 new attractors : Dequan Li and Yu Wang
Removed legacy animate functions
animate_gradient()andanimate_sim()Added kwargs to control gradient axis, elevation and azimuth rate.
Added line and point kwargs to pass to matplotlib
Tweaked default params for multiple attractors
Minor bugfixes
v1.1.0¶
- Date
07 July, 2021
Announcements¶
Update of attractors package with various new features and bugfixes
Changes¶
Completely overhauled attractor class for modularity
Pooling update_func() for figure with pathos
New methods for setting various params independently
Included plotting methods
Bugfixes and minor QoL changes