============= Release Notes ============= Version 0.0.8 - 2025-03-06 ========================== A release to fixup the missing rename of the project in the docs. Pull-Requests: * PR `#170 `_: Cherry pick release notes 0.0.6 and 0.0.7 (`esc `_) * PR `#171 `_: Rename project in docs (`esc `_) * PR `#172 `_: Update pre-commit hook pycqa/flake8 to v7.1.2 (`renovate[bot] `_) Authors: * `esc `_ * `renovate[bot] `_ Version 0.0.7 - 2025-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: * `esc `_ Version 0.0.6 - 2025-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: * `esc `_ * `kc611 `_ * `renovate[bot] `_ 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: * `esc `_ 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: * `apmasell `_ * `kc611 `_ * `sklam `_ * `esc `_ 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