imsciences 1.1.2__tar.gz → 1.1.8__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.4
2
2
  Name: imsciences
3
- Version: 1.1.2
3
+ Version: 1.1.8
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -1,4 +1,4 @@
1
- __version__ = "1.1.2"
1
+ __version__ = "1.1.8"
2
2
 
3
3
  from .geo import geoprocessing
4
4
  from .mmm import dataprocessing
@@ -324,7 +324,7 @@ class datapull:
324
324
  # If no cache found anywhere, run the puller
325
325
  if data_file is None:
326
326
  print(f"OECD data cache not found. Running OECDDataPuller to fetch data...")
327
- from oecd_pull import OECDDataPuller
327
+ from .oecd_pull import OECDDataPuller
328
328
  puller = OECDDataPuller(
329
329
  country=country,
330
330
  start_date=start_date,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: imsciences
3
- Version: 1.1.2
3
+ Version: 1.1.8
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes