Skip to content

Releases: Python-for-HPC/PyOMP

v0.5.0

06 Feb 02:43
6d955c9

Choose a tag to compare

What's Changed

PyOMP v0.5.x now supports the most recent Numba versions 0.62.x and 0.63.x 🎉

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Jan 20:41
d8780ff

Choose a tag to compare

What's Changed

PyOMP v0.4.x now supports Numba 0.61.x 🎉

Full Changelog: v0.3.2...v0.4.0

v0.3.2

16 Oct 17:08
77acdbd

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Sep 20:03
05827a9

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Sep 04:59
934ba5a

Choose a tag to compare

What's Changed

  • Refactor project for PyPI distribution and wheel packaging by @ggeorgakoudis in #21

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Apr 15:35
dd2825b

Choose a tag to compare

This release makes PyOMP a standalone package that uses numba and llvmlite as dependencies.

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

03 Feb 18:52
50ba150

Choose a tag to compare

Versions

llvmlite

Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659

numba

Unchanged
Python-for-HPC/numbaWithOpenmp@f7a481e

What's Changed

  • Release 0.1.4 by @ggeorgakoudis in #17

  • Fix deployment bug (disable anaconda telemetry pkg)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

04 Dec 19:21
1a17b86

Choose a tag to compare

Versions

llvmlite

Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659

numba

Python-for-HPC/numbaWithOpenmp@f7a481e

  • Support non-constant step in parallel for range

Full Changelog: Python-for-HPC/numbaWithOpenmp@296fb85...f7a481e

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

12 Nov 19:06
e076b22

Choose a tag to compare

Versions

llvmlite

Unchanged
Python-for-HPC/llvmliteWithOpenmp@ce7b659

numba

Python-for-HPC/numbaWithOpenmp@296fb85

  • Support slicing for target mappings
  • Support code caching for CPU, GPU regions

Full Changelog: Python-for-HPC/numbaWithOpenmp@e86d157...296fb85

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Oct 18:16
9348edf

Choose a tag to compare

Versions

llvmlite

Python-for-HPC/llvmliteWithOpenmp@ce7b659

  • Fix target testing for device(1) (CPU backend plugin)
  • Support combined construct teams distribute parallel for
  • Fix reductions for floating-point, support mul reduction

Full Changelog: Python-for-HPC/llvmliteWithOpenmp@d3a96e5...ce7b659

numba

Python-for-HPC/numbaWithOpenmp@e86d157

  • Fix target testing for device(1)
  • Support loop directive and variants
  • Support mul reduction and add more testing
  • Fix collapse clause

Full Changelog: Python-for-HPC/numbaWithOpenmp@2dca098...e86d157

What's Changed

Full Changelog: v0.1.0...v0.1.1