Next | Query returned 28 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-08-21 22:31:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-llvmlite: updated to 0.34.0

v0.34.0

This release upgrades to LLVM 10 (10.0.1) for all platforms except aarch64 which \ 
will remain at LLVM 9 (9.0.1).

Pull requests:

Use std::make_unique on LLVM 10
Revert “Fix CUDA with LLVM9”
LLVM 10
Fix flake in setup.py
add missing targets to wheels
Fix wheel building
fix release date in changelog
   2020-06-16 19:06:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-llvmlite: updated to 0.33.0

v0.33.0:

This release upgrades to LLVM 9 and drops support for older LLVM versions.

Pull requests:
* Fix CUDA with LLVM9
* Fix meta.yaml
* buildscripts: Unpin wheel
* add python_requires to setup.py
* Adds override for LLVM version check, re-formats docs.
* Add FAQ entry on LLVM version support.
* Trove classifiers may be out of date.
* llvmlite wheel building fixes
* Update the release date
* Upgrade to LLVM9
* Allow instructions to be removed from blocks
   2020-05-12 10:10:44 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-llvmlite: include prefs
   2020-05-12 10:08:08 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-llvmlite: updated to 0.32.1

v0.32.1:
Trove classifiers may be out of date.
Add FAQ entry on LLVM version support.
Adds override for LLVM version check, re-formats docs.
   2020-04-18 10:11:54 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
py-llvmlite: updated to 0.32.0

v0.32.0:
* llvmlite wheel building fixes
* ENH: Better error message
* update install docs
* binding: Allow empty features list
* travis: Cleanup
* azure-pipelines: Bump VM images.
* Add paragraph on installing from sdist and on non-traditional platforms.
* Remove python 2, python < 3.6, fix up, add flake8
* Miscalled method and missing parameter in the documentation
* Permit building on Visual Studio 2017
* Update error message in LLVM version check.
* update to final release date for 0.31.0
   2020-01-14 17:22:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-llvmlite: updated to 0.31.0

This release switches memset/memcpy to use the 4 argument style as per LLVM 7+
and updates some documentation.

Commits:
* Revert "Revert "LLVM 7 changed memset intrinsic signature, adjust \ 
it""
* Begin development of 0.31.0
* Add cttz and ctlz to irbuilder docs.
* Update deprecation docs with full deprecation of 5 arg memset/memcpy
* Update docs to not report LLVM 3.8 as latest!
   2019-12-19 23:12:43 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Build shared module as PIC. Bump revision.
   2019-10-19 16:10:00 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-llvmlite: updated to 0.30.0

v0.30.0:
This release adds support for half-precision float and schedules the
deprecation of memset/memcpy accepting 5 arguments (cf. LLVM change).
* Fix use of -fPIC flag in wheels
* Remove restriction on sphinx version from Anaconda distro
* fix for block labels which contain "interesting" characters
* Deprecate the use of memset/memcpy with alias
* Add fp16 Intrinsics
* Add Half-Precision Type
* Add -fPIC flag for manylinux1 wheel building
* Fix incorrect hierarchy in the documentation for ir.Constant.
* Update docs
* Fix leak on string returning APIs.
   2019-06-02 11:02:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-llvmlite: updated to 0.29.0

v0.29.0:
This release upgrades to LLVM 8.0 for all supported platforms except PPC64LE.
Due to numerous problems with LLVM 8.0 running on PPC64LE,
we have decided to use LLVM 7.1, which is more stable on PPC64LE.
In addition, non-host LLVM targets, AMDGPU, NVPTX, and WebAssembly, are enabled
and they are available in our `llvmlite` builds.
* Revert "LLVM 7 changed memset intrinsic signature, adjust it"
* Depend on enum34 using PEP 508 environment markers
* Upgrade to llvm8
* Support loading from current directory and egg files
* Add missing fastmath flags from LLVM 7
* LLVM 7 changed memset intrinsic signature, adjust it
   2019-03-14 14:02:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-llvmlite: updated to 0.28.0

v0.28.0
This release adds a number of community contributed features, including support \ 
for vector types, as well as atomic loads and stores.
* Adding Vector Type
* Add symbols from static object files
* Add support for atomic loads/stores
* Normalize replace_* behaviour and add docs
* Fix pickling of IR functions and add tests
* Setup manylinux1 buildscripts and CI
* Document need for -p1 argument to patch command
* Fix “SyntaxWarning: invalid escape sequence d”
* Consolidate the two vector type PRs
* Some adjustments to pr426
* Truncate long label names when adding label suffix.
* Add changelog info about v0.27.1

v0.27.1
Bugfix release for invalid wheel hash for OSX packages. No change to source code.

Next | Query returned 28 messages, browsing 11 to 20 | Previous