guidepost 0.2.10__tar.gz → 0.2.11__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: guidepost
3
- Version: 0.2.10
3
+ Version: 0.2.11
4
4
  Summary: Guidepost. An overview visualization for understanding supercomputer queue data.
5
5
  Home-page: https://github.com/cscully-allison/guidepost
6
6
  Author: Connor Scully-Allison
@@ -115,7 +115,7 @@ Run the above command in a Jupyter notebook cell to start the visualization.
115
115
 
116
116
  Here is an example of what the viusalization will look like:
117
117
 
118
- ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.ibb.co/6RknF9xT/guidepost-tutorial-info.png)
118
+ ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.postimg.cc/vTDMX2b3/temp-Image-MVb5ui.avif)
119
119
 
120
120
 
121
121
  Here we explain some elements of the visualization:
@@ -87,7 +87,7 @@ Run the above command in a Jupyter notebook cell to start the visualization.
87
87
 
88
88
  Here is an example of what the viusalization will look like:
89
89
 
90
- ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.ibb.co/6RknF9xT/guidepost-tutorial-info.png)
90
+ ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.postimg.cc/vTDMX2b3/temp-Image-MVb5ui.avif)
91
91
 
92
92
 
93
93
  Here we explain some elements of the visualization:
@@ -0,0 +1,2 @@
1
+ __version_info__ = ("0", "2", "11")
2
+ __version__ = ".".join(__version_info__)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: guidepost
3
- Version: 0.2.10
3
+ Version: 0.2.11
4
4
  Summary: Guidepost. An overview visualization for understanding supercomputer queue data.
5
5
  Home-page: https://github.com/cscully-allison/guidepost
6
6
  Author: Connor Scully-Allison
@@ -115,7 +115,7 @@ Run the above command in a Jupyter notebook cell to start the visualization.
115
115
 
116
116
  Here is an example of what the viusalization will look like:
117
117
 
118
- ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.ibb.co/6RknF9xT/guidepost-tutorial-info.png)
118
+ ![Image of the guidepost visualization. Annotations label various parts of the visualization: 'Data Grouping Name', 'Color by Categorical Variable', 'Bar Chart (Filter on Click)', 'Current Selection of Records for Export'](https://i.postimg.cc/vTDMX2b3/temp-Image-MVb5ui.avif)
119
119
 
120
120
 
121
121
  Here we explain some elements of the visualization:
@@ -1,2 +0,0 @@
1
- __version_info__ = ("0", "2", "10")
2
- __version__ = ".".join(__version_info__)
File without changes
File without changes
File without changes
File without changes
File without changes