Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 2.38 KB

CHANGES.md

File metadata and controls

86 lines (53 loc) · 2.38 KB

Changes

This is a record of all past pytask-r releases and what went into them in reverse chronological order. Releases follow semantic versioning and all releases are available on PyPI and Anaconda.org.

0.4.2 - 2024-xx-xx

  • {pull}50 uses pixi to install R and uses uuid4 to generate more robust file names for serialized arguments.
  • {pull}51 reenables testing with different Python versions.
  • {pull}54 updates tests for pytask v0.5.
  • {pull}56 re-add type checking.

0.4.1 - 2024-04-20

  • {pull}46 modernizes the package.
  • {pull}47 fixes couple of issues raised in {issue}45.
  • {pull}48 implements trusted publishing.

0.4.0 - 2023-10-08

  • {pull}42 makes the package compatible with pytask v0.4.0.

0.3.0 - 2023-xx-xx

  • {pull}33 deprecates INI configurations and aligns the plugin with pytask v0.3.
  • {pull}34 adds mypy, ruff and refurb.
  • {pull}35 publishes types.

0.2.0 - 2022-04-16

  • {pull}24 removes an unnecessary hook implementation.
  • {pull}26 implements the new interface for v0.2.

0.1.1 - 2022-02-08

  • {pull}22 skips concurrent CI builds.
  • {pull}23 deprecate Python 3.6 and add support for Python 3.10.

0.1.0 - 2021-07-22

  • {pull}15 fixes the tests related to changes in pytask.
  • {pull}16 replaces versioneer with setuptools-scm.
  • {pull}18 aligns pytask-r with pytask v0.1.0.

0.0.9 - 2021-03-05

  • {pull}13 fixes the version number in the release.

0.0.8 - 2021-03-03

  • {pull}10 fixes some post-release issues.
  • {pull}12 add dependencies to setup.py.

0.0.7 - 2021-02-25

  • {pull} 9 publishes pytask-r on PyPI, adds versioneer, and more.

0.0.6 - 2021-01-16

  • {pull} 7 converts command line arguments automatically to string and removes the --vanilla option as the default.

0.0.5 - 2020-10-30

  • {pull} 5 makes pytask-r work with pytask v0.0.9.

0.0.4 - 2020-10-14

  • {pull} 4 fixes pytask_collect_task_teardown with non-R tasks and releases 0.0.4.

0.0.3 - 2020-10-04

  • {pull} 2 fixes marker description and adds some changes to the readme.
  • {pull} 3 check for exit code equal to 0, preparation for pytask v0.0.7, and releases v0.0.3.

0.0.2 - 2020-08-14

  • {pull} 1 includes some minor changes like fixing the missing version variable.

0.0.1 - 2020-07-22

  • Release v0.0.1.