newsworthycharts 1.76.0__tar.gz → 1.76.1__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.
- {newsworthycharts-1.76.0/newsworthycharts.egg-info → newsworthycharts-1.76.1}/PKG-INFO +7 -27
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/README.rst +4 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/__init__.py +1 -1
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/chart.py +2 -1
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1/newsworthycharts.egg-info}/PKG-INFO +7 -27
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/LICENSE.txt +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/MANIFEST.in +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/bubblemap.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/categoricalchart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/choroplethmap.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/custom/__init__.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/custom/climate_cars.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/datawrapper.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/__init__.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/color_fn.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/colors.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/datalist.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/formatter.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/geography.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/locator.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/mimetypes.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/lib/utils.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/map.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/maps/se-4.gpkg +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/maps/se-7.gpkg +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/rangeplot.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/rankchart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/rc/newsworthy +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/scatterplot.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/seasonalchart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/serialchart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/storage.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/stripechart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/translations/datawrapper_regions.csv +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/translations/regions.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/translations/se_municipalities.csv +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/SOURCES.txt +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/dependency_links.txt +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/not-zip-safe +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/requires.txt +7 -7
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/top_level.txt +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/setup.cfg +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/setup.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_categorical_chart.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_choropleth_maps.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_custom_climate_cars.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_data_list.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_datawrapper.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_main.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_rangeplot.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_scatterplot.py +0 -0
- {newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/test/test_serial_chart.py +0 -0
@@ -1,39 +1,15 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: newsworthycharts
|
3
|
-
Version: 1.76.
|
3
|
+
Version: 1.76.1
|
4
4
|
Summary: Matplotlib wrapper to create charts and publish them on Amazon S3
|
5
5
|
Home-page: https://github.com/jplusplus/newsworthycharts
|
6
|
-
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.
|
6
|
+
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.1.tar.gz
|
7
7
|
Author: Jens Finnäs and Leo Wallentin, J++ Stockholm
|
8
8
|
Author-email: stockholm@jplusplus.org
|
9
9
|
License: MIT
|
10
10
|
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/x-rst
|
12
12
|
License-File: LICENSE.txt
|
13
|
-
Requires-Dist: boto3>=1.26
|
14
|
-
Requires-Dist: matplotlib==3.10.3
|
15
|
-
Requires-Dist: langcodes>=3.3
|
16
|
-
Requires-Dist: Babel<3,>=2.14.0
|
17
|
-
Requires-Dist: PyYAML>=3
|
18
|
-
Requires-Dist: adjustText==1.3.0
|
19
|
-
Requires-Dist: numpy>2
|
20
|
-
Requires-Dist: python-dateutil<3,>=2
|
21
|
-
Requires-Dist: Pillow==11.3.0
|
22
|
-
Requires-Dist: requests>=2.22
|
23
|
-
Requires-Dist: matplotlib-label-lines==0.5.1
|
24
|
-
Requires-Dist: geopandas==1.1.1
|
25
|
-
Requires-Dist: mapclassify==2.10.0
|
26
|
-
Dynamic: author
|
27
|
-
Dynamic: author-email
|
28
|
-
Dynamic: description
|
29
|
-
Dynamic: description-content-type
|
30
|
-
Dynamic: download-url
|
31
|
-
Dynamic: home-page
|
32
|
-
Dynamic: license
|
33
|
-
Dynamic: license-file
|
34
|
-
Dynamic: requires-dist
|
35
|
-
Dynamic: requires-python
|
36
|
-
Dynamic: summary
|
37
13
|
|
38
14
|
This module contains methods for producing graphs and publishing them on Amazon S3, or in the location of your choice.
|
39
15
|
|
@@ -287,6 +263,10 @@ Roadmap
|
|
287
263
|
Changelog
|
288
264
|
---------
|
289
265
|
|
266
|
+
- 1.76.1
|
267
|
+
|
268
|
+
- Fixed a bug where x axis labels would sometimes get mixed up in long weekly data series
|
269
|
+
|
290
270
|
- 1.76.0
|
291
271
|
|
292
272
|
- Pillow==11.3.0
|
@@ -427,10 +427,11 @@ class Chart(object):
|
|
427
427
|
if self.interval == "weekly":
|
428
428
|
# We consider dates to be more informative than week numbers
|
429
429
|
def fmt(x, pos):
|
430
|
+
d = num2date(x).isoformat()[:10]
|
430
431
|
if pos > len(self.data.x_points):
|
431
432
|
return None
|
432
433
|
try:
|
433
|
-
return formatter.date(
|
434
|
+
return formatter.date(d, "d MMM")
|
434
435
|
except IndexError:
|
435
436
|
return None
|
436
437
|
# fmt = DateFormatter('%-d %b')
|
@@ -1,39 +1,15 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: newsworthycharts
|
3
|
-
Version: 1.76.
|
3
|
+
Version: 1.76.1
|
4
4
|
Summary: Matplotlib wrapper to create charts and publish them on Amazon S3
|
5
5
|
Home-page: https://github.com/jplusplus/newsworthycharts
|
6
|
-
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.
|
6
|
+
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.1.tar.gz
|
7
7
|
Author: Jens Finnäs and Leo Wallentin, J++ Stockholm
|
8
8
|
Author-email: stockholm@jplusplus.org
|
9
9
|
License: MIT
|
10
10
|
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/x-rst
|
12
12
|
License-File: LICENSE.txt
|
13
|
-
Requires-Dist: boto3>=1.26
|
14
|
-
Requires-Dist: matplotlib==3.10.3
|
15
|
-
Requires-Dist: langcodes>=3.3
|
16
|
-
Requires-Dist: Babel<3,>=2.14.0
|
17
|
-
Requires-Dist: PyYAML>=3
|
18
|
-
Requires-Dist: adjustText==1.3.0
|
19
|
-
Requires-Dist: numpy>2
|
20
|
-
Requires-Dist: python-dateutil<3,>=2
|
21
|
-
Requires-Dist: Pillow==11.3.0
|
22
|
-
Requires-Dist: requests>=2.22
|
23
|
-
Requires-Dist: matplotlib-label-lines==0.5.1
|
24
|
-
Requires-Dist: geopandas==1.1.1
|
25
|
-
Requires-Dist: mapclassify==2.10.0
|
26
|
-
Dynamic: author
|
27
|
-
Dynamic: author-email
|
28
|
-
Dynamic: description
|
29
|
-
Dynamic: description-content-type
|
30
|
-
Dynamic: download-url
|
31
|
-
Dynamic: home-page
|
32
|
-
Dynamic: license
|
33
|
-
Dynamic: license-file
|
34
|
-
Dynamic: requires-dist
|
35
|
-
Dynamic: requires-python
|
36
|
-
Dynamic: summary
|
37
13
|
|
38
14
|
This module contains methods for producing graphs and publishing them on Amazon S3, or in the location of your choice.
|
39
15
|
|
@@ -287,6 +263,10 @@ Roadmap
|
|
287
263
|
Changelog
|
288
264
|
---------
|
289
265
|
|
266
|
+
- 1.76.1
|
267
|
+
|
268
|
+
- Fixed a bug where x axis labels would sometimes get mixed up in long weekly data series
|
269
|
+
|
290
270
|
- 1.76.0
|
291
271
|
|
292
272
|
- Pillow==11.3.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts/translations/regions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{newsworthycharts-1.76.0 → newsworthycharts-1.76.1}/newsworthycharts.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
@@ -1,13 +1,13 @@
|
|
1
|
-
boto3>=1.26
|
2
|
-
matplotlib==3.10.3
|
3
|
-
langcodes>=3.3
|
4
1
|
Babel<3,>=2.14.0
|
2
|
+
Pillow==11.3.0
|
5
3
|
PyYAML>=3
|
6
4
|
adjustText==1.3.0
|
5
|
+
boto3>=1.26
|
6
|
+
geopandas==1.1.1
|
7
|
+
langcodes>=3.3
|
8
|
+
mapclassify==2.10.0
|
9
|
+
matplotlib-label-lines==0.5.1
|
10
|
+
matplotlib==3.10.3
|
7
11
|
numpy>2
|
8
12
|
python-dateutil<3,>=2
|
9
|
-
Pillow==11.3.0
|
10
13
|
requests>=2.22
|
11
|
-
matplotlib-label-lines==0.5.1
|
12
|
-
geopandas==1.1.1
|
13
|
-
mapclassify==2.10.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|