schubmult 1.2.9__tar.gz → 1.2.10__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.
Files changed (22) hide show
  1. {schubmult-1.2.9 → schubmult-1.2.10}/PKG-INFO +1 -1
  2. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_yz/schubmult_yz.py +1 -1
  3. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/PKG-INFO +1 -1
  4. {schubmult-1.2.9 → schubmult-1.2.10}/setup.py +1 -1
  5. {schubmult-1.2.9 → schubmult-1.2.10}/LICENSE +0 -0
  6. {schubmult-1.2.9 → schubmult-1.2.10}/README.md +0 -0
  7. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/__init__.py +0 -0
  8. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/perm_lib.py +0 -0
  9. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_double/__init__.py +0 -0
  10. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_double/__main__.py +0 -0
  11. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_double/schubmult_double.py +0 -0
  12. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_py/__init__.py +0 -0
  13. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_py/__main__.py +0 -0
  14. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_py/schubmult_py.py +0 -0
  15. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_yz/__init__.py +0 -0
  16. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult/schubmult_yz/__main__.py +0 -0
  17. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/SOURCES.txt +0 -0
  18. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/dependency_links.txt +0 -0
  19. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/entry_points.txt +0 -0
  20. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/requires.txt +0 -0
  21. {schubmult-1.2.9 → schubmult-1.2.10}/schubmult.egg-info/top_level.txt +0 -0
  22. {schubmult-1.2.9 → schubmult-1.2.10}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: schubmult
3
- Version: 1.2.9
3
+ Version: 1.2.10
4
4
  Summary: Computing Littlewood-Richardson coefficients of Schubert polynomials
5
5
  Home-page: https://github.com/matthematics/schubmult
6
6
  Author: Matt Samuel
@@ -741,7 +741,7 @@ def posify(val,u2,v2,w2,var2=var2,var3=var3,msg=False,do_pos_neg=True):
741
741
  if inv(u2)+inv(v2) - inv(w2)<=1:
742
742
  return expand(val)
743
743
  cdv = code(v2)
744
- if set(cdv) == set([0,1]):
744
+ if set(cdv) == set([0,1]) and do_pos_neg:
745
745
  return val
746
746
  #if is_hook(cdv):
747
747
  # print(f"Could've {cdv}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: schubmult
3
- Version: 1.2.9
3
+ Version: 1.2.10
4
4
  Summary: Computing Littlewood-Richardson coefficients of Schubert polynomials
5
5
  Home-page: https://github.com/matthematics/schubmult
6
6
  Author: Matt Samuel
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
6
6
 
7
7
  setup(
8
8
  name="schubmult",
9
- version="1.2.9",
9
+ version="1.2.10",
10
10
  description="Computing Littlewood-Richardson coefficients of Schubert polynomials",
11
11
  long_description=long_description,
12
12
  long_description_content_type='text/markdown',
File without changes
File without changes
File without changes