Skip to content

Commit 05fb564

Browse files
committed
v3.8.4 release prep
1 parent e9f61a6 commit 05fb564

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

GPUmodules/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__version__ = '3.8.4'
2-
#__status__ = 'Development Status :: 5 - Production/Stable'
3-
__status__ = 'Development Status :: 4 - Beta'
2+
__status__ = 'Development Status :: 5 - Production/Stable'
3+
#__status__ = 'Development Status :: 4 - Beta'
44
__author__ = 'RicksLab'
55
__credits__ = ('Craig Echt - Testing, Debug, Verification, and Documentation',
66
'Keith Myers - Testing, Debug, and Verification of NV Capability',

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ fan details from the utility. The *--force_write* option can be used to force al
129129
parameters to be written to the GPU. The default behavior is to only write changes. The
130130
*--verbose* option will display progress and informational messages generated by the utilities.
131131

132-
## New in Development - v3.8.4
132+
## New in this Version - v3.8.4
133133

134134
* Fixed GpuType and GpuVendor dictionary initialization as described in update to issue 139.
135135
* Fixed skip list for APU which incorrectly included memory parameters.
136+
* Updated setup.py to specify compatible versions for pandas and matplotlib.
136137

137138
## Development Plans
138139

@@ -164,13 +165,13 @@ interface shows actual values instead of set values.
164165

165166
## History
166167

167-
### New in Current Release - v3.8.3
168+
### New in Previous Release - v3.8.3
168169

169170
* Implementation of gpu-pac capability for VDDGFX Offset mode type of AMD GPUs. Does not
170171
seem to work for negative values.
171172
* Improvements to code including improved use of Enum objects as dictionary keys.
172173
* Improved check for Gtk import errors.
173-
* Fixed bug 147, ignor invalid data read from GPU.
174+
* Fixed bug 147, ignore invalid data read from GPU.
174175

175176
### New in Previous Release - v3.8.2
176177

requirements-venv.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
matplotlib==3.2.2
2-
pandas==1.0.5
2+
pandas==1.1.5
33
vext>=0.7.3
44
vext.gi>=0.7.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
'Topic :: System :: Monitoring',
6666
'Environment :: GPU',
6767
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'],
68-
install_requires=['matplotlib==3.2.2',
69-
'pandas==1.0.5'],
68+
install_requires=['matplotlib~=3.2.0',
69+
'pandas~=1.1.0'],
7070
data_files=[('share/rickslab-gpu-utils/icons', ['icons/gpu-mon.icon.png',
7171
'icons/gpu-pac.icon.png',
7272
'icons/gpu-plot.icon.png']),

0 commit comments

Comments
 (0)