Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExponentialGrowthGroup #19028

Closed
behackl opened this issue Aug 13, 2015 · 30 comments
Closed

ExponentialGrowthGroup #19028

behackl opened this issue Aug 13, 2015 · 30 comments

Comments

@behackl
Copy link
Member

behackl commented Aug 13, 2015

On this ticket we implement another type of growth group (see #17600 or meta-ticket #17601): the exponential growth group.

The elements of this group represent expressions of the form basevariable.

Depends on #18587

CC: @dkrenn @cheuberg

Component: asymptotic expansions

Keywords: gsoc15

Author: Benjamin Hackl

Branch/Commit: 09221f0

Reviewer: Daniel Krenn

Issue created by migration from https://trac.sagemath.org/ticket/19028

@behackl behackl added this to the sage-6.9 milestone Aug 13, 2015
@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 14, 2015

Changed commit from 290ce06 to f7dd2b5

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 14, 2015

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

00c958bMerge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential
ea92f36doctest added
eac64d9added more doctests (exp. growth group in cartesian products), improved
f33ba27fixed an issue with conversion of log(var)
140895bMerge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential
c6d8584error with the element constructor fixed, doctest added
3564d23Merge branch 'asy/growthGroup' into asy/growthGroup-factory
dfbe937Merge branch 'asy/growthGroup-factory' into asy/growth-group-cartesian
8352429element constructor of cartesian products simplified; helper method implemented
f7dd2b5Merge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 21, 2015

Changed commit from f7dd2b5 to c6e49c1

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 21, 2015

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

18a292adocstrings of Variable and i small improvment on error output
f43d197variable_names
316cac1Merge branch 'u/dkrenn/asy/growth-group-cartesian' into asy/growth-group-cartesian and resolved some merge conflicts
20f1916merge changes from asy/growth-group-cartesian into this branch and resolve merge conflicts
2a111cfdoctests fixed
1815847two minor modifications of docstrings
6e33615modify to to make things running...
62fc735write docstings of cartesian factory
8b812e4Merge branch 'u/dkrenn/asy/growth-group-cartesian' of git://trac.sagemath.org/sage into asy/growth-group-cartesian
c6e49c1Merge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential

@dkrenn
Copy link
Contributor

dkrenn commented Aug 22, 2015

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

d57e99bmove methods to GenericGrowthGroup
ac0083amerge parent methods of growth groups
383f713deal with categories: CartesianProductPosets should be in Posets()
febf372make everything work again
5acd444fix doctests

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Changed commit from c6e49c1 to 5acd444

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Changed commit from 5acd444 to dca196c

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

9352031change one word in docstring
ef15d6cdeal with categories: CartesianProductPosets should be in Posets()
dca196cMerge branch 't/18223/cat/cartesian-product-posets' into u/behackl/asy/growthGroup-exponential

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Changed commit from dca196c to 1428b69

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

7ce6c0bdeal with _repr_
1428b69post-class-merge doctest cleanup

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

65166c8use relative paths for imports
8c8c1b5fix doctest coverage
9c9604cMerge branch 'u/behackl/asy/growth-group-cartesian' into u/behackl/asy/growthGroup-exponential
65faee5fix doctest coverage

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 22, 2015

Changed commit from 1428b69 to 65faee5

@dkrenn
Copy link
Contributor

dkrenn commented Sep 2, 2015

Reviewer: Daniel Krenn

@dkrenn
Copy link
Contributor

dkrenn commented Sep 2, 2015

comment:8

Looks fine.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 9, 2015

Branch pushed to git repo; I updated commit sha1. New commits:

3a05be7Merge tag '6.9.beta5' into t/17600/asy/growthGroup
58f931dadd asymptotic_expansions index
9d6f2daMerge branch 't/17600/asy/growthGroup' into t/18930/asy/growthGroup-factory
ca5da4aMerge branch 't/18930/asy/growthGroup-factory' into t/18587/asy/growth-group-cartesian
ac80aebadd growth_group_cartesian to index
96f7101Merge branch 't/18587/asy/growth-group-cartesian' into t/19028/asy/growthGroup-exponential

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 9, 2015

Changed commit from 65faee5 to 96f7101

@dkrenn
Copy link
Contributor

dkrenn commented Sep 9, 2015

comment:10

Merge in 6.9.beta5

@behackl
Copy link
Member Author

behackl commented Sep 25, 2015

Changed commit from 96f7101 to c097434

@behackl
Copy link
Member Author

behackl commented Sep 25, 2015

comment:12

Merged positively reviewed dependencies.


Last 10 new commits:

65166c8use relative paths for imports
8c8c1b5fix doctest coverage
9c9604cMerge branch 'u/behackl/asy/growth-group-cartesian' into u/behackl/asy/growthGroup-exponential
65faee5fix doctest coverage
ca5da4aMerge branch 't/18930/asy/growthGroup-factory' into t/18587/asy/growth-group-cartesian
ac80aebadd growth_group_cartesian to index
96f7101Merge branch 't/18587/asy/growth-group-cartesian' into t/19028/asy/growthGroup-exponential
55c78e2Merge branch 'asy/growthGroup-factory' into asy/growth-group-cartesian
4a6174fimproved a short description
c097434Merge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential

@behackl
Copy link
Member Author

behackl commented Sep 25, 2015

@dkrenn
Copy link
Contributor

dkrenn commented Sep 29, 2015

comment:13

Merge conflict since dependencies have changed.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 29, 2015

Changed commit from c097434 to e56459a

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 29, 2015

Branch pushed to git repo; I updated commit sha1. Last 10 new commits:

f88d3eaMonomialGrowthGroup._convert_: let SR parse string + take care of '1' (comment 6)
dea3c96Trac #18587: additional doctest
6d3e4f4Trac #18587: nicer output of one link target
66759bbRevert "remove unreachable ValueError (comment 2)"
0642564doctest added
7f209eaimproved error message (equal or disjoint var.)
65ce848Merge branch 'asy/growth-group-cartesian' into asy/growthGroup-exponential and resolve merge conflicts
bd93e37fix doctests
7ec7e7dfix indentation of one block
e56459a: --> ::

@dkrenn
Copy link
Contributor

dkrenn commented Sep 29, 2015

comment:16

Everything looks fine (dependency is not yet positive, but this ticket is; see also cleanup ticket #19083).

@dkrenn
Copy link
Contributor

dkrenn commented Sep 30, 2015

@dkrenn
Copy link
Contributor

dkrenn commented Sep 30, 2015

comment:18

Merged dependency #18587 (which is now positive); made very small changes in code....is now again a positive_review.


New commits:

70aa9c4rename CartesianProductPosets to CartesianProductPoset
f21990dcode-simplify CartesianProduct assignment
8f9a619add a doctest dealing with coercion while comparing
3b923b7Merge branch 'u/dkrenn/cat/cartesian-product-posets' of trac.sagemath.org:sage into t/18587/asy/growth-group-cartesian
74547e6fix code after changes by previous merge
23c9a49Merge branch 't/18587/asy/growth-group-cartesian' into t/19028/asy/growthGroup-exponential
09221f0fixup due to changes in #18587 (coming from #18223)

@dkrenn
Copy link
Contributor

dkrenn commented Sep 30, 2015

Changed commit from e56459a to 09221f0

@dkrenn
Copy link
Contributor

dkrenn commented Oct 8, 2015

Changed dependencies from #17600, #18930, #18587 to #18587

@vbraun
Copy link
Member

vbraun commented Oct 21, 2015

Changed branch from u/dkrenn/asy/growthGroup-exponential to 09221f0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants