Releases: cyrraz/plothist
Releases · cyrraz/plothist
Release v1.3.0
What's Changed
- Require python >=3.9
- Documentation: add sphinx.ext.viewcode by @APN-Pucky in #178
- Increase boost-histogram dependency limit by @0ctagon in #179
- Documentation and development: fix version comparison when making examples, update precommit hooks and figures by @cyrraz in #180
Full Changelog: v1.2.6...v1.3.0
Release v1.2.6
Release v1.2.5
Release v1.2.4
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
- Added side-by-side categorical hist plotting example by @0ctagon in #153 and #156
- Add requirements for readthedoc to build by @0ctagon in #152
- Updated font installation documentation by @0ctagon in #158
- Minor text changes by @cyrraz in #159
- Created function chapter in doc by @0ctagon in #160
- Create CITATION.cff by @cyrraz in #162
Full Changelog: v1.2.3...v1.2.4
Release v1.2.3
Minor change
- plothist now has a DOI:10.5281/zenodo.10995667
- Update README.rst by @cyrraz in #151
Full Changelog: v1.2.2...v1.2.3
Release v1.2.2
Release v1.2.1
Release v1.2.0
Release v1.1.2
Documentation improvements
- Added example of a profile plot by @cyrraz in #134
- Added a note on add_luminosity by @0ctagon in #131
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
- pytest of comparison functions by @0ctagon in #133
- pytest to recreate the examples in the doc by @0ctagon in #132
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
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