From 45d32cd43c3c005cf5f17c3933c4cdb53bb291d6 Mon Sep 17 00:00:00 2001 From: John Garrett Date: Sun, 28 Feb 2021 16:18:45 -0500 Subject: [PATCH] Describe recent changes and bump version to 1.0.7 --- CHANGES.md | 18 +++++++++++++++--- setup.py | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2d51f7a..89ecd86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,21 @@ -v1.0.7 (unreleased) +v1.0.7 (28-02-2021) =================== -- Trivial changes to README: - - add badge for Zenodo +- Add support for CJK fonts: + - see README for details +- Add example of CJK fonts: + - see Fig 14a, Fig 14b, Fig 14c, Fig 14d +- ``science`` style: + - use default serif font +- ``ieee`` style: + - use Times font +- ``grid`` style: + - change line style to '--' +- README: + - add badge for Zenodo reference - add info on citing SciencePlots + - add info on using Times New Roman + - add more papers using SciencePlots v1.0.6 (19-Oct-2020) ==================== diff --git a/setup.py b/setup.py index 20223ea..d64877b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs): setup( name='SciencePlots', - version='1.0.6', + version='1.0.7', author="John Garrett", author_email="garrettj403@gmail.com", description="Format Matplotlib for scientific plotting",