# # ChangeLog for src/Python/export_numpy.cpp # # Generated by Trac 1.6 # Jan 4, 2026, 11:47:19 AM Sun, 21 Dec 2025 21:50:27 GMT Frederik Heber [802a9d] * configure.ac (modified) * src/Python/export_numpy.cpp (modified) * utils/Python/HOWTO-generate_bondtable (added) * utils/Python/Makefile.am (modified) * utils/Python/compute_pair_bondlength.py.in (added) * utils/Python/generate_bondtable.sh.in (added) Adds scripts to generate a bond table. - one python script for the ... Sun, 21 Dec 2025 21:50:22 GMT Frederik Heber [e4b9d5] * src/Python/Makefile.am (modified) * src/Python/PythonScripting_impl.hpp (modified) * src/Python/export_numpy.cpp (modified) * src/Python/getSelectedAtomCount.cpp (added) * src/Python/modules.hpp (modified) Adds python command getSelectedAtomCount(). - this avoids needing ... Wed, 19 May 2021 19:06:29 GMT Frederik Heber [923ce2] * src/Python/export_numpy.cpp (modified) Added get_masses to python functionality. Wed, 19 May 2021 19:06:29 GMT Frederik Heber [8c9cce] * src/Python/export_numpy.cpp (modified) * tests/Python/Makefile.am (modified) * tests/Python/pyMoleCuilder/testsuite-python-pymolecuilder.at (added) * tests/Python/testsuite.at (modified) Numpy exporters are fully operational. - TESTS: added test on ... Wed, 19 May 2021 19:06:29 GMT Frederik Heber [7b1824] * src/Python/Makefile.am (modified) * src/Python/PythonScripting_impl.hpp (modified) * src/Python/export_numpy.cpp (added) Exporting numpy getter/setter for positions, velocities, forces.