Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricks-Lab committed Jun 2, 2022
1 parent 02a0174 commit 68d0d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GPUmodules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = '3.7.5'
#__status__ = 'Development Status :: 5 - Production/Stable'
__status__ = 'Development Status :: 4 - Beta'
__status__ = 'Development Status :: 5 - Production/Stable'
#__status__ = 'Development Status :: 4 - Beta'
__author__ = 'RicksLab'
__credits__ = ('Craig Echt - Testing, Debug, Verification, and Documentation',
'Keith Myers - Testing, Debug, and Verification of NV Capability',
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ fan details from the utility. The *--force_write* option can be used to force al
parameters to be written to the GPU. The default behavior is to only write changes. The
*--verbose* option will display progress and informational messages generated by the utilities.

## New in Development - v3.7.5
## New in Current Release - v3.7.5

* Fixed placement of read pstate data in *gpu-ls* for complete P-state details in the output.
* Fixed placement of read P-state data in *gpu-ls* for complete P-state details in the output.
* Improved implementation of Vddc Range for CurvePts type AMD GPU.
* Optimized by GPU type skip lists.
* Disable clock and voltage range reading/displaying when pp_od_clk_voltage reading is not possible.
Expand Down Expand Up @@ -159,7 +159,7 @@ interface shows actual values instead of set values.

## History

### New in Current Release - v3.7.4
### New in Previous Release - v3.7.4

* Documentation updates.
* Code clean up, simplification, and optimization.
Expand Down

0 comments on commit 68d0d12

Please sign in to comment.