Skip to main content

A scientific computing toolbox

Project description

ADVANCED PROGRAMMING HOMEWORK 3: Extension of the scientific computing Toolbox

All files and folders for the third assignment of the Advanced Programming course at UniTS, A.2024/45.

Group Members

Project Description

Original project

Python bindings were added for both modules, allowing for seamless use of C++ functions in python. On the other hand, less performance-intensive functions like those generating random vectors to generate a graph of interpolation errors were implemented in oython.

Some functionalities were added and extended:

  • Better structure, modularization and code organisation.
  • Possibility to build the entire unified ToolBox with setuptools.
  • more getter and setter methods for DataFrameWrapper
  • python function with C++ callback to reduce the size of the dataframe
  • Enhance functor which polimorphically allows classes from both modules to use some magic methods and plot data.
  • Easy installation with pip

Individual contributions

Giovanni Billo

  • Python bindings for the DataFrameWrapper module
  • improved project structure
  • added methods and functionalities to DataFrameWrapper in both languages
  • Enhance functor
  • comparison file
  • pip packaging

Tommaso Piscitelli

  • Python bindings for the DataFrameWrapper module
  • Interpolation part of the Enhance functor
  • python tests for interpolation

Performance comparison

The file comparison.py leverages decorators and the functor Compare() to time the speed of our C++ bindings against some popular python libraries like NumPy and SciPy. As the DataFrame, our implementation lags behind pandas when it also has to format the file the right way. However, once a file is in the right format, it performs just as good and sometimes even slightly faster than Pandas.

This is also the case with the InterpolateWrapper module, which is tested against SciPy implementations of the linear, Lahgrange and Cubic splines.

Testing

All tests available for the C++ module were implemented also for python bindings. There is the possibility to enable automated testing frameworks when building the project (see BUILD INSTRUCTIONS below)

BUILD INSTRUCTIONS

The library can be directly installed via pip from here:

pip install APToolBox

Various other build options are also available:

  • using setuptools, after cloning the repository, run the following commands in the main folder:
python3 setup.py build_ext

It is also possible to enable continuous integration by enabling automated tests via pytest and pytest-watch:

python3 setup.py build_ext watch_tests

This setup will run all of the tests again each time a change is made in any part of the code, ensuring continuous integration and early catching of bugs.

  • using Cmake:
cmake -B build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aptoolbox-1.0.3.tar.gz (2.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

APToolBox-1.0.3-py3-none-any.whl (2.5 MB view details)

Uploaded Python 3

File details

Details for the file aptoolbox-1.0.3.tar.gz.

File metadata

  • Download URL: aptoolbox-1.0.3.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.12

File hashes

Hashes for aptoolbox-1.0.3.tar.gz
Algorithm Hash digest
SHA256 2a2cc3913eddb7e852117f0fa08ba3d324a0410de8e5c1ad5119afc77b1129ef
MD5 03f902bc3439a8e2660fd4b0785c5629
BLAKE2b-256 9b8c924f95c2d215d4d356740bd2aa5d8e1a292f74d840b69c09ad7c8bdad6f8

See more details on using hashes here.

File details

Details for the file APToolBox-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: APToolBox-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.12

File hashes

Hashes for APToolBox-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b40acf7df30bfab2430cc3194e32a512b9628f23f7839c92b9fe51cb1bddfd90
MD5 82501f5669babf89661ea92672bb328a
BLAKE2b-256 4caa81c8e14a838134044c4efd2d90d86c0ae0fd78db0dbbbdcbfc1ca1d3823d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page