Skip to content

v0.7.0

Compare
Choose a tag to compare
@jsharkey13 jsharkey13 released this 26 Jul 16:12
· 102 commits to master since this release

Changelog:

  • Use Gunicorn to serve requests in production, rather than relying on the builtin Flask server explicitly not intended for production use.
  • Fix an issue whereby derivatives were simplified despite an attempt at disabling this. There is now a global constant to enable/disable this, which needs refactoring as an argument to check(...).
  • Fix a bug when checking differential equations that contained multiple derivatives of different orders, where the inner lower-order derivatives were replaced too early.
  • Correctly parse relations (=, <, <= etc) rather than replace them using a regular expression.
  • Refactoring of unit tests to separate out functionality.
  • Update to use SymPy version 1.2 and newer versions of other dependencies.