.. _l-changes: Changes ======= .. plot:: import matplotlib.pyplot as plt x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52] y = [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1] xl = ['2022-w05', '2022-w06', '2022-w07', '2022-w08', '2022-w09', '2022-w10', '2022-w11', '2022-w12', '2022-w13', '2022-w14', '2022-w15', '2022-w16', '2022-w17', '2022-w18', '2022-w19', '2022-w20', '2022-w21', '2022-w22', '2022-w23', '2022-w24', '2022-w25', '2022-w26', '2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05'] plt.close('all') plt.style.use('ggplot') fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4)) ax.bar(x, y) tig = ax.get_xticks() labs = [] for t in tig: if t in x: labs.append(xl[x.index(t)]) else: labs.append("") ax.set_xticklabels(labs) ax.grid(True) ax.set_title("commits") plt.show() List of recent changes: .. list-table:: :widths: auto :header-rows: 1 * - # - change number - date - author - comment * - 95 - `8495e31 `_ - 2023-02-02 - xavier dupré - move files * - 94 - `6368a5d `_ - 2022-12-30 - xavier dupré - Update conf.py * - 93 - `af10c64 `_ - 2022-07-24 - xavier dupré - Update azure-pipelines.yml * - 92 - `9d939c6 `_ - 2022-07-24 - xavier dupré - Update azure-pipelines.yml * - 91 - `a787b8d `_ - 2022-07-24 - xavier dupré - Update azure-pipelines.yml * - 90 - `769def0 `_ - 2022-07-24 - xavier dupré - update CI * - 89 - `323eb08 `_ - 2022-07-23 - xavier dupré - update CI * - 88 - `140047b `_ - 2022-06-13 - xavier dupré - lint * - 87 - `e9f6525 `_ - 2022-03-06 - xavier dupré - Update setup.py * - 83 - `e9c6b6c `_ - 2021-08-19 - xavier dupré - Update config.yml * - 82 - `7c7ddfe `_ - 2021-08-19 - xavier dupré - Update azure-pipelines.yml * - 81 - `7b9609e `_ - 2021-06-04 - xavier dupré - Update azure-pipelines.yml * - 80 - `9a8345d `_ - 2021-05-27 - xavier dupré - update travis link * - 78 - `282dfd5 `_ - 2021-04-12 - xavier dupré - Update .local.jenkins.lin.yml * - 77 - `a9a92b2 `_ - 2021-04-12 - xavier dupré - Update requirements.txt * - 76 - `fbedbab `_ - 2021-04-12 - xavier dupré - Update setup.py * - 75 - `44cd3d2 `_ - 2021-04-12 - xavier dupré - refactor setup.py * - 73 - `62f8424 `_ - 2021-01-18 - xavier dupré - Update setup.py * - 72 - `22eade9 `_ - 2021-01-11 - xavier dupré - Update .local.jenkins.lin.yml * - 71 - `c357ddf `_ - 2021-01-09 - xavier dupré - update CI * - 70 - `b887741 `_ - 2021-01-09 - xavier dupré - Update azure-pipelines.yml * - 69 - `2903b79 `_ - 2021-01-09 - xavier dupré - Update azure-pipelines.yml * - 68 - `832e0f1 `_ - 2021-01-09 - xavier dupré - update history and CI * - 67 - `c8059f2 `_ - 2021-01-09 - xavier dupré - Update azure-pipelines.yml * - 66 - `7773e52 `_ - 2021-01-09 - xavier dupré - update setup * - 65 - `ab83cdc `_ - 2021-01-09 - xavier dupré - Update azure-pipelines.yml * - 64 - `30812fb `_ - 2021-01-09 - xavier dupré - update CI * - 63 - `401ceee `_ - 2021-01-08 - xavier dupré - remove src * - 62 - `004b925 `_ - 2021-01-08 - xavier dupré - lint * - 61 - `a13f8e3 `_ - 2021-01-08 - xavier dupré - Moves src/wrapclib to wrapclib * - 60 - `df644b8 `_ - 2021-01-08 - xavier dupré - Update azure-pipelines.yml * - 59 - `96fa7bf `_ - 2021-01-08 - xavier dupré - Update test_run_notebooks_re2.py * - 58 - `3d00f4b `_ - 2021-01-08 - xavier dupré - update CI * - 57 - `c0d1cb6 `_ - 2021-01-08 - xavier dupré - Set up CI with Azure Pipelines * - 56 - `4727c22 `_ - 2021-01-01 - xavier dupré - Update conf.py * - 55 - `8d8df2b `_ - 2021-01-01 - xavier dupré - Update .travis.yml * - 54 - `bd90a66 `_ - 2021-01-01 - xavier dupré - Update .travis.yml * - 53 - `e9b1f0c `_ - 2021-01-01 - xavier dupré - Update .travis.yml * - 52 - `de05489 `_ - 2021-01-01 - xavier dupré - update to python 3.9 * - 51 - `85ac469 `_ - 2020-11-30 - xavier dupré - Update appveyor.yml * - 50 - `b5f641f `_ - 2020-10-23 - xavier dupré - Update config.yml * - 49 - `99468df `_ - 2020-10-23 - xavier dupré - Update appveyor.yml * - 48 - `d91268b `_ - 2020-06-23 - xavier dupré - Update .local.jenkins.lin.yml * - 47 - `c47be29 `_ - 2020-06-22 - xavier dupré - Update requirements.txt * - 45 - `6c29a7b `_ - 2020-06-22 - xavier dupré - Update requirements.txt * - 44 - `85e8072 `_ - 2020-06-22 - xavier dupré - Update requirements.txt * - 43 - `6a6b87f `_ - 2020-06-22 - xavier dupré - change theme * - 42 - `6ea2d89 `_ - 2020-06-22 - xavier dupré - Update conf.py * - 41 - `0455ee8 `_ - 2020-06-22 - xavier dupré - change theme * - 40 - `ecb08a2 `_ - 2020-05-16 - xavier dupré - Create MANIFEST.in * - 39 - `c48a451 `_ - 2020-03-28 - xavier dupré - Update setup.py * - 38 - `a133a84 `_ - 2020-02-23 - xavier dupré - Update .local.jenkins.lin.yml * - 37 - `be5e3bb `_ - 2020-02-22 - xavier dupré - Update .gitattributes * - 36 - `4c534e0 `_ - 2020-02-07 - xavier dupré - updaye local yml * - 35 - `bb9fec6 `_ - 2020-02-05 - xavier dupré - add support for pytohn 3.8 * - 34 - `90a214a `_ - 2019-10-21 - xavier dupré - Update test_readme.py * - 33 - `090b431 `_ - 2019-10-21 - xavier dupré - Update requirements.txt * - 32 - `08b306d `_ - 2019-10-17 - xavier dupré - Update .local.jenkins.lin.yml * - 31 - `2051427 `_ - 2019-10-09 - xavier dupré - pep8 * - 30 - `e9f8ec0 `_ - 2019-09-07 - xavier dupré - add c headers to the setup * - 29 - `a53ae9a `_ - 2019-09-07 - xavier dupré - Update setup.py * - 28 - `9317ab0 `_ - 2019-09-07 - xavier dupré - Update setup.py * - 27 - `3ec5d27 `_ - 2019-08-26 - xavier dupré - Update README.rst * - 26 - `e8ceef8 `_ - 2019-08-23 - xavier dupré - Update README.rst * - 25 - `c1fe7b3 `_ - 2019-08-02 - xavier dupré - Update test_run_notebooks_re2.py * - 24 - `60fbc53 `_ - 2019-07-01 - xavier dupré - update style * - 23 - `1714a7d `_ - 2019-06-18 - xavier dupré - Update requirements.txt * - 22 - `3241445 `_ - 2019-06-16 - xavier dupré - better documentation * - 21 - `3b111dd `_ - 2019-06-10 - xavier dupré - extend coverage * - 20 - `56f6722 `_ - 2019-04-23 - xavier dupré - Update test_code_style.py * - 19 - `0306a21 `_ - 2019-04-22 - xavier dupré - udpate sphinx theme * - 16 - `c74877c `_ - 2019-03-23 - xavier dupré - Update requirements.txt * - 15 - `e261a60 `_ - 2019-03-23 - xavier dupré - refactoring of unit test * - 14 - `0d9adcf `_ - 2019-03-19 - xavier dupré - documentation, fix appeveyor * - 13 - `8d7d470 `_ - 2019-03-19 - xavier dupré - Update re2.rst * - 12 - `20030c9 `_ - 2019-03-17 - xavier dupré - update submodule on appveyor * - 10 - `d3a7f5a `_ - 2019-03-15 - xavier dupré - Update .local.jenkins.lin.yml * - 9 - `2099be7 `_ - 2019-03-15 - xavier dupré - Update config.yml * - 8 - `9a01165 `_ - 2019-03-15 - xavier dupré - style, update submodule * - 7 - `abb7a34 `_ - 2019-03-15 - xavier dupré - switch to relative import * - 6 - `e3c3f30 `_ - 2019-03-15 - xavier dupré - add id for codecov, appveyor * - 5 - `d85f691 `_ - 2019-03-15 - xavier dupré - finalize re2 wrapping * - 4 - `0a23e05 `_ - 2019-03-15 - xavier dupré - Finalize the compilation * - 3 - `3a8e67d `_ - 2019-03-15 - xavier dupré - init * - 2 - `a7867e6 `_ - 2019-03-15 - xavier dupré - common unit test * - 1 - `11b448b `_ - 2019-03-15 - xavier dupré - first commit