|
| 1 | +# Changes |
| 2 | + |
| 3 | +This is a record of all past pytask-latex releases and what went into them in reverse |
| 4 | +chronological order. Releases follow [semantic versioning](https://semver.org/) and all |
| 5 | +releases are available on [Anaconda.org](https://anaconda.org/conda-forge/pytask-latex). |
| 6 | + |
| 7 | +## 0.2.0 - 2022-04-16 |
| 8 | + |
| 9 | +- {pull}`33` aligns pytask-latex with the pytask v0.2. |
| 10 | +- {pull}`34` deprecates the old api. |
| 11 | + |
| 12 | +## 0.1.2 - 2022-03-26 |
| 13 | + |
| 14 | +- {pull}`32` implements a new interface to the compilation process which consists of |
| 15 | + composable compilation steps. (Many thanks to `axtimhaus`{.interpreted-text |
| 16 | + role="user"}!:tada:) |
| 17 | +- {pull}`36` fixes some issues. |
| 18 | +- {pull}`37` updates the release notes. |
| 19 | + |
| 20 | +## 0.1.1 - 2022-02-08 |
| 21 | + |
| 22 | +- {pull}`30` skips concurrent CI builds. |
| 23 | +- {pull}`31` deprecates Python 3.6 and add support for Python 3.10. |
| 24 | + |
| 25 | +## 0.1.0 - 2021-07-21 |
| 26 | + |
| 27 | +- {pull}`23` updates the `README.rst`. |
| 28 | +- {pull}`24` replaces versioneer with setuptools-scm. |
| 29 | +- {pull}`26` aligns pytask-latex with pytask v0.1.0. |
| 30 | + |
| 31 | +## 0.0.12 - 2021-03-05 |
| 32 | + |
| 33 | +- {pull}`19` fixes some post-release issues. |
| 34 | +- {pull}`21` adds dependencies to `setup.py` and install via `conda-forge`. |
| 35 | + |
| 36 | +## 0.0.11 - 2021-02-25 |
| 37 | + |
| 38 | +- {pull}`18` prepares pytask-latex to be published on PyPI, adds versioneer and more. |
| 39 | + |
| 40 | +## 0.0.10 - 2021-01-16 |
| 41 | + |
| 42 | +- {pull}`16` fixes the scanner by keeping only scanned dependencies which exist. Convert |
| 43 | + args to strings. |
| 44 | + |
| 45 | +## 0.0.9 - 2020-12-28 |
| 46 | + |
| 47 | +- {pull}`12` integrates the latex-dependency-scanner to automatically detect |
| 48 | + dependencies of a LaTeX document and releases v0.0.9. |
| 49 | +- {pull}`13` fixes the CI. |
| 50 | + |
| 51 | +## 0.0.8 - 2020-10-29 |
| 52 | + |
| 53 | +- {pull}`11` makes pytask-latex work with pytask v0.0.9. |
| 54 | + |
| 55 | +## 0.0.7 - 2020-10-14 |
| 56 | + |
| 57 | +- {pull}`10` fixes error that `outputdirectory` has to be relative to latex document due |
| 58 | + to security problems. |
| 59 | + |
| 60 | +## 0.0.6 - 2020-10-14 |
| 61 | + |
| 62 | +- {pull}`9` fixes the last release and the `pytask_collect_task_teardown` call. |
| 63 | + |
| 64 | +## 0.0.5 - 2020-10-04 |
| 65 | + |
| 66 | +- {pull}`5` fixes some errors in the test suite due to pytask v0.0.6. |
| 67 | +- {pull}`6` check that exit codes are equal to zero. |
| 68 | +- {pull}`7` fixes the README. |
| 69 | +- {pull}`8` works with pytask v0.0.7 and releases v0.0.5. |
| 70 | + |
| 71 | +## 0.0.4 - 2020-08-21 |
| 72 | + |
| 73 | +- {pull}`4` changes the default options. latexmk will step into the source directory |
| 74 | + before compiling the document. Releases 0.0.4. |
| 75 | + |
| 76 | +## 0.0.3 - 2020-08-12 |
| 77 | + |
| 78 | +- {pull}`3` prepares pytask-latex for pytask v0.0.5 and releases v0.0.3. |
| 79 | + |
| 80 | +## 0.0.2 - 2020-07-22 |
| 81 | + |
| 82 | +- {pull}`1` allowed LaTeX tasks to have more than one dependency and allows to |
| 83 | + parametrize over latex options and latex documents. It also prepares release v0.0.2. |
| 84 | +- {pull}`2` fixes the release. |
| 85 | + |
| 86 | +## 0.0.1 - 2020-07-20 |
| 87 | + |
| 88 | +- Releases v0.0.1. |
0 commit comments