You are browsing as a guest. Sign up (or log in) to start making projects!

7h 43m 23s logged

DEVLOG #15

Real PROGRESS!

  1. Completed the full differentiation pipeline which is working completely now with all edge cases (that I have tested) handled.
    ‎ ‎ ‎
  2. converted simplify to a standalone file as I noticed that simplify could be used as a general simplification pipeline for ALL generated nodes in my maths suite.
    ‎ ‎ ‎
  3. Created pow_to_div function in simplify to turn negative exponents into division nodes to make the simplification pipeline truly generalized because none of my other algorithms expect a negative exponent.
    ‎ ‎ ‎
  4. A LOT of debugging in domain.py and testing some edge cases.
    ‎ ‎ ‎
  5. Adding support for multiple exclusions instead of single in normalize_domain.
    Earlier: (-∞, -2) ∪ (-2, 2) ∪ (2, ∞)
    Now: R-{-2, 2}
    which is a much cleaner solution
    ‎ ‎

Now I am working on completing range.py and then finally making the website for the full maths suite.
‎ ‎ ‎
I am a bit confused. I am not able choose between flask and FastAPI. If you have read all this then would you also mind sharing your opinion on what should I use in the comments?

0
48

Comments 0

No comments yet. Be the first!