pythonknot 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pythonknot-0.1.4/src/pythonknot.egg-info → pythonknot-0.1.5}/PKG-INFO +1 -1
- {pythonknot-0.1.4 → pythonknot-0.1.5}/setup.py +2 -2
- {pythonknot-0.1.4 → pythonknot-0.1.5/src/pythonknot.egg-info}/PKG-INFO +1 -1
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot.egg-info/requires.txt +1 -1
- {pythonknot-0.1.4 → pythonknot-0.1.5}/MANIFEST.in +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/README.md +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/setup.cfg +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/CMakeLists.txt +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/autoconf/cl_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/GV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/SV_ringelt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/V.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/cln.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/complex_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/complex_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/complex_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/condition.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/dfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/dfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/dfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/exception.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/ffloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/ffloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/ffloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/float.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/float_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/float_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/floatformat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/host_cpu.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/input.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/integer_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/integer_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/integer_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/intparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/lfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/lfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/lfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/malloc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/modules.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/null_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/number_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/numtheory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/object.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/output.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/proplist.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/random.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/rational_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/rational_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/rational_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/real_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/real_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/real_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/sfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/sfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/sfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/string.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/timing.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/types.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_modint.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/GV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/SV_ringelt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/V.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/cln.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/complex_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/complex_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/complex_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/condition.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/dfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/dfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/dfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/exception.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/ffloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/ffloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/ffloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/float.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/float_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/float_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/floatformat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/floatparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/host_cpu.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/input.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/integer_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/integer_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/integer_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/intparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/lfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/lfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/lfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/malloc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/modules.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/null_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/number_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/numtheory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/object.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/output.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/proplist.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/random.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/rational_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/rational_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/rational_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/real_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/real_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/real_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/sfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/sfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/sfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/string.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/timing.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/types.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly_modint.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/univpoly_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/include/cln/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_N.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_alloca.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_base_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_gmpconfig.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_inline.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_inline2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_iterator.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_low.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_macros.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_maybe_inline.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_offsetof.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_sysdep.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/cl_xmacros.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digit/cl_2D.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digit/cl_D.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_2DS.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_endian.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftcs.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftp.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftp3.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftp3m.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_kara.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_kara_sqr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_nuss.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_arm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_hppa.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_i386.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_m68k.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_mips.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_sparc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_asm_sparc64.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hash.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hash1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hash1weak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hash2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hash2weak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hashset.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hashuniq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_hashuniqweak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_rcpointer2_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/hash/cl_rcpointer_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/random/cl_random_impl.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/string/cl_spushstring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/string/cl_sstring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/string/cl_st_make0.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/complex/cl_C.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/cl_F.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/dfloat/cl_DF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/ffloat/cl_FF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/lfloat/cl_LF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/lfloat/cl_LF_impl.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/sfloat/cl_SF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_catalanconst_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_eulerconst_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_exp1_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_ln10_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_ln2_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_pi_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_F_tran.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/float/transcendental/cl_LF_tran.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/bitwise/cl_I_byte.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/bitwise/cl_I_log.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/cl_I.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/conv/cl_I_cached_power.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hash_gcobject.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hash_gcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hash_pointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hash_rcobject.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hash_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/hash/cl_I_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/integer/misc/combin/cl_I_combin.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_fix16.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_fix29.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_fix32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_int.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_int32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_montgom.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_pow2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_pow2m1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_pow2p1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/modinteger/cl_MI_std.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/numtheory/cl_IF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/polynomial/cl_UP.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/polynomial/elem/cl_UP_GF2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/polynomial/elem/cl_UP_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/polynomial/elem/cl_UP_gen.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/polynomial/elem/cl_UP_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/rational/cl_RA.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/real/cl_R.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/real/division/cl_R_div_t.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/real/format-output/cl_format.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/timing/cl_t_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/vector/cl_GV_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/vector/cl_SV_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/tests/exam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/tests/test.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/tests/test_I.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/tests/test_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/tests/test_nt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/autoconf/cl_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/GV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/SV_ringelt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/V.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/cln.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/complex_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/complex_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/complex_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/condition.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/dfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/dfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/dfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/exception.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/ffloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/ffloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/ffloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/float.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/float_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/float_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/floatformat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/host_cpu.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/input.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/integer_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/integer_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/integer_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/intparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/lfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/lfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/lfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/malloc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/modules.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/null_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/number_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/numtheory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/object.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/output.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/proplist.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/random.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/rational_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/rational_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/rational_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/real_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/real_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/real_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/sfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/sfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/sfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/string.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/timing.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/types.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly_modint.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/univpoly_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/build/include/cln/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/GV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/SV_ringelt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/V.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/cln.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/complex_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/complex_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/complex_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/condition.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/dfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/dfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/dfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/exception.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/ffloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/ffloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/ffloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/float.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/float_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/float_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/floatformat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/floatparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/host_cpu.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/input.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/integer_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/integer_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/integer_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/intparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/lfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/lfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/lfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/malloc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/modules.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/null_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/number_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/numtheory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/object.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/output.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/proplist.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/random.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/rational_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/rational_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/rational_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/real_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/real_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/real_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/sfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/sfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/sfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/string.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/timing.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/types.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly_modint.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/univpoly_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/include/cln/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/GV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/SV_ringelt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/V.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/cln.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/complex_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/complex_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/complex_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/condition.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/dfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/dfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/dfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/exception.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/ffloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/ffloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/ffloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/float.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/float_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/float_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/floatformat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/host_cpu.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/input.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/integer_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/integer_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/integer_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/intparam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/lfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/lfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/lfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/malloc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/modinteger.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/modules.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/null_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/number_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/numtheory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/object.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/output.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/proplist.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/random.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/rational_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/rational_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/rational_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/real_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/real_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/real_ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/ring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/sfloat.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/sfloat_class.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/sfloat_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/string.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/timing.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/types.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly_complex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly_integer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly_modint.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly_rational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/univpoly_real.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/lib/include/cln/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_N.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_alloca.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_base_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_gmpconfig.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_inline.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_inline2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_iterator.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_low.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_macros.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_maybe_inline.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_offsetof.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_sysdep.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/cl_xmacros.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digit/cl_2D.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digit/cl_D.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_2DS.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_endian.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftcs.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftp.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftp3.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftp3m.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_fftr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_kara.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_kara_sqr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_DS_mul_nuss.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_arm.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_hppa.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_i386.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_m68k.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_mips.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_sparc.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/digitseq/cl_asm_sparc64.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hash.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hash1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hash1weak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hash2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hash2weak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hashset.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hashuniq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_hashuniqweak.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_rcpointer2_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/hash/cl_rcpointer_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/random/cl_random_impl.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/string/cl_spushstring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/string/cl_sstring.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/base/string/cl_st_make0.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/complex/cl_C.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/cl_F.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/dfloat/cl_DF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/ffloat/cl_FF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/lfloat/cl_LF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/lfloat/cl_LF_impl.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/sfloat/cl_SF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_catalanconst_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_eulerconst_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_exp1_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_ln10_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_ln2_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_pi_var.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_F_tran.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/float/transcendental/cl_LF_tran.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/bitwise/cl_I_byte.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/bitwise/cl_I_log.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/cl_I.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/conv/cl_I_cached_power.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hash_gcobject.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hash_gcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hash_pointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hash_rcobject.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hash_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/hash/cl_I_hashweak_rcpointer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/integer/misc/combin/cl_I_combin.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_fix16.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_fix29.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_fix32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_int.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_int32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_montgom.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_pow2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_pow2m1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_pow2p1.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/modinteger/cl_MI_std.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/numtheory/cl_IF.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/polynomial/cl_UP.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/polynomial/elem/cl_UP_GF2.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/polynomial/elem/cl_UP_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/polynomial/elem/cl_UP_gen.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/polynomial/elem/cl_UP_number.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/rational/cl_RA.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/real/cl_R.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/real/division/cl_R_div_t.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/real/format-output/cl_format.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/timing/cl_t_config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/vector/cl_GV_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/src/vector/cl_SV_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/tests/exam.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/tests/test.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/tests/test_I.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/tests/test_MI.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln-1.3.7/tests/test_nt.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginac/function.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginac/function.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginsh/ginsh_fcn_help.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginsh/ginsh_lexer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginsh/ginsh_op_help.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/build/ginsh/ginsh_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/bugme_chinrem_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/check_inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/check_lsolve.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/check_matrices.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/check_mul_info.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/check_numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/error_report.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_archive.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_clifford.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_color.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_cra.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_differentiation.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_factor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_indexed.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_inifcns_nstdsums.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_inifcns_nstdsums.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_lsolve.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_matrices.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_misc.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_mod_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_normalization.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_paranoia.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_polygcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_powerlaws.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_pseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_real_imag.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/exam_structure.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/factor_univariate_bug.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/genex.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/heur_gcd_bug.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/match_bug.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/mul_eval_memleak.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/numeric_archive.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/parser_bugs.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/parser_memleak.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/pgcd_infinite_loop.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/pgcd_relatively_prime_bug.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/randomize_serials.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/test_runner.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_antipode.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_dennyfliegner.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_fateman_expand.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_gammaseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_A.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_B.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_C.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_D.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_E.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_F.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_G.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_H.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_IJKL.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_M1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_M2.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_N.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_O.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_P.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_Pprime.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_Q.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_lw_Qprime.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_toeplitz.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_uvar_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/time_vandermonde.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/timer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/check/timer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/archive1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/compile1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/compile2.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/compile3.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/derivative.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/lanczos.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/doc/examples/mystring.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/add.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/add.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/archive.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/archive.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/assertion.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/basic.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/basic.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/class_info.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/clifford.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/clifford.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/color.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/color.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/compiler.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/constant.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/constant.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/container.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/crc32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ex.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/excompiler.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/excompiler.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/expair.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/expair.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/expairseq.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/expairseq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/exprseq.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/exprseq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/factor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/factor.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/fail.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/fail.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/fderivative.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/fderivative.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/flags.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ginac.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/hash_map.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/hash_seed.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/idx.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/idx.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/indexed.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/indexed.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/inifcns.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/inifcns_gamma.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/inifcns_nstdsums.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/inifcns_trans.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/integral.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/integral.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/lst.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/lst.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/matrix.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/matrix.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/mul.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/mul.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ncmul.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ncmul.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/normal.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/normal.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/numeric.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/operators.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/operators.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/debug.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/default_reader.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/lexer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/lexer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parse_binop_rhs.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parse_context.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parse_context.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parser.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/parser/parser_compat.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/chinrem_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/chinrem_gcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/collect_vargs.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/collect_vargs.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/cra_garner.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/cra_garner.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/debug.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/divide_in_z_p.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/divide_in_z_p.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/euclid_gcd_wrap.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/eval_point_finder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/eval_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/gcd_euclid.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/gcd_uvar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/heur_gcd_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/interpolate_padic_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/mgcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/mod_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/mod_gcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/newton_interpolate.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/normalize.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/normalize.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/optimal_vars_finder.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/optimal_vars_finder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/pgcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/pgcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/poly_cra.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/prem_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/primes_factory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/primpart_content.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/remainder.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/remainder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/ring_traits.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/smod_helpers.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/sr_gcd_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/upoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/upoly_io.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/polynomial/upoly_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/power.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/power.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/print.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/print.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/pseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/pseries.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/ptr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/registrar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/registrar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/relational.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/relational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/remember.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/remember.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/structure.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/symbol.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/symmetry.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/symmetry.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/tensor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/tensor.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/utils.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/utils.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/wildcard.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginac/wildcard.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginsh/ginsh.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/ginsh/ginsh_extensions.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac/tools/viewgar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginac/function.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginac/function.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginsh/ginsh_fcn_help.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginsh/ginsh_lexer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginsh/ginsh_op_help.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/build/ginsh/ginsh_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/check_cra.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/check_inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/check_lsolve.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/check_matrices.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/check_numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/error_report.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_archive.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_chinrem_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_clifford.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_collect.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_collect_common_factors.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_color.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_differentiation.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_factor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_function_exvector.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_heur_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_indexed.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_inifcns_elliptic.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_inifcns_nstdsums.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_inifcns_nstdsums.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_lsolve.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_match.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_matrices.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_misc.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_mod_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_normalization.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_paranoia.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_pgcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_polygcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_powerlaws.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_pseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_real_imag.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_relational.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_sqrfree.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/exam_structure.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/genex.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/randomize_serials.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/test_runner.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_antipode.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_dennyfliegner.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_fateman_expand.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_gammaseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_A.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_B.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_C.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_D.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_E.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_F.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_G.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_H.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_IJKL.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_M1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_M2.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_N.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_O.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_P.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_Pprime.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_Q.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_lw_Qprime.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_toeplitz.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_uvar_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/time_vandermonde.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/timer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/check/timer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/config/config.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/archive1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/compile1.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/compile2.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/compile3.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/derivative.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/lanczos.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/doc/examples/mystring.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/add.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/add.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/archive.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/archive.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/assertion.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/basic.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/basic.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/class_info.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/clifford.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/clifford.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/color.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/color.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/compiler.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/constant.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/constant.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/container.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/crc32.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ex.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ex.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/excompiler.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/excompiler.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/expair.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/expair.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/expairseq.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/expairseq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/exprseq.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/exprseq.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/factor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/factor.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/fail.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/fail.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/fderivative.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/fderivative.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/flags.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/function.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/function.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ginac.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/hash_map.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/hash_seed.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/idx.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/idx.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/indexed.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/indexed.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns_elliptic.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns_gamma.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns_nstdsums.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/inifcns_trans.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/integral.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/integral.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/integration_kernel.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/integration_kernel.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/lst.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/lst.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/matrix.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/matrix.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/mul.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/mul.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ncmul.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ncmul.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/normal.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/normal.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/numeric.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/numeric.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/operators.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/operators.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/debug.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/default_reader.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/lexer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/lexer.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parse_binop_rhs.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parse_context.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parse_context.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parser.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/parser/parser_compat.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/chinrem_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/chinrem_gcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/collect_vargs.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/collect_vargs.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/cra_garner.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/cra_garner.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/debug.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/divide_in_z_p.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/divide_in_z_p.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/euclid_gcd_wrap.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/eval_point_finder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/eval_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/gcd_euclid.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/gcd_uvar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/heur_gcd_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/interpolate_padic_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/mgcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/mod_gcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/mod_gcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/newton_interpolate.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/normalize.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/normalize.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/optimal_vars_finder.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/optimal_vars_finder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/pgcd.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/pgcd.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/poly_cra.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/prem_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/primes_factory.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/primpart_content.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/remainder.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/remainder.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/ring_traits.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/smod_helpers.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/sr_gcd_uvar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/upoly.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/upoly_io.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/polynomial/upoly_io.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/power.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/power.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/print.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/print.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/pseries.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/pseries.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/ptr.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/registrar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/registrar.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/relational.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/relational.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/remember.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/remember.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/structure.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/symbol.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/symbol.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/symmetry.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/symmetry.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/tensor.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/tensor.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/utils.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/utils.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/utils_multi_iterator.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/version.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/wildcard.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginac/wildcard.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginsh/ginsh.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginsh/ginsh_extensions.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginsh/ginsh_lexer.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/ginsh/ginsh_parser.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/ginac-1.8.7/tools/viewgar.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/knot.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/knot.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/knot_alex_table.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/knottype.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/knottype.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/main.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/my_function.cpp +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/src/myfunction.h +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot/__init__.py +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot/polymer.py +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot/rmsd.py +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot/xyz.py +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot.egg-info/SOURCES.txt +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot.egg-info/dependency_links.txt +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot.egg-info/not-zip-safe +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/src/pythonknot.egg-info/top_level.txt +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/test/test.py +0 -0
- {pythonknot-0.1.4 → pythonknot-0.1.5}/test/test2.py +0 -0
|
@@ -126,7 +126,7 @@ class CMakeBuild(build_ext):
|
|
|
126
126
|
|
|
127
127
|
setuptools.setup(
|
|
128
128
|
name="pythonknot",
|
|
129
|
-
version="0.1.
|
|
129
|
+
version="0.1.5",
|
|
130
130
|
author="yjianzhu",
|
|
131
131
|
author_email="yjianzhu@mail.ustc.edu.cn",
|
|
132
132
|
description="pythonknot for knot theory calculation",
|
|
@@ -142,7 +142,7 @@ setuptools.setup(
|
|
|
142
142
|
install_requires=[
|
|
143
143
|
'numpy',
|
|
144
144
|
'scipy',
|
|
145
|
-
'pybind11',
|
|
145
|
+
'pybind11[global]',
|
|
146
146
|
'rmsd',
|
|
147
147
|
'setuptools',
|
|
148
148
|
'wheel'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_complex.h
RENAMED
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_integer.h
RENAMED
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_modint.h
RENAMED
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/build/include/cln/univpoly_rational.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftcs.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftp3.h
RENAMED
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_fftp3m.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pythonknot-0.1.4 → pythonknot-0.1.5}/src/cpp_module/cln/src/base/digitseq/cl_DS_mul_kara_sqr.h
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|