Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,87 @@
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 <https://github.com/numba/numba-scfg/pull/169>`_: Rename from `numba_rvsdg` to `numba_scfg` (`esc <https://github.com/esc>`_)

Authors:

* `esc <https://github.com/esc>`_

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 <https://github.com/numba/numba-scfg/issues/167>`_

Pull-Requests:

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

Authors:

* `esc <https://github.com/esc>`_
* `kc611 <https://github.com/kc611>`_
* `renovate[bot] <https://github.com/apps/renovate>`_

Version 0.0.5 - 2023-08-11
==========================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "numba_scfg"
version = "0.0.6-dev0"
version = "0.0.8-dev0"
authors = [
{name = "Numba Developers", email="none@none.none"},
]
Expand Down
Loading