Skip to content

Releases: jumaffre/cimetrics

0.2.10

30 Mar 08:14
4ce4840
Compare
Choose a tag to compare
  1. PR user is configurable (#79)
  2. EWMA span is configurable separately from display span (#80)

0.2.9

25 Feb 07:49
a499865
Compare
Choose a tag to compare
  1. Add complete flag to upload to allow metrics to be published from multiple concurrent jobs safely (#76)

0.2.8

30 Jan 10:17
076bc49
Compare
Choose a tag to compare
  1. Display branch history (#72)

0.2.7

22 Jan 16:36
3e896ed
Compare
Choose a tag to compare
  1. Publish PyPI description (#52)
  2. Fix issue with editing comments in place

0.2.6

13 Jan 16:11
19b6c83
Compare
Choose a tag to compare
  1. Move yaxis ticklabels to the right to free up space for display/title (#62)
  2. Update comment in place rather than append to thread (#65)

0.2.5

07 Jan 22:21
fd2888f
Compare
Choose a tag to compare
  1. Increase plot dpi (#56)
  2. Make EWMA span configurable (#57)

0.2.4

06 Jan 17:06
c3c32ae
Compare
Choose a tag to compare

Fix 0.2.3 package issue.

0.2.3

06 Jan 16:23
e81612a
Compare
Choose a tag to compare
  1. New trend view (#53), activate by setting view: "trend" in metrics.yml.

0.2.2

17 Dec 15:47
eafd50d
Compare
Choose a tag to compare
  1. Do not show deleted values (#50)
  2. Report build details and links to builds (#51)

0.2.1

22 Oct 14:53
4ece87f
Compare
Choose a tag to compare
  1. Automate releases #33
  2. Add a contextmanager (cimetrics.upload.metrics) to the upload interface #41, #40
  3. Use an EWMA of values on the reference branch, as opposed to the most recent value previously #32