Joris Vankerschaver
Joris Vankerschaver
From discussion offline: Some plot types (FilledLinePlot and PolygonPlot being the ones that I tested) don’t do well with NaN data. If you try to plot a line or polygon...
With the merge of https://github.com/enthought/chaco/pull/395, `ScatterInspector.metadata_changed` is redundant, and `ScatterInspector.inspector_event` should be used instead. This issue is to document: - [ ] Switching over uses in the codebase of the...
_Edit: adapted from https://github.com/enthought/traits/issues/519_ Python 2 reaches its end-of-life on January 1st, 2020. The next major release of Chaco that lands after Jan 1st 2020 will drop support for Python...
Some internal code has a `TriangularMeshPlot` plot class that would make a valuable addition to Chaco. cc @mdickinson @rahulporuri
will help catch issues like https://github.com/jvkersch/hsmmlearn/pull/35
The main stumbling block here is to install R programmatically in the Appveyor environment, and to install the necessary R packages, similar to what was done for Travis in #30....
Add setup instructions and documentation for the low-level R interface introduced in #30.
The code initializes a number of global variables and returns references to them, see e.g. https://github.com/jvkersch/hsmmlearn/blob/master/hsmmlearn/_hsmm/src/ViterbiImpl.cpp#L65
This is a work-in-progress PR for the subprocess-based API for version 0.2.0.