newsworthycharts 1.51.1__py3-none-any.whl → 1.52.0__py3-none-any.whl

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,4 +1,4 @@
1
- __version__ = "1.51.1"
1
+ __version__ = "1.52.0"
2
2
 
3
3
  from .chart import Chart
4
4
  from .choroplethmap import ChoroplethMap
@@ -3,7 +3,7 @@
3
3
 
4
4
  MIME_TYPES = {
5
5
  'dw': "text/plain",
6
- 'eps': "application/postscript",
6
+ # 'eps': "application/postscript",
7
7
  'pdf': "application/pdf",
8
8
  'png': "image/png",
9
9
  'svg': "image/svg+xml",
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: newsworthycharts
3
- Version: 1.51.1
3
+ Version: 1.52.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
6
  Author: Jens Finnäs and Leo Wallentin, J++ Stockholm
7
7
  Author-email: stockholm@jplusplus.org
8
8
  License: MIT
9
- Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.51.1.tar.gz
9
+ Download-URL: https://github.com/jplusplus/newsworthycharts/archive/1.52.0.tar.gz
10
10
  Platform: UNKNOWN
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/x-rst
@@ -182,6 +182,14 @@ Roadmap
182
182
  Changelog
183
183
  ---------
184
184
 
185
+ - 1.52.0
186
+
187
+ - No longer render EPS files by default.
188
+
189
+ - 1.51.2
190
+
191
+ - _Really_ fix dependencies
192
+
185
193
  - 1.51.1
186
194
 
187
195
  - Fix error in dependency verison
@@ -1,4 +1,4 @@
1
- newsworthycharts/__init__.py,sha256=JfhKsittbLz9i6CJChsYXGwoNJ4RahHs2BY-m5pjWak,1160
1
+ newsworthycharts/__init__.py,sha256=wHlkz3t28veov_UXNmFA4ePmsiEL-LAUuUMaSdPsOqo,1160
2
2
  newsworthycharts/bubblemap.py,sha256=_AMj3RkmKDKVmrtj3FuuY776xRUSEf2qE8tG0vQ3Lyg,2619
3
3
  newsworthycharts/categoricalchart.py,sha256=k2cd96pNysbVU88nZduiLGpzyjMsDXTbASAVu6ov-kI,14686
4
4
  newsworthycharts/chart.py,sha256=rAMflvHyV1RcrMw5VVCCxIZOl4-bHKghYkwH857dp1A,30310
@@ -25,7 +25,7 @@ newsworthycharts/lib/datalist.py,sha256=fsO_esZBt4Aw_4n_l2LuswAYArbM-8Z8G9DAXo1o
25
25
  newsworthycharts/lib/formatter.py,sha256=jSMAohvf6rppjwXlnySCEHnBo6my2_vBN83C1xDIn00,4806
26
26
  newsworthycharts/lib/geography.py,sha256=K0_teFmuPJwXX7Py-amJB_1YY5_gL2kBYhz1LrRCyTg,584
27
27
  newsworthycharts/lib/locator.py,sha256=Jdi6P6Z-3DSoG_lhYQKh97_asWt9JqBV3vBzHnf1k0I,2825
28
- newsworthycharts/lib/mimetypes.py,sha256=tgFNh0u6wG1zsyKSBijpPMqMpEDBEuJptL_tp8FC9sQ,235
28
+ newsworthycharts/lib/mimetypes.py,sha256=bL9HtVWbn2Of39LcBt4u4yelkr4bGZiyebq3OfLnfFY,237
29
29
  newsworthycharts/lib/utils.py,sha256=2Ko0dNFw2eHd32zQwJFUsgDkJGWSl6VacZs4AFPgrc8,7038
30
30
  newsworthycharts/maps/se-4.gpkg,sha256=oWw5j7FPVpI0ig67jNDim8qSn5SG8rcHp0014-uTKZM,290816
31
31
  newsworthycharts/maps/se-7.gpkg,sha256=Vmvqudq_ZtgV0sd6TY6kuk7vzqmYZCJmaxtsJ87q2a8,331776
@@ -33,8 +33,8 @@ newsworthycharts/rc/newsworthy,sha256=X0btLNrmk2DRrfOsKj_WCSIgeD6btacEN2tRF_B4m8
33
33
  newsworthycharts/translations/datawrapper_regions.csv,sha256=fzZcQRX6RFMlNNP8mpgfYNdR3Y0QAlQxDXk8FXTaWWI,9214
34
34
  newsworthycharts/translations/regions.py,sha256=Nv1McQjggD4S3JRu82rDMTG3pqUVR13E5-FBpSYbm98,239
35
35
  newsworthycharts/translations/se_municipalities.csv,sha256=br_mm-IvzQtj_W55_ATREhJ97jWnCweBFlDAVY2EBxA,7098
36
- newsworthycharts-1.51.1.dist-info/LICENSE.txt,sha256=Sq6kGICrehbhC_FolNdXf0djKjTpv3YqjFCIYsxdQN4,1069
37
- newsworthycharts-1.51.1.dist-info/METADATA,sha256=TXRRyrBrqFvmIWbM55ahk_4hbpoxD5jGFN0ZpkEDYB0,22730
38
- newsworthycharts-1.51.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
39
- newsworthycharts-1.51.1.dist-info/top_level.txt,sha256=dn_kzIj8UgUCMsh1PHdVEQJHVGSsN7Z8YJF-8xXa8n0,17
40
- newsworthycharts-1.51.1.dist-info/RECORD,,
36
+ newsworthycharts-1.52.0.dist-info/LICENSE.txt,sha256=Sq6kGICrehbhC_FolNdXf0djKjTpv3YqjFCIYsxdQN4,1069
37
+ newsworthycharts-1.52.0.dist-info/METADATA,sha256=LgwAwOuLhrnv76JSFYrxMuGc8HiWry8IKp1_Znq_ciI,22825
38
+ newsworthycharts-1.52.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
39
+ newsworthycharts-1.52.0.dist-info/top_level.txt,sha256=dn_kzIj8UgUCMsh1PHdVEQJHVGSsN7Z8YJF-8xXa8n0,17
40
+ newsworthycharts-1.52.0.dist-info/RECORD,,