Skip to content

Commit

Permalink
Release 3.0.5 (#147)
Browse files Browse the repository at this point in the history
* Fix a couple of cosmetic errors in notebooks

* Update requirements.txt (#143)

* Updated version and history

* Run tests on older ubuntu that still has python 3.6

Co-authored-by: Ben Greiner <[email protected]> and @valleyofblackpanther
  • Loading branch information
iampelle authored Dec 13, 2022
1 parent b27473b commit 7af764a
Show file tree
Hide file tree
Showing 7 changed files with 1,202 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
max-parallel: 5
matrix:
Expand Down
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
History
=======

3.0.3 (2022-10-18)
3.0.5 (2022-12-13)
------------------

* Fixed a few errors in example and tutorial notebooks
* Fixed a typo in requirements.txt

3.0.4 (2022-10-18)
------------------

* Updated package requirements
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Chartify
|status| |release| |python| |CI|

.. |status| image:: https://img.shields.io/badge/Status-Beta-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-3.0.0-blue.svg
.. |release| image:: https://img.shields.io/badge/Release-3.0.5-blue.svg
.. |python| image:: https://img.shields.io/badge/Python-3.6-blue.svg
.. |CI| image:: https://github.com/spotify/chartify/workflows/Tox/badge.svg
:target: https://github.com/spotify/chartify/actions
Expand Down
2 changes: 1 addition & 1 deletion chartify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

__author__ = """Chris Halpert"""
__email__ = '[email protected]'
__version__ = '3.0.4'
__version__ = '3.0.5'

_IPYTHON_INSTANCE = False

Expand Down
16 changes: 6 additions & 10 deletions examples/Chartify Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"metadata": {},
"source": [
"# Chart object\n",
"- Run the cell below to instantiate a chart and assign to to a variable"
"- Run the cell below to instantiate a chart and assign to a variable"
]
},
{
Expand Down Expand Up @@ -530,9 +530,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"chartify.examples.plot_bar()"
Expand Down Expand Up @@ -831,9 +829,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"layout_options = ['slide_100%', 'slide_75%', 'slide_50%', 'slide_25%']\n",
Expand Down Expand Up @@ -901,7 +897,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -915,7 +911,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.8.13"
},
"toc": {
"nav_menu": {},
Expand All @@ -935,5 +931,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit 7af764a

Please sign in to comment.