Skip to content

Jaal 0.1.0

Compare
Choose a tag to compare
@imohitmayank imohitmayank released this 31 Aug 17:48
· 18 commits to main since this release
f57324b

Changelog

  • Support added to return the Jaal app, which can be hosted using any 3rd party HTTP server like gunicorn. (example in readme)
  • For this, added Jaal.create() function that creates the app and returns it. Jaal.plot() internally calls Jaal.create()