Releases: slaclab/ruckus
Patch Release v4.8.3
Description
Full Changelog: v4.8.2...v4.8.3
Patch Release v4.8.2
Description
Full Changelog: v4.8.1...v4.8.2
Patch Release v4.8.1
Pull Requests Since v4.8.0
Pull Request Details
Minor Release v4.8.0
Pull Requests Since v4.7.3
Unlabeled
- #295 - Misc Updates
Pull Request Details
Misc Updates
Author: | Larry Ruckman [email protected] |
Date: | Tue Apr 11 09:59:34 2023 -0700 |
Pull: | #295 (199 additions, 6 deletions, 7 files changed) |
Branch: | slaclab/ESCORE-730 |
Jira: | https://jira.slac.stanford.edu/issues/ESCORE-730 |
Notes:
Description
Patch Release v4.7.3
Pull Requests Since v4.7.2
Enhancement
- #293 - Updating scripts/firmwareRelease.py for conda
Pull Request Details
Updating scripts/firmwareRelease.py for conda
Author: | Larry Ruckman [email protected] |
Date: | Sat Apr 8 14:24:43 2023 -0700 |
Pull: | #293 (53 additions, 23 deletions, 1 files changed) |
Branch: | slaclab/new_conda |
Labels: | enhancement |
Notes:
This PR update the firmwareRelease.py scripts to match with the latest conda formats, and using setuptools instead of the deprecated distutils. Also pip is used to install the python packages in conda.
By default the min python version is set to 3.7. This PR also allows the rogue and python version dependencies to be overridden by adding them to the CondaDependencies list:
CondaDependencies:
- 'rogue>=v5.18'
- 'python>=3.9'
- surf
- rce_gen3_fw_lib
This PR also will build python only packages as norarch.
Patch Release v4.7.2
Pull Requests Since v4.7.1
Enhancement
- #291 - Remove Python Version Limit For Conda Recipes
Pull Request Details
Remove Python Version Limit For Conda Recipes
Author: | Larry Ruckman [email protected] |
Date: | Tue Apr 4 11:02:57 2023 -0700 |
Pull: | #291 (2 additions, 2 deletions, 1 files changed) |
Branch: | slaclab/conda_fix |
Labels: | enhancement |
Notes:
The previous version had python locked to 3.7 which was making it hard to find solutions. This opens up the python verion.
Patch Release v4.7.1
Pull Requests Since v4.7.0
Unlabeled
- #289 - Updating make assigns to avoid freeze during build on newer versions …
Pull Request Details
Updating make assigns to avoid freeze during build on newer versions …
Author: | Larry Ruckman [email protected] |
Date: | Mon Mar 13 18:46:37 2023 -0700 |
Pull: | #289 (2 additions, 2 deletions, 2 files changed) |
Branch: | jeinstei/make-define-update |
Notes:
Update to vivado and shared to support issue with modern version of make freezing on run.
Likely due to issue with recursion and certain shell commands https://www.spinics.net/lists/linux-trace-devel/msg11194.html, https://www.gnu.org/software/make/manual/html_node/Shell-Function.html
Minor Release v4.7.0
Patch Release v4.6.2
Pull Requests Since v4.6.1
Unlabeled
- #281 - Add to list of sorted tags
Pull Request Details
Add to list of sorted tags
Author: | Benjamin Reese [email protected] |
Date: | Wed Feb 8 13:19:25 2023 -0800 |
Pull: | #281 (3 additions, 2 deletions, 1 files changed) |
Branch: | slaclab/relnotes |
Notes:
Add
Documentation
tag sorting when auto generating release notes.
Patch Release v4.6.1
Description
- Added
*.swp
to .gitignore - Change GIT_HASH_MSG from
dirty
todirty (uncommitted code)
- #278
Full Changelog: v4.6.0...v4.6.1