Skip to content

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemel committed Feb 25, 2024
1 parent 98c7c2f commit ab2ab82
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .lastrelease
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.1.1
v3.1.2
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.")

set(VERSION_INFO_MAJOR_VERSION 3)
set(VERSION_INFO_MINOR_VERSION 1)
set(VERSION_INFO_MAINT_VERSION 1)
set(VERSION_INFO_MAINT_VERSION 2)
include(VolkVersion) #setup version info

math(EXPR VOLK_VERSION_DECIMAL "${VERSION_INFO_MAJOR_VERSION} * 10000
Expand Down
44 changes: 44 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,3 +838,47 @@ Philip Balister <[email protected]>
- fprintf: Remove fprintf statements from `volk_malloc`
- release: Prepare release with updated files
- Get the sse2neon.h file to a git submodule to avoid random copies.


## [3.1.2] - 2024-02-25

Hi everyone!

This is the VOLK v3.1.2 release! We want to thank all contributors.
This release wouldn't have been possible without them.

The last maintenance release revealed issues in areas that are difficult to test.
While the changes to the library should be minimal, usability should be improved.
Most notably, we build and deploy [the VOLK documentation](https://www.libvolk.org/docs)
automatically now.

### Contributors

- Andrej Rode <[email protected]>
- Clayton Smith <[email protected]>
- Johannes Demel <[email protected]>, <[email protected]>
- Marcus Müller <[email protected]>
- Rick Farina (Zero_Chaos) <[email protected]>

### Changes

- Documentation improvements, and automatically generate and publish
- docs: Add VOLK doc build to CI
- docs: Add upload to GitHub actions
- cpu_features: Update hints in README
- Remove sse2neon with a native NEON implementation
- Replace sse2neon with native NEON
- Remove loop unrolling
- Simplify Spiral-generated code
- Improve CI pipeline with new runner
- flyci: Test CI service with M2 instance
- actions: Update GH Actions checkout
- Auto-format CMake files
- cmake: Add .cmake-format.py
- cmake: Apply .cmake-format.py
- Release script fixes
- scripts/release: fix multi-concatenation of submodule tars
- shellcheck fixes
- bash negative exit codes are not portable, let's be positive


0 comments on commit ab2ab82

Please sign in to comment.