- 25 Jan, 2023 4 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
gitlab.merchise.org doesn't host the pages.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
- 24 Jan, 2023 3 commits
-
-
Manuel Vazquez Acosta authored
Pyo3 0.18.0 See merge request !62
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
- 16 Oct, 2022 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 24 Jul, 2022 3 commits
-
-
Manuel Vázquez Acosta authored
Update dependencies. See merge request merchise-autrement/travertine!4
-
Manuel Vazquez Acosta authored
Crate: stdweb Version: 0.4.20 Warning: unmaintained Title: stdweb is unmaintained Date: 2020-05-04 ID: RUSTSEC-2020-0056 URL: https://rustsec.org/advisories/RUSTSEC-2020-0056 Dependency tree: stdweb 0.4.20 └── time 0.2.27 ├── travertine-runtime 0.2.0 │ ├── travertine-py3ext 0.2.0 │ │ └── travertine 0.2.0 │ └── travertine 0.2.0 └── travertine-py3ext 0.2.0 Crate: regex Version: 1.5.4 Title: Regexes with large repetitions on empty sub-expressions take a very long time to parse Date: 2022-03-08 ID: RUSTSEC-2022-0013 URL: https://rustsec.org/advisories/RUSTSEC-2022-0013 Solution: Upgrade to >=1.5.5 Dependency tree: regex 1.5.4 ├── travertine-runtime 0.2.0 │ ├── travertine-py3ext 0.2.0 │ │ └── travertine 0.2.0 │ └── travertine 0.2.0 ├── travertine-py3ext 0.2.0 ├── lalrpop-util 0.19.6 │ ├── travertine-runtime 0.2.0 │ └── lalrpop 0.19.6 │ └── travertine-runtime 0.2.0 └── lalrpop 0.19.6
-
Manuel Vazquez Acosta authored
-
- 23 Jul, 2022 2 commits
-
-
Manuel Vazquez Acosta authored
Allow the matrix procedure to set variables and defaults. See merge request !61
-
Manuel Vazquez Acosta authored
-
- 22 Jul, 2022 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 18 Jul, 2022 18 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Use 'furo' as the base doc theme. See merge request !59
-
Manuel Vazquez Acosta authored
This is already Merchise's theme for other small projects.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Pin versions in CI variables to have them in (almost) a single place. See merge request !58
-
Manuel Vazquez Acosta authored
That would make '-m' be passed twice to coverage run.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Now RoundProcedure uses the same implementation of 'float_round' that the tables while using the Rust runtime. Apparently, the Python version of float_round has some issues while rounding UP: values which are closer to 0, might get rounded up to '0.01'; e.g '5.0e-29'.
-
Manuel Vazquez Acosta authored
This avoids that the shape of the blob changes during the correction of the bug.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
This allow the CI to run the tests if needed so that we can plan the fix without stalling the CI pipeline.
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
- 17 Jul, 2022 2 commits
-
-
Manuel Vazquez Acosta authored
Allow unquoted variables in formulas. See merge request !57
-
Manuel Vazquez Acosta authored
As long as the variable starts with a letter, and the uses only letters numbers or '_'; the user will be able to write it without quotes.
-
- 27 Apr, 2022 1 commit
-
-
Manuel Vazquez Acosta authored
-
- 11 Apr, 2022 5 commits
-
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
-
Manuel Vázquez Acosta authored
Update PyO3, black, mypy and isort. See merge request merchise-autrement/travertine!3
-
Manuel Vazquez Acosta authored
-
Manuel Vazquez Acosta authored
Also use -W while running doctests to ensure things kind of typos don't leak again.
-