pycodamath 1.1.3__tar.gz → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycodamath
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Compositional data (CoDa) analysis tools for Python
5
5
  Author-email: Christian Brinch <cbri@food.dtu.dk>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pycodamath"
7
- version = "1.1.3"
7
+ version = "1.1.4"
8
8
  authors = [
9
9
  { name="Christian Brinch", email="cbri@food.dtu.dk" },
10
10
  ]
@@ -333,7 +333,7 @@ class Biplot:
333
333
  self.geomobj = {}
334
334
  for item in set(group):
335
335
  idx = group.loc[group == item].index
336
- if len(idx) > 3:
336
+ if len(idx) >= 3:
337
337
  # My secret hull construction algorithm
338
338
  idxmin = self.scores.loc["pc1", idx].idxmin()
339
339
  j = self.scores[idx].columns.get_loc(idxmin)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycodamath
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Compositional data (CoDa) analysis tools for Python
5
5
  Author-email: Christian Brinch <cbri@food.dtu.dk>
6
6
  License: MIT
File without changes
File without changes
File without changes