Skip to content

Releases: andrzejQ/Polynomial_Numbers.py

not hasattr(x, '__len__') as scalar detection

21 May 12:39
Compare
Choose a tag to compare

PolyNum class in 1 file

21 May 08:08
Compare
Choose a tag to compare

v0.21-alpha 2018-05-21. PolyNum class in 1 file for better code clarity

Better speed of interactive graphs

21 May 08:06
Compare
Choose a tag to compare

Better speed of interactive graphs and dash plot.ly version

Initial release

11 May 07:34
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

PN.py packet is working as standalone.

Import future and six - used for possibly use Py2.7, but all is tested only in python 3.6+ (Spider)
Other imports are for optionally use different floating-point types or for tests (doctest).

Some configuration parameters can be changed in Jupyter notebook - just after importing PolyNumConf its const can be changed efficiently before loading any other PNlib files.