This is a record of all past pytask-latex releases and what went into them in reverse chronological order. Releases follow semantic versioning and all releases are available on Anaconda.org.
- {pull}
75
adds rye.
- {pull}
65
simplifies dependency management. - {pull}
66
removes usingMetaNode
. - {pull}
72
updates the syntax of tests.
- {pull}
63
improves the collection of dependencies.
- {pull}
60
updates the package to use pytask v0.4.0.
- {pull}
49
removes support for INI configurations. - {pull}
50
removes the deprecation message and related code to the old API. - {pull}
51
adds mypy, ruff, and refurb.
- {pull}
40
fixes the error message which advises the user to transition to the new interface.
- {pull}
33
aligns pytask-latex with the pytask v0.2. - {pull}
34
deprecates the old api.
- {pull}
32
implements a new interface to the compilation process which consists of composable compilation steps. (Many thanks toaxtimhaus
{.interpreted-text role="user"}!:tada:) - {pull}
36
fixes some issues. - {pull}
37
updates the release notes.
- {pull}
30
skips concurrent CI builds. - {pull}
31
deprecates Python 3.6 and add support for Python 3.10.
- {pull}
23
updates theREADME.rst
. - {pull}
24
replaces versioneer with setuptools-scm. - {pull}
26
aligns pytask-latex with pytask v0.1.0.
- {pull}
19
fixes some post-release issues. - {pull}
21
adds dependencies tosetup.py
and install viaconda-forge
.
- {pull}
18
prepares pytask-latex to be published on PyPI, adds versioneer and more.
- {pull}
16
fixes the scanner by keeping only scanned dependencies which exist. Convert args to strings.
- {pull}
12
integrates the latex-dependency-scanner to automatically detect dependencies of a LaTeX document and releases v0.0.9. - {pull}
13
fixes the CI.
- {pull}
11
makes pytask-latex work with pytask v0.0.9.
- {pull}
10
fixes error thatoutputdirectory
has to be relative to latex document due to security problems.
- {pull}
9
fixes the last release and thepytask_collect_task_teardown
call.
- {pull}
5
fixes some errors in the test suite due to pytask v0.0.6. - {pull}
6
check that exit codes are equal to zero. - {pull}
7
fixes the README. - {pull}
8
works with pytask v0.0.7 and releases v0.0.5.
- {pull}
4
changes the default options. latexmk will step into the source directory before compiling the document. Releases 0.0.4.
- {pull}
3
prepares pytask-latex for pytask v0.0.5 and releases v0.0.3.
- {pull}
1
allowed LaTeX tasks to have more than one dependency and allows to parametrize over latex options and latex documents. It also prepares release v0.0.2. - {pull}
2
fixes the release.
- Releases v0.0.1.