v0.1: Hummingbird
What's Changed
- Lotka-Volterra ODE semantics for reg nets/causal loop diagrams by @epatters in #170
- Prevent tree-shaking from breaking
echarts
by @epatters in #171 - Use Dormand-Prince method to solve ODEs by @epatters in #172
- Use Topos logo as favicon by @epatters in #174
- Platform-independent watch script for forester by @KevinDCarlson in #176
- Mathematical bibliography in dev docs and improvements to README by @epatters in #177
- Don't assume Lotka-Volterra interaction coefficients are set in frontend by @epatters in #178
- Enforce
noUncheckedIndexedAccess
in TypeScript by @epatters in #180 - Gracefully handle errors from ODE simulation by @epatters in #181
- MDX support and user documentation infrastructure by @epatters in #183
- Reusable toolbar component with basic branding by @epatters in #191
- Don't ask for type of missing object when validating a model by @epatters in #192
- Don't run Lotka-Volterra ODE simulation when diagram is empty by @epatters in #193
- Don't send edges with missing source/target to Graphviz by @epatters in #194
- Don't use
light-dark
feature in CSS by @epatters in #195 - Make "Untitled" be placeholder text rather then default document name by @epatters in #196
- Make sure to hide completions menu when inline input loses focus by @epatters in #197
- Don't show "Loading..." text in frontend by @epatters in #198
- Replace "Analyses" pane with button to create an analysis by @epatters in #199
- Components for warning and error alerts by @epatters in #200
- Overview of concepts behind CatColab in user docs by @epatters in #201
Full Changelog: v0.0.2...v0.1