[go: nahoru, domu]

Skip to content

Tags: showyourwork/showyourwork

Tags

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable preprocessing of arXiv submission contents (#364)

* Enable preprocessing arXiv submission contents

* Document `preprocess_arxiv`

* Use copytree instead of copy

* Fix Path conversion

* Only copy upon preprocess

* Reduce preprocess option to a single param

* Rearrange cookiecutter comment

v0.4.3rc3

Toggle v0.4.3rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable preprocessing of arXiv submission contents (#364)

* Enable preprocessing arXiv submission contents

* Document `preprocess_arxiv`

* Use copytree instead of copy

* Fix Path conversion

* Only copy upon preprocess

* Reduce preprocess option to a single param

* Rearrange cookiecutter comment

v0.4.3rc2

Toggle v0.4.3rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove conditional that removes hometemp (#363)

v0.4.3rc1

Toggle v0.4.3rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable custom root directory of build commands (#348)

* Add project flag to CLI

* Refactor `--project` to use contextmanager

* Refactor click options to avoid repetition

* Refactor click options to be set by common dicts

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed build warnings (#275) (#276)

* Using find_namespace_packages in setup to silence build warnings

* updating MANIFEST

v0.4.2rc2

Toggle v0.4.2rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed build warnings (#275) (#276)

* Using find_namespace_packages in setup to silence build warnings

* updating MANIFEST

v0.4.2rc1

Toggle v0.4.2rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Protected the \nolinenumbers command (#251) (#274)

* Protected the \nolinenumbers command

The \nolinenumbers command is defined by the lineno package that isn't required, added the conditional check for the \numlines flag defined when lineno is imported

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Christopher Lee <eelsirhc@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update HISTORY.rst

v0.4.0

Toggle v0.4.0's commit message
update docs [skip ci]

v0.3.1.post1

Toggle v0.3.1.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin tabulate to fix snakemake AttributeError