File: CHANGES.md

package info (click to toggle)
psrecord 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 295; makefile: 7
file content (55 lines) | stat: -rw-r--r-- 1,900 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## v1.3 - 2024-04-26

### What's Changed

* Updated package infrastructure by @astrofrog in https://github.com/astrofrog/psrecord/pull/73
* setup.py: Add matplotlib by @JohnAZoidberg in https://github.com/astrofrog/psrecord/pull/53
* If neither --log nor --plot is passed, log to stdout. Closes #50 by @CristianCantoro in https://github.com/astrofrog/psrecord/pull/68
* Add Monitor as exposed function by @Vincent-CIRCL in https://github.com/astrofrog/psrecord/pull/54
* Added ability to include I/O stats in output by @astrofrog in https://github.com/astrofrog/psrecord/pull/74
* Add support for csv and modernise code by @astrofrog in https://github.com/astrofrog/psrecord/pull/75

### New Contributors

* @JohnAZoidberg made their first contribution in https://github.com/astrofrog/psrecord/pull/53
* @CristianCantoro made their first contribution in https://github.com/astrofrog/psrecord/pull/68
* @Vincent-CIRCL made their first contribution in https://github.com/astrofrog/psrecord/pull/54

**Full Changelog**: https://github.com/astrofrog/psrecord/compare/v1.2...v1.3

## 1.2 (2020-05-28)

- Fixed compatibility with latest versions of psutil and fixed issue with
  determining CPU usage from child processes. [#56]
  
- Fixed plotting to work on machines where Agg is not the default
  Matplotlib backend. [#44]
  

## 1.1 (2018-06-16)

- Fixed installation via pip if psutil was not installed. [#37]

## 1.0 (2016-12-05)

- Fix compatibility with recent versions of psutil. [#18, #19]
  
- psutil is now properly defined as a dependency in install_requires. [#16]
  

## 0.2 (2014-10-22)

- Recognize zombie processes. [#7]
  
- Improve general reliability.
  
- Allow interval to be a floating-point value.
  
- Fix compatibility with psutil >= 2.0. [#10]
  
- Ensure that log file gets closed and plot gets drawn if process is interrupted. [#13]
  

## 0.1 (2013-12-17)

- Initial release