Skip to content

Releases: slaclab/ruckus

Patch Release v4.8.3

20 May 02:00
dd8752d
Compare
Choose a tag to compare

Patch Release v4.8.2

22 Apr 02:51
e6ed046
Compare
Choose a tag to compare

Patch Release v4.8.1

12 Apr 15:49
b145016
Compare
Choose a tag to compare

Pull Requests Since v4.8.0

Pull Request Details

Minor Release v4.8.0

11 Apr 17:05
d657b0a
Compare
Choose a tag to compare

Pull Requests Since v4.7.3

Unlabeled

  1. #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

08 Apr 21:27
e0652cf
Compare
Choose a tag to compare

Pull Requests Since v4.7.2

Enhancement

  1. #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

04 Apr 18:07
7b76a20
Compare
Choose a tag to compare

Pull Requests Since v4.7.1

Enhancement

  1. #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

19 Mar 04:14
220a07a
Compare
Choose a tag to compare

Pull Requests Since v4.7.0

Unlabeled

  1. #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

06 Mar 22:39
5396980
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.3...v4.7.0

Patch Release v4.6.2

09 Feb 22:34
3f93cde
Compare
Choose a tag to compare

Pull Requests Since v4.6.1

Unlabeled

  1. #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

31 Jan 21:29
b74e044
Compare
Choose a tag to compare

Description

  • Added *.swp to .gitignore
  • Change GIT_HASH_MSG from dirty to dirty (uncommitted code)
  • #278

Full Changelog: v4.6.0...v4.6.1