Skip to content

Tags: faasm/python

Tags

v0.4.0

Toggle v0.4.0's commit message
cpython: use llvm native version for native compilation

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump faasmctl (#31)

gh: bump faasmctl and patch version

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use semantic versioning (#30)

* git: use semver

* gh: bump minor version

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use `faasmctl` to interact with a Faasm cluster (#29)

* use faasmctl

* gh: bump code version

* fix build

* cpp: bump to latest version

* faasmctl: bump version and use task to upload

* cpp: bump after merge

* gh: bump cpp and faasmctl

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate from DockerHub to ACR (#27)

* gh: bump code version to make sure we pull from the right container registry

* docker: tag images w/ new container registry

* gha: use credentials for acr

* cpp: bump after merge

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump CPP (remove LLVM submodule) (#25)

* gh: bump code version

* cpp: bump submodule and remove llvm-project dep

* gha: use access token instead

* cpp: bump after merge

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Latest `wasi-libc` (#24)

* cpp: bump version to use latest wasi-libc

* cpp: bump submodule and link to all wasi-libc libraries

* cpp: bump submodule

* cpp: bump submodule

* cpp: bump submodule to not use wasi's emulated mman

* third-party: bump deps

* cpp: bump wasi-libc again

* cpp: bump submodule after merge

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to `ubuntu:22.04` (#23)

* gh: bump code version

* docker: bump cpp-sysroot version

* gha: use ubuntu-latest around

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix docker build (#22)

* dulwhich not building

* gh: bump version

* gha: bump versions in release workflow file

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LLVM 13 (#21)

* gh: bump code version

* tasks: homogeneise docker and git tasks

* python: pin requirements.txt version

* format: add task to format code and remove ad-hoc scripts

* bump cpp version

* gh: bump code for llvm release

* docker: fixes to dockerfile

* docker: fix

* docker: build working without cross-compiled python libraries

* crossenv: fixes

* crossenv: more fixes

* docker: failing again

* move numpy to experimental support

* minor fixes

* gh: add flake8 to requirements.txt

* crossenv: some fixes

* gha: fix formatting

* gha: more fixes

* cpp: bump submodule

* tasks: re-factor cpython tasks

* docs: update readme

* gha: apply refactor

* cpp: bump submodule to include simd

* cpp: bump submodule again

* reqs: bump invoke version

* docker: correct typos

* docs: update readme

* cpp: bump submodule

* re-factor libs and runtime to modules

* comment out numpy

* cpython: python hello function working by building ctypes as a static library

* cpp: bump submodule to include latest libffi imports

* format

* docs: update readme

* cpython: mark string as regex so that flake8 is happy

* actually install the cross-compiled modules

* cpython: fix hashing problem in faasm tests by building the hashing modules statically

* docs: update readme

* cpp: bump submodule after merge