newsworthycharts 1.75.0__tar.gz → 1.76.0__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.75.0/newsworthycharts.egg-info → newsworthycharts-1.76.0}/PKG-INFO +13 -6
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/README.rst +7 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/__init__.py +1 -1
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/choroplethmap.py +2 -2
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/locator.py +3 -3
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/serialchart.py +1 -1
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0/newsworthycharts.egg-info}/PKG-INFO +13 -6
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/requires.txt +3 -3
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/setup.py +4 -4
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/LICENSE.txt +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/MANIFEST.in +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/bubblemap.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/categoricalchart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/chart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/custom/__init__.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/custom/climate_cars.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/datawrapper.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/__init__.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/color_fn.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/colors.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/datalist.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/formatter.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/geography.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/mimetypes.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/lib/utils.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/map.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/maps/se-4.gpkg +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/maps/se-7.gpkg +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/rangeplot.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/rankchart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/rc/newsworthy +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/scatterplot.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/seasonalchart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/storage.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/stripechart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/translations/datawrapper_regions.csv +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/translations/regions.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts/translations/se_municipalities.csv +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/SOURCES.txt +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/dependency_links.txt +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/not-zip-safe +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/top_level.txt +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/setup.cfg +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_categorical_chart.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_choropleth_maps.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_custom_climate_cars.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_data_list.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_datawrapper.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_main.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_rangeplot.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_scatterplot.py +0 -0
- {newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/test/test_serial_chart.py +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: newsworthycharts
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.76.0
|
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.
|
6
|
+
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.0.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
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/x-rst
|
12
12
|
License-File: LICENSE.txt
|
13
13
|
Requires-Dist: boto3>=1.26
|
@@ -18,11 +18,11 @@ Requires-Dist: PyYAML>=3
|
|
18
18
|
Requires-Dist: adjustText==1.3.0
|
19
19
|
Requires-Dist: numpy>2
|
20
20
|
Requires-Dist: python-dateutil<3,>=2
|
21
|
-
Requires-Dist: Pillow==11.
|
21
|
+
Requires-Dist: Pillow==11.3.0
|
22
22
|
Requires-Dist: requests>=2.22
|
23
23
|
Requires-Dist: matplotlib-label-lines==0.5.1
|
24
|
-
Requires-Dist: geopandas==1.1.
|
25
|
-
Requires-Dist: mapclassify==2.
|
24
|
+
Requires-Dist: geopandas==1.1.1
|
25
|
+
Requires-Dist: mapclassify==2.10.0
|
26
26
|
Dynamic: author
|
27
27
|
Dynamic: author-email
|
28
28
|
Dynamic: description
|
@@ -282,10 +282,17 @@ Roadmap
|
|
282
282
|
- Remove custom charts (add missing api interfaces to Chart class instead)
|
283
283
|
- Remove DataWrapper class (out-of-scope)
|
284
284
|
- Custom month locator with equal-width month bars
|
285
|
+
- TODO: avif support
|
285
286
|
|
286
287
|
Changelog
|
287
288
|
---------
|
288
289
|
|
290
|
+
- 1.76.0
|
291
|
+
|
292
|
+
- Pillow==11.3.0
|
293
|
+
- Minimum required Python version is now 3.10
|
294
|
+
- Minor fixes to weekly serial chart x axis
|
295
|
+
|
289
296
|
- 1.75.0
|
290
297
|
|
291
298
|
- geopandas==1.1.0
|
@@ -245,10 +245,17 @@ Roadmap
|
|
245
245
|
- Remove custom charts (add missing api interfaces to Chart class instead)
|
246
246
|
- Remove DataWrapper class (out-of-scope)
|
247
247
|
- Custom month locator with equal-width month bars
|
248
|
+
- TODO: avif support
|
248
249
|
|
249
250
|
Changelog
|
250
251
|
---------
|
251
252
|
|
253
|
+
- 1.76.0
|
254
|
+
|
255
|
+
- Pillow==11.3.0
|
256
|
+
- Minimum required Python version is now 3.10
|
257
|
+
- Minor fixes to weekly serial chart x axis
|
258
|
+
|
252
259
|
- 1.75.0
|
253
260
|
|
254
261
|
- geopandas==1.1.0
|
@@ -235,8 +235,8 @@ class ChoroplethMap(Map):
|
|
235
235
|
ax=axin,
|
236
236
|
**args,
|
237
237
|
)
|
238
|
-
|
239
|
-
for _line in
|
238
|
+
artist = self.ax.indicate_inset_zoom(axin)
|
239
|
+
for _line in artist.connectors:
|
240
240
|
_line.set_visible(False)
|
241
241
|
|
242
242
|
if len(patches):
|
@@ -75,13 +75,13 @@ def get_best_locator(delta, points, interval=None, max_ticks=None):
|
|
75
75
|
|
76
76
|
elif interval == "weekly":
|
77
77
|
# NB The threshold are not tested thoroughly. Consider adjusting.
|
78
|
-
if delta.days <=
|
78
|
+
if delta.days <= 9 * 7:
|
79
79
|
return WeekdayLocator(MO, interval=1)
|
80
80
|
|
81
|
-
elif delta.days <=
|
81
|
+
elif delta.days <= 18 * 7:
|
82
82
|
return WeekdayLocator(MO, interval=2)
|
83
83
|
|
84
|
-
elif delta.days <=
|
84
|
+
elif delta.days <= 27 * 7:
|
85
85
|
return WeekdayLocator(MO, interval=3)
|
86
86
|
|
87
87
|
else:
|
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: newsworthycharts
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.76.0
|
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.
|
6
|
+
Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.76.0.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
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.10
|
11
11
|
Description-Content-Type: text/x-rst
|
12
12
|
License-File: LICENSE.txt
|
13
13
|
Requires-Dist: boto3>=1.26
|
@@ -18,11 +18,11 @@ Requires-Dist: PyYAML>=3
|
|
18
18
|
Requires-Dist: adjustText==1.3.0
|
19
19
|
Requires-Dist: numpy>2
|
20
20
|
Requires-Dist: python-dateutil<3,>=2
|
21
|
-
Requires-Dist: Pillow==11.
|
21
|
+
Requires-Dist: Pillow==11.3.0
|
22
22
|
Requires-Dist: requests>=2.22
|
23
23
|
Requires-Dist: matplotlib-label-lines==0.5.1
|
24
|
-
Requires-Dist: geopandas==1.1.
|
25
|
-
Requires-Dist: mapclassify==2.
|
24
|
+
Requires-Dist: geopandas==1.1.1
|
25
|
+
Requires-Dist: mapclassify==2.10.0
|
26
26
|
Dynamic: author
|
27
27
|
Dynamic: author-email
|
28
28
|
Dynamic: description
|
@@ -282,10 +282,17 @@ Roadmap
|
|
282
282
|
- Remove custom charts (add missing api interfaces to Chart class instead)
|
283
283
|
- Remove DataWrapper class (out-of-scope)
|
284
284
|
- Custom month locator with equal-width month bars
|
285
|
+
- TODO: avif support
|
285
286
|
|
286
287
|
Changelog
|
287
288
|
---------
|
288
289
|
|
290
|
+
- 1.76.0
|
291
|
+
|
292
|
+
- Pillow==11.3.0
|
293
|
+
- Minimum required Python version is now 3.10
|
294
|
+
- Minor fixes to weekly serial chart x axis
|
295
|
+
|
289
296
|
- 1.75.0
|
290
297
|
|
291
298
|
- geopandas==1.1.0
|
@@ -22,7 +22,7 @@ setup(
|
|
22
22
|
license="MIT",
|
23
23
|
packages=["newsworthycharts"],
|
24
24
|
zip_safe=False,
|
25
|
-
python_requires='>=3.
|
25
|
+
python_requires='>=3.10',
|
26
26
|
install_requires=[
|
27
27
|
"boto3>=1.26",
|
28
28
|
"matplotlib==3.10.3",
|
@@ -32,11 +32,11 @@ setup(
|
|
32
32
|
"adjustText==1.3.0",
|
33
33
|
"numpy>2",
|
34
34
|
"python-dateutil>=2,<3",
|
35
|
-
"Pillow==11.
|
35
|
+
"Pillow==11.3.0",
|
36
36
|
"requests>=2.22",
|
37
37
|
"matplotlib-label-lines==0.5.1",
|
38
|
-
"geopandas==1.1.
|
39
|
-
"mapclassify==2.
|
38
|
+
"geopandas==1.1.1",
|
39
|
+
"mapclassify==2.10.0",
|
40
40
|
],
|
41
41
|
setup_requires=["flake8"],
|
42
42
|
include_package_data=True,
|
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.75.0 → newsworthycharts-1.76.0}/newsworthycharts/translations/regions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{newsworthycharts-1.75.0 → newsworthycharts-1.76.0}/newsworthycharts.egg-info/dependency_links.txt
RENAMED
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
|