imsciences 0.9.3__tar.gz → 0.9.4__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.

Potentially problematic release.


This version of imsciences might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -1089,7 +1089,7 @@ class dataprocessing:
1089
1089
 
1090
1090
  return combined_df
1091
1091
 
1092
- def upgrade_outdated_packages(exclude_packages=['twine']):
1092
+ def upgrade_outdated_packages(self, exclude_packages=['twine']):
1093
1093
  """
1094
1094
  Upgrade all outdated Python packages except those specified in `exclude_packages`.
1095
1095
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imsciences
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Summary: IMS Data Processing Package
5
5
  Author: IMS
6
6
  Author-email: cam@im-sciences.com
@@ -8,7 +8,7 @@ def read_md(file_name):
8
8
  return f.read()
9
9
  return ''
10
10
 
11
- VERSION = '0.9.3'
11
+ VERSION = '0.9.4'
12
12
  DESCRIPTION = 'IMS Data Processing Package'
13
13
  LONG_DESCRIPTION = read_md('README.md')
14
14
 
File without changes
File without changes
File without changes
File without changes
File without changes