Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.6.0 #510

Merged
merged 11 commits into from
Sep 25, 2024
Merged

Release v0.6.0 #510

merged 11 commits into from
Sep 25, 2024

Conversation

MattToast
Copy link
Member

Merge develop to master for release (second time's a charm!)

al-rigazzi and others added 9 commits May 15, 2024 00:09
Merge master into develop
The new major version release of Numpy is incompatible with modules
compiled against Numpy 1.x. For both SmartSim and SmartRedis we request
a 1.x version of numpy. This is needed in SmartSim because some of the
downstream dependencies request NumPy.

[ committed by @ashao ]
[ reviewed by @al-rigazzi ]
This PR will remove 3 broken links to `oss.redis.com` that are breaking the documentation build

[ committed by @ankona ]
[ approved by @MattToast ]
Previously we were using a Makefile to download and install third-party
dependencies for the library compilation (hiredis, redis++, and PyBind).
This PR migrates this functionality to the `CMakeLists.txt` by adding
hiredis and redis++ as `ExternalProject`s and by using cmake to download
the pybind headers. 

Additionally, to further ease integration into existing CMake-based projects
the build system now creates CMakeConfig files for SmartRedis.

Lastly, the testing harness and build of the examples were also updated to take
advantage of these improvements as well.

[ committed by @ashao ]
[ reviewed by @mellis13 ]
Update codecov to v4.5.0

[ committed by @mellis13 ]
[ reviewed by @ashao ]
Touch-up some outdated information in the SmartRedis README.md

[ committed by @ashao ]
[ reviewed by @amandarichardsonn ]
This PR fixes a compilation error that will occur with gcc-14.
Gcc-14 was not added to the testing infrastructure, and as a 
result, gcc-14 is not officially supported.

[ committed by @mellis13  ]
[ reviewed by @al-rigazzi ]
Fixes some typos present in the documentation that describe how to
include SmartRedis as a CMake ExternalProject.

[ committed by @ashao ]
[ reviewed by @ankona ]
Update version number to 0.6.0 for release.

[ committed by @MattToast ]
[ reviewed by @al-rigazzi ]
@MattToast MattToast self-assigned this Sep 25, 2024
Copy link
Collaborator

@al-rigazzi al-rigazzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -88,6 +88,6 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All for the sake of progress!

Changes that need to be made to our release pipeline before we can
release SmartRedis v0.6.0.

[ committed by @MattToast ]
[ reviewed by @al-rigazzi ]
@MattToast MattToast merged commit 1f694f1 into master Sep 25, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants