Skip to content

Releases: cyrraz/plothist

Release v1.2.6

29 Aug 02:26
ac62774
Compare
Choose a tag to compare

What's Changed

  • Replace the use of wget and unzip with python tools by @0ctagon in #176

Release v1.2.5

28 Jun 07:39
06b24cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

Release v1.2.4

19 Jun 10:05
094d530
Compare
Choose a tag to compare

New functionalities

  • Add plot_only option in plot_data_model_comparison by @0ctagon in #155
  • New position option for add_text() by @0ctagon in #154

Minor changes

Full Changelog: v1.2.3...v1.2.4

Release v1.2.3

19 Apr 06:55
ece072a
Compare
Choose a tag to compare

Minor change

Full Changelog: v1.2.2...v1.2.3

Release v1.2.2

19 Apr 05:56
2b90c9a
Compare
Choose a tag to compare

Minor changes

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

29 Mar 02:57
9d2a49e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

27 Mar 06:05
e026e9a
Compare
Choose a tag to compare

Major changes

  • Turn off under/overflow bin by default, making the upper edge inclusive instead of exclusive by @0ctagon and @cyrraz in #138
  • Add example showing how to plot categorical data by @cyrraz in #140

Minor changes

Full Changelog: v1.1.2...v1.2.0

Release v1.1.2

15 Mar 08:06
fd82822
Compare
Choose a tag to compare

Documentation improvements

Internal code fixes

  • Added checks to verify that histograms are counting histograms by @cyrraz in #134
  • Added fix if certificate not found for font website by @0ctagon in #130

Testing

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

28 Feb 10:22
17b9341
Compare
Choose a tag to compare

What's Changed

Note

If you have an installation of plothist using flit, you have to do

git pull
flit install --symlink 

in the plothist package folder to update your version of plothist.

Full Changelog: v1.1...v1.1.1

Release v1.1

28 Feb 09:51
b4c99f6
Compare
Choose a tag to compare

Major changes

  • Drop ratio_uncertainty_type argument and replace it with split_ratio comparison argument by @cyrraz in #124
  • Support efficiency computation by @cyrraz in #115
  • Documentation improvement by @cyrraz and @0ctagon in #115 and #126

Minor changes

Full Changelog: v1.0.6...v1.1