DEVLOG #15
Real PROGRESS!
- Completed the full differentiation pipeline which is working completely now with all edge cases (that I have tested) handled.
- 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.
- Created
pow_to_divfunction 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.
- A LOT of debugging in domain.py and testing some edge cases.
- 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?
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.