Skip to content

Commit

Permalink
Bump version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
John Garrett committed Jun 2, 2021
1 parent b43c2e0 commit 93e954e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
v1.0.7 (28-02-2021)
===================
v1.0.8 (02-Jun-2021)
====================

- ``nature``:
- Added style for Nature articles
- Uses sans-serif fonts
- ``latex-sans``:
- Added style for using LaTeX with sans-serif fonts
- ``std-colors``:
- Added style to recover the standard color cycle of the SciencePlots package
- For example, if you use ``plt.style.use(["science", "ieeee"]). The figure will use the ``"ieee"`` color cycle. To revert to the standard color cycle, you can use ``plt.style.use(["science", "ieee", "std-colors"])``.
- ``science``:
- Added ``amssymb`` to LaTeX preamble
- ``grid``:
- Set ``axes.axisbelow`` to True
- Minor updates to README

v1.0.7 (28-Feb-2021)
====================

- Add support for CJK fonts:
- see README for details
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, *args, **kwargs):

setup(
name='SciencePlots',
version='1.0.7',
version='1.0.8',
author="John Garrett",
author_email="[email protected]",
description="Format Matplotlib for scientific plotting",
Expand Down

0 comments on commit 93e954e

Please sign in to comment.