Skip to content

Minor Release v2.41.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 08 Apr 14:15
· 577 commits to main since this release
db98a64

Pull Requests Since v2.40.0

Enhancement

  1. #1064 - Fix anaconda build
  2. #1067 - Set min python version to 3.7
  3. #1059 - Remove Python Version Limitation

Unlabeled

  1. #1069 - Removing Legacy Modules
  2. #1062 - adding Init() function to RfDataConverter.py
  3. #1063 - updating .gitignore
  4. #1066 - Fix upload directory
  5. #1060 - AxiPciePhy.py bug fix
  6. #1065 - Fix for conda build

Pull Request Details

Remove Python Version Limitation

Author: Larry Ruckman [email protected]
Date: Tue Apr 4 11:06:25 2023 -0700
Pull: #1059 (1 additions, 1 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.


AxiPciePhy.py bug fix

Author: Larry Ruckman [email protected]
Date: Wed Apr 5 09:54:16 2023 -0700
Pull: #1060 (1 additions, 1 deletions, 1 files changed)
Branch: slaclab/AxiPciePhy-bug-fix-16lanes

Notes:

Description

  • Resolve the issue where 16 lanes was reporting zero lanes

adding Init() function to RfDataConverter.py

Author: Larry Ruckman [email protected]
Date: Sat Apr 8 06:59:21 2023 -0700
Pull: #1062 (26 additions, 3 deletions, 1 files changed)
Branch: slaclab/rfdc-init

Notes:

Description

  • Moving this init code that was copy/pasted in multiple root classes into the RFDC device class

updating .gitignore

Author: Larry Ruckman [email protected]
Date: Sat Apr 8 06:59:41 2023 -0700
Pull: #1063 (3 additions, 0 deletions, 1 files changed)
Branch: slaclab/gitignore-update

Notes:

Description

  • ignoring EMACS temp files

Fix anaconda build

Author: Larry Ruckman [email protected]
Date: Thu Apr 6 18:36:14 2023 -0700
Pull: #1064 (11 additions, 6 deletions, 4 files changed)
Branch: slaclab/conda_fix
Labels: enhancement

Notes:

Adds new solver library
Updates meta file structure
Uses pip for python install

This package is now built as a noarch


Fix for conda build

Author: Larry Ruckman [email protected]
Date: Thu Apr 6 19:06:03 2023 -0700
Pull: #1065 (0 additions, 1 deletions, 1 files changed)
Branch: slaclab/conda_fix2

Notes:

Remove Conda Update


Fix upload directory

Author: Larry Ruckman [email protected]
Date: Thu Apr 6 19:20:32 2023 -0700
Pull: #1066 (1 additions, 1 deletions, 1 files changed)
Branch: slaclab/conda_fix2

Notes:

Fix upload source directory.


Set min python version to 3.7

Author: Larry Ruckman [email protected]
Date: Fri Apr 7 10:21:18 2023 -0700
Pull: #1067 (2 additions, 2 deletions, 1 files changed)
Branch: slaclab/min_python
Labels: enhancement

Notes:

This set the min python version to 3.7.


Removing Legacy Modules

Author: Larry Ruckman [email protected]
Date: Sat Apr 8 06:59:57 2023 -0700
Pull: #1069 (0 additions, 735 deletions, 4 files changed)
Branch: slaclab/obsolete-removal

Notes:

Description