Skip to content

Releases: vdesmond/attractors

attractors v1.4.1

01 Aug 16:56
Compare
Choose a tag to compare

Announcements

  • Python 3.7 patch

Changes

  • Python 3.7 is now compatible (tested)

attractors v1.4.0

31 Jul 15:24
Compare
Choose a tag to compare

Announcements

  • Minor release introducing documentation and added features

Changes

  • Added 3 new attractors: Newton-Leipnik, Rucklidge and Shimizu-Morioka (Thanks @Sarath-24)
  • index is now a kwarg for plot methods
  • Added docstrings
  • Added type hints
  • Set-up documentation with Sphinx-Napolean (Google Style) and ReadTheDocs
  • Renamed attractors: Aizawa -> Langford, Chen Celikovsky -> Chen LU, Thomas Cyclically Symmetric -> Thomas
  • Added tests for video generation with FFMPEG and colormaps

attractors v1.3.0

20 Jul 17:01
4c25653
Compare
Choose a tag to compare

Announcements

  • Minor release with breaking changes (not backwards compatible)

Changes

  • DES methods now return a generator instead of an Attractor instance
  • X, Y, Z attributes of the Attractor are now single-valued floats instead of lists
  • Modified plotting and animation methods to support generators
  • Removed slice method
  • (Dev) Coverage tests

attractors v1.2.0

15 Jul 19:53
Compare
Choose a tag to compare

Announcements

  • Minor version bump adding 2 new attractors

Changes

  • Added 2 new attractors : Dequan Li and Yu Wang
  • Removed legacy animate functions animate_gradient() and animate_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

attractors v1.1.1

09 Jul 10:43
Compare
Choose a tag to compare

Announcements

  • Patch 1.1.1 for parser rewrite

Changes

  • parser rewrite based on Attractor class
  • parametrized testing (pytest)

attractors v1.1.0

07 Jul 18:06
Compare
Choose a tag to compare

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

attractors v1.0.0

03 Jul 11:16
Compare
Choose a tag to compare

Announcements

  • First major release of attractors package

Changes

  • Rewrite of animate functions
  • New attractor module
  • Live gradient plotting