Skip to content

Latest commit

 

History

History
134 lines (103 loc) · 9.74 KB

File metadata and controls

134 lines (103 loc) · 9.74 KB

Release Notes

Version 0.0.7 - 2024-02-07

The first release of the project under the new name numba-scfg.

Pull-Requests:

  • PR #169: Rename from numba_rvsdg to numba_scfg (esc)

Authors:

Version 0.0.6 - 2024-02-07

Final release of the project as numba-rvsdg. The project is being renamed to numba-scfg.

See also: Rename numba-rvsdg to numba-scfg

Pull-Requests:

  • PR #106: update release_notes for 0.0.4 and 0.0.5 (esc)
  • PR #108: set version to 0.0.6-dev0 (esc)
  • PR #109: Simulator test fixes for Python 3.12 version upgrade (kc611)
  • PR #110: Fixed missing sphinx_rtd_requirements (esc)
  • PR #111: update REAMDE and add makefile (esc)
  • PR #112: enable scfg.restructure() (esc)
  • PR #113: Fixup pre commit (esc)
  • PR #114: implementation of an AST -> SCFG transformer (esc)
  • PR #115: CI Updates (esc)
  • PR #116: virtualenv 20.26.1 now available on defaults via anaconda.org (esc)
  • PR #117: cleanup README (esc)
  • PR #118: test rendering and fix non-determinism (esc)
  • PR #119: Cleanup gitignore and add makefile target to clean (esc)
  • PR #120: update README (esc)
  • PR #121: Configure Renovate (renovate[bot] esc)
  • PR #122: Update GitHub Artifact Actions to v4 (major) (renovate[bot])
  • PR #123: Update actions/checkout action to v4 (renovate[bot])
  • PR #125: Update actions/setup-python action to v5 (renovate[bot])
  • PR #126: Update conda-incubator/setup-miniconda action to v3 (renovate[bot])
  • PR #127: implement and test SCFG->AST conversion (esc)
  • PR #128: Fixup ast_transform docs (esc)
  • PR #130: remove print left over from debugging (esc)
  • PR #131: Update pre-commit hook asottile/pyupgrade to v3.16.0 (renovate[bot])
  • PR #133: Update pre-commit hook pycqa/flake8 to v7.1.0 (renovate[bot])
  • PR #134: Update pre-commit hook pre-commit/mirrors-mypy to v1.10.1 (renovate[bot])
  • PR #135: Update pre-commit hook pre-commit/mirrors-mypy to v1.11.0 (renovate[bot] esc)
  • PR #136: Fixup typing (esc)
  • PR #137: Update pre-commit hook asottile/pyupgrade to v3.17.0 (renovate[bot])
  • PR #138: Update pre-commit hook pre-commit/mirrors-mypy to v1.11.1 (renovate[bot])
  • PR #140: fix updating jump_targets in simple example (esc)
  • PR #142: Update pre-commit hook psf/black to v24.8.0 (renovate[bot])
  • PR #143: Update pre-commit hook pycqa/flake8 to v7.1.1 (renovate[bot])
  • PR #144: Enhance rendering SCFGs (esc)
  • PR #145: improve name of transformed function (esc)
  • PR #146: Update pre-commit hook pre-commit/mirrors-mypy to v1.11.2 (renovate[bot])
  • PR #152: Update dependency ubuntu to v24 (renovate[bot])
  • PR #153: Use colors that are accessible for color blind (esc)
  • PR #154: version __loop_cont__ variable (esc)
  • PR #155: remove outdated doc (esc)
  • PR #156: Update pre-commit hook pre-commit/pre-commit-hooks to v5 (renovate[bot])
  • PR #157: Update pre-commit hook psf/black to v24.10.0 (renovate[bot])
  • PR #158: Update pre-commit hook asottile/pyupgrade to v3.18.0 (renovate[bot])
  • PR #159: Update pre-commit hook pre-commit/mirrors-mypy to v1.12.1 (renovate[bot])
  • PR #160: Update pre-commit hook asottile/pyupgrade to v3.19.0 (renovate[bot])
  • PR #161: Update pre-commit hook pre-commit/mirrors-mypy to v1.14.0 (renovate[bot])
  • PR #162: Update pre-commit hook asottile/pyupgrade to v3.19.1 (renovate[bot])
  • PR #163: Update pre-commit hook pre-commit/mirrors-mypy to v1.14.1 (renovate[bot])
  • PR #164: use default shell (esc)
  • PR #165: implement handling and/or expressions (esc)
  • PR #166: Update pre-commit hook psf/black to v25 (renovate[bot] esc)
  • PR #168: Update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (renovate[bot])

Authors:

Version 0.0.5 - 2023-08-11

This is a maintenance release to fix the name of the conda package such that it matches the name of the PyPi project: numba-rvsdg.

Pull-Requests:

  • PR #103: numba_rvsdg -> numba-rvsdg (esc)
  • PR #104: fix regex when detecting tags (esc)

Authors:

Version 0.0.4 - 2023-08-11

This is a minimal maintenance update to support inclusion of numba-rvsdg as an optional dependency in Numba 0.58.

Pull-Requests:

  • PR #89: Create a GitHub Action to build wheels (esc apmasell)
  • PR #91: Add conda-recipe (sklam)
  • PR #92: Patching debug logging calls and debug print statements (kc611)
  • PR #97: updates to the conda-recipe using grayskull (esc)

Authors:

Version 0.0.3 - 2023-08-11

  • RELEASE FAILED

Version 0.0.2 - 2023-06-22

  • Developer preview release

Version 0.0.1 - 2023-03-27

  • Initial placeholder release