Releases: pnkraemer/tueplots
Releases · pnkraemer/tueplots
v0.2.4
v0.2.3
What's Changed
- Upgrade CI: replace black, isort, and pylint with ruff by @pnkraemer in #167
- Bump minimum python version to match matplotlib's requirements by @pnkraemer in #168
- Make the font installation instructions more precise by @pnkraemer in #169
- Include a font fallback for Helvetica (notex, times font, but with sans-serif family) by @pnkraemer in #170
- Upgrade notebook CI (track human-readable version of notebooks) and reintroduce missing fonts by @pnkraemer in #171
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Remove the "stix" default from non-tex fonts that match \usepackage{times} and \usepackage{ptm} by @SebastianBoehler in #165
- Implement bundles for the Tübingen AI Center by @philipphennig in #166
New Contributors
- @SebastianBoehler made their first contribution in #165
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Enhance tueplots' documentation by @pnkraemer in #162
- Create a new logo by @pnkraemer in #163
- Change some comments that explain color palettes by @CarlaSa in #164
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Delete 'savefig.bbox' = 'tight' from default figure-size configuration by @pnkraemer in #160
- Discuss 3d-plot-scaling issues in the troubleshooting by @pnkraemer in #161
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Increase the minimum Python version to 3.10 to match Matplotlib's requirements by @pnkraemer in #156
- Delete fontsizes.beamer_moml as announced in the deprecation warning by @pnkraemer in #157
Full Changelog: v0.0.17...v0.1.0
v0.0.17
What's Changed
- Feature: Adding bundle for ProbNum2025 by @philipphennig in #155
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Implement the configuration for AISTATS 2025 and capture errors in bundles.* by @pnkraemer in #153
- Deprecate fontsizes.beamer_moml in favour of fontsizes.beamer by @pnkraemer in #154
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Replace m2r2 with myst_parser by @pnkraemer in #146
- Update the misc-section of the readme by @pnkraemer in #147
- Replace
setup.cfgandsetup.pyfiles with more content inpyproject.tomlby @pnkraemer in #148 - Bump all action versions from v2 to v4 by @pnkraemer in #149
- Style file for neurips2024 by @libbylbaker in #145
- Increase all Python versions to >= 3.9 by @pnkraemer in #150
- Bundle tox categories into
tox -e testandtox -e format-and-lintby @pnkraemer in #151 - Rename some of the GitHub actions by @pnkraemer in #152
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Style-file for ECCV2024 by @georg-wolflein in #144
New Contributors
- @georg-wolflein made their first contribution in #144
Full Changelog: v0.0.13...v0.0.14