Skip to content

Instantly share code, notes, and snippets.

@aktech
Last active August 29, 2015 14:24
Show Gist options
  • Save aktech/8d977ebdd830e6801dbe to your computer and use it in GitHub Desktop.
Save aktech/8d977ebdd830e6801dbe to your computer and use it in GitHub Desktop.
Minutes of the Meeting 1 July

Minutes of the Meeting

1st July 2015

Priorities are mentioned with --> [ ]

  • FiniteSet PR sympy/sympy#9540 (Fix test_partition.py Error) [1]
  • Fix invert_real (Abs(x) - n) [2] (1 week)
  • not_empty_in ({n} .intersection(-oo, 0)) [2] (1 week)

Brief: return invert with the information of the set in which the invert is valid:
for e.g. invert: Abs(x) - n should return (-n).intersection(-oo, 0) U (n).intersection(0, oo) and not just {-n, n}, so that the above would return EmptySet() when n is negative.

  • Replace Solve with solveset [3] (1 week) [Highly parallalizable]
  • LambertW [3] (1 week)
  • Convenience Methods [4] (1 week)
  • Singularities [4] (? week)
  • Multivariates [5] (? week)
  • Documentation (2 week)
  • Gaurav PR sympy/sympy#9570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment