algorecell-types 1.0__tar.gz → 1.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.
@@ -1,12 +1,18 @@
1
- Metadata-Version: 1.1
1
+ Metadata-Version: 2.4
2
2
  Name: algorecell_types
3
- Version: 1.0
3
+ Version: 1.1
4
4
  Summary: Generic types for reprogramming predictions from logical models
5
5
  Home-page: https://github.com/algorecell/algorecell_types
6
6
  Author: Loïc Paulevé
7
7
  Author-email: loic.pauleve@labri.fr
8
- License: UNKNOWN
9
- Description: UNKNOWN
10
- Platform: UNKNOWN
11
8
  Classifier: Intended Audience :: Science/Research
12
9
  Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
10
+ Requires-Dist: colomoto_jupyter
11
+ Requires-Dist: pandas
12
+ Requires-Dist: pydot
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: home-page
17
+ Dynamic: requires-dist
18
+ Dynamic: summary
@@ -321,7 +321,7 @@ class ReprogrammingStrategies(object):
321
321
  if val == "*":
322
322
  return "color: black; background-color: yellow"
323
323
  return ""
324
- df = df.applymap(colorize)
324
+ df = df.map(colorize)
325
325
  return df
326
326
 
327
327
  def perturbations(self):
@@ -1,12 +1,18 @@
1
- Metadata-Version: 1.1
2
- Name: algorecell-types
3
- Version: 1.0
1
+ Metadata-Version: 2.4
2
+ Name: algorecell_types
3
+ Version: 1.1
4
4
  Summary: Generic types for reprogramming predictions from logical models
5
5
  Home-page: https://github.com/algorecell/algorecell_types
6
6
  Author: Loïc Paulevé
7
7
  Author-email: loic.pauleve@labri.fr
8
- License: UNKNOWN
9
- Description: UNKNOWN
10
- Platform: UNKNOWN
11
8
  Classifier: Intended Audience :: Science/Research
12
9
  Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
10
+ Requires-Dist: colomoto_jupyter
11
+ Requires-Dist: pandas
12
+ Requires-Dist: pydot
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: home-page
17
+ Dynamic: requires-dist
18
+ Dynamic: summary
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
4
4
  NAME = 'algorecell_types'
5
5
 
6
6
  setup(name=NAME,
7
- version='1.0',
7
+ version='1.1',
8
8
  author = "Loïc Paulevé",
9
9
  author_email = "loic.pauleve@labri.fr",
10
10
  url = "https://github.com/algorecell/algorecell_types",
File without changes
File without changes