.. _l-HISTORY: ======= History ======= current - 2022-11-16 - 0.00Mb ============================= * :issue:`39`: Drops python 3.7, add python 3.11 (2022-11-16) * :issue:`38`: Uses f strings (2022-07-20) * :issue:`37`: Investigates use of PYBIND11_MAKE_OPAQUE (2022-04-07) 0.3.412 - 2022-01-12 - 9.74Mb ============================= * :issue:`36`: Restores the use of strings in measure_time (2022-01-12) * :issue:`35`: Investigates pybind11 overhead (2022-01-10) 0.3.404 - 2022-01-07 - 0.16Mb ============================= * :issue:`34`: Switches CI to python 3.10 (2022-01-06) 0.3.398 - 2021-12-15 - 0.65Mb ============================= * :issue:`33`: Adds parameter max_time to measure_time to measure a statement for a fixed duration (2021-12-15) * :issue:`32`: Adds function axpy (2021-12-02) * :issue:`30`: Adds function dummy_capsule, get_memory_content (2021-11-02) * :issue:`29`: Refactoring of C code (2021-10-25) * :issue:`28`: Experiments with custom container holding a pointer on a buffer. (2021-10-24) * :issue:`27`: Enable build for python 3.10 (2021-10-20) * :issue:`26`: Try C++ implementation of profiler hook (2021-10-20) * :issue:`25`: Implements a custom profiler (2021-10-18) * :issue:`24`: Update azure-pipelines.yml to build on python 3.9 (2021-08-18) 0.3.369 - 2021-08-15 - 0.85Mb ============================= * :issue:`23`: Implements edit_distance with pybind11 (2021-08-15) 0.3.353 - 2021-01-09 - 5.94Mb ============================= * :issue:`22`: Update ci to build manylinux wheels (2021-01-09) 0.3.341 - 2021-01-03 - 0.44Mb ============================= * :issue:`21`: Fixes setup.py when dependencies are not installed. (2021-01-01) * :issue:`20`: Fixes build on ubuntu 16.04 (2020-09-02) * :issue:`19`: PandasDtype fails with numpy 1.19 (2020-08-07) * :issue:`18`: Returns the results as well when capturing the standard output (2020-05-16) * :issue:`17`: Add a simple C++ implementation for gemm. (2020-01-17) * :issue:`15`: enable openmp on mac (2020-01-17) * :issue:`16`: Add an example of an agnostic container (no data in python containers) (2019-08-29) * :issue:`14`: link with openmp, implement dot product with it (2019-07-21) * :issue:`13`: remove folder src (2019-05-23) * :issue:`7`: add an example with cython (2019-04-04) * :issue:`12`: implements a benchmark to measure a sum of floats with float and double accumulator (2019-03-20) * :issue:`11`: add parameter div_by_number to measure_time (2019-02-26) * :issue:`10`: fix binary location in the setup (2019-02-16) * :issue:`5`: implement a new pandas column type based on a C++ array type (2019-02-02) * :issue:`9`: add benchmark for branching (2019-01-17) * :issue:`1`: [REMOVED] prepare an example with C# (2018-08-05) * :issue:`6`: implements an ExtensionArray from pandas with a C++ type (2018-08-03) * :issue:`4`: implements a series with WeightedDouble (2018-08-03) * :issue:`3`: add an example based on pybind11 (2018-08-02) * :issue:`2`: add history (2018-04-01)