Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
baycomp
Python 8
-
bottlechest
Forked from biolab/bottlechest
Fast NumPy array functions written in Cython
C 1
-
janezd.github.io
Vidra - A Slovenian translation/adaptation of CS Unplugged
HTML 1
-
orange3-prototypes
Forked from biolab/orange3-prototypes
Prototype Orange widgets — only for the brave.
-
Led7Segment
Forked from avishorp/TM1637
Arduino library for TM1637 (LED Driver)
C++ 1
-
kontrabant
Python
614 contributions in 2018
Contribution activity
December 2018
Created a pull request in biolab/orange3 that received 8 comments
Easier selection of variables in Radviz, Linear projection and similar
Issue We had two listviews which took too much space. So we switched to +/- buttons, which are better require more clicks and are somewhat inconsis…
- [ENH] Warn when data subset is unrelated to data
- [ENH] Label subset
- [MNT] Fix test warnings in scripting part
- [MNT] Fix warnings in widget tests
- [MERGE in 3.24] Remove methods that change table length
- WidgetPreview: Terminate when receiving SIGINT
- [FIX][MNT] Remove segfault in tests for building documentation
- Spearman distances: Return 0 when comparing a single row to itself
- util.get_unique_names: Add more flexible arguments
- OWScatterPlotBase: Hide labels if there are too many
- [FIX] Scatterplot Vizrank: Don't use discrete variables
- [MNT] Fix pylint issues in visualization widgets and tests
- [ENH] Remove discrete attributes from scatter plot's axes
- Projections: Remove locks from ScatterPlotItem
- Projections: Move OWPlotGUI instance from graph to widget
- [MNT] Fix warnings in widget tests
- [FIX] OWMergeData removes table meta attributes
- [FIX] OWDataProjectionWidget: check validity, fix sparse data reloading
- OWPythonScript: remove auto_commit checkbox, force repaint
- [FIX] Feature statistics fixes
- Introduce Neighbors
- OWScatterPlotBase: Hide labels if there are too many
- t-SNE: Updates
- [FIX] OWDataProjectionWidget: Fix applying selection
- Scatterplot: Refactor and enhancement
- [MNT] Fix pylint issues in visualization widgets and tests
- [ENH] OWLinePlot: Move from prototypes to core
- [FIX] Radviz: Enable projection for less than two selected variables
- [ENH] Save Data: Support saving to Excel
- [ENH] OWScatterPlotBase: Animate dot resize
Created an issue in biolab/orange3 that received 3 comments
Refactor or simplify class OWPlotGui
The purpose of OWPlotGui was to unify the GUI of visualizations, with focus on the scatterplot-like ones. These visualizations now use a common bas…