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

Convert piecewise functions to SymPy #21412

Closed
rwst opened this issue Sep 4, 2016 · 11 comments
Closed

Convert piecewise functions to SymPy #21412

rwst opened this issue Sep 4, 2016 · 11 comments

Comments

@rwst
Copy link

rwst commented Sep 4, 2016

The SymPy version of piecewise is an ordered list of conditions. To convert our interval-based piecewise functions a dedicated algorithm inside symbolic/expression_conversions.py is needed.

CC: @rwst

Component: interfaces

Author: Frédéric Chapoton

Branch/Commit: 000edf6

Reviewer: Travis Scrimshaw

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

@rwst rwst added this to the sage-7.4 milestone Sep 4, 2016
@rwst
Copy link
Author

rwst commented Oct 17, 2017

comment:1

In #23923 the conversion of the formal piecewise function cases is implemented.

@fchapoton
Copy link
Contributor

Commit: 052bed2

@fchapoton
Copy link
Contributor

Author: Frédéric Chapoton

@fchapoton
Copy link
Contributor

Branch: u/chapoton/21412

@fchapoton
Copy link
Contributor

comment:2

Here is a proposal


New commits:

052bed2convert real sets and piecewise functions to sympy

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 11, 2019

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

000edf6fix

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 11, 2019

Changed commit from 052bed2 to 000edf6

@tscrim
Copy link
Collaborator

tscrim commented Sep 13, 2019

comment:5

LGTM.

@tscrim
Copy link
Collaborator

tscrim commented Sep 13, 2019

Reviewer: Travis Scrimshaw

@fchapoton
Copy link
Contributor

comment:6

moving milestone to 9.0

@fchapoton fchapoton modified the milestones: sage-8.9, sage-9.0 Sep 29, 2019
@vbraun
Copy link
Member

vbraun commented Oct 3, 2019

Changed branch from u/chapoton/21412 to 000edf6

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

4 participants