Skip to content

Commit c360304

Browse files
author
TinySemVer
committed
Release: v7.4.1 [skip ci]
### Patch - Make: Set `repository.url` for NPM (385480d) - Make: Pull MSVC ARM64 Cross-Compiler (e20c93e) - Fix: Swap `f16x8` for `u16x8` in `cast_neon` (154ec5d)
1 parent 385480d commit c360304

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "NumKong: 2000 Mixed Precision Kernels For All"
33
message: "If you use this software, please cite it as below."
44
type: software
55
license: Apache-2.0
6-
version: 7.4.0
6+
version: 7.4.1
77
repository-code: https://github.com/ashvardanian/NumKong
88
url: https://ashvardanian.com/posts/numkong/
99
abstract: >-

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ endif ()
6262
#
6363
project(
6464
numkong
65-
VERSION 7.4.0
65+
VERSION 7.4.1
6666
LANGUAGES C CXX
6767
DESCRIPTION "Portable mixed-precision BLAS-like vector math library for x86 and ARM"
6868
HOMEPAGE_URL "https://github.com/ashvardanian/NumKong"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "numkong"
1919
readme = "rust/README.md"
2020
repository = "https://github.com/ashvardanian/NumKong"
2121
rust-version = "1.64" # Introduced Core C FFI in stable Rust
22-
version = "7.4.0"
22+
version = "7.4.1"
2323

2424
[lib]
2525
name = "numkong"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
7.4.1

include/numkong/capabilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
#define NK_VERSION_MAJOR 7
9898
#define NK_VERSION_MINOR 4
99-
#define NK_VERSION_PATCH 0
99+
#define NK_VERSION_PATCH 1
100100

101101
/**
102102
* @brief Removes compile-time dispatching, and replaces it with runtime dispatching.

javascript/@numkong-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numkong/darwin-arm64",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "macOS arm64 native binary for NumKong",
55
"repository": {
66
"type": "git",

javascript/@numkong-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numkong/darwin-x64",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "macOS x64 native binary for NumKong",
55
"repository": {
66
"type": "git",

javascript/@numkong-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numkong/linux-arm64",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Linux arm64 native binary for NumKong",
55
"repository": {
66
"type": "git",

javascript/@numkong-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numkong/linux-x64",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Linux x64 native binary for NumKong",
55
"repository": {
66
"type": "git",

javascript/@numkong-win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@numkong/win32-arm64",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Windows arm64 native binary for NumKong",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)