Skip to content

Commit d82b325

Browse files
committed
reset changelog
1 parent bf3f6b0 commit d82b325

File tree

1 file changed

+2
-164
lines changed

1 file changed

+2
-164
lines changed

CHANGELOG

Lines changed: 2 additions & 164 deletions
Original file line numberDiff line numberDiff line change
@@ -1,164 +1,2 @@
1-
2.0.0b13
2-
- fix: cut tick labels when exporting subplots (#7)
3-
2.0.0b12
4-
- feat: add button to copy Quick View statistics to clipboard
5-
- fix: export subplots with axes labels (#7)
6-
- enh: be more verbose when user wants to add box filters (#34)
7-
2.0.0b11
8-
- fix: imported polygon filters did not immediately show up in
9-
Quick View
10-
- fix: polygon filters were not stored correctly in log mode
11-
- fix: several issues related to contour plots, contour spacing,
12-
and log-scales
13-
- fix: subclass MDSubWindow and catch closeEvent (#29)
14-
- enh+docs: make Young's modulus computation more user convenient and
15-
update the section in the docs
16-
- docs: finish first draft of documentation
17-
2.0.0b10
18-
- fix: fluorescence label for y axis not updated with custom value
19-
- fix: fluorescence label of colorbar not updated with custom value
20-
- fix: set correct plotting range in log mode
21-
- fix: always normalize density for KDE plots
22-
- fix: plots sometimes loaded in wrong order into session
23-
- enh: improve Block Matrix size adjustment
24-
- enh: pretty-print log scale axes tick labels
25-
(https://github.com/pyqtgraph/pyqtgraph/pull/1097)
26-
- enh: add single-color-colormaps for labeling
27-
2.0.0b9
28-
- try to figure out #29
29-
2.0.0b8
30-
- feat: automatically set parameters for Young's modulus computation
31-
2.0.0b7
32-
- fix: try to disable close buttons of MDI subwindows on macOS (#29)
33-
- fix: allow Shift+click on plot matrix element
34-
- fix: support temperature key (dclab 0.19.1.post2)
35-
2.0.0b6
36-
- ref: move custom widgets to separate submodule (#24)
37-
- fix: bad alignment when selecting "Plot" in QuickView (#31)
38-
2.0.0b5
39-
- fix: correctly handle empty plots (#27)
40-
- fix: version check checked against version 1 (#30)
41-
- fix: QuickView window resize incorrect (partly #31)
42-
2.0.0b4
43-
- feat: add automated update checker
44-
- feat: show basic statistics in QuickView (#13)
45-
- fix: modifying a polygon filter did not update the plots (#26)
46-
- ref: refactor BlockMatrix (#10)
47-
2.0.0b3
48-
- enh: introduce FilterRay class for caching of hierarchy data (#6)
49-
- fix: minor plot updating issues
50-
- fix: QuickView issues when removing datasets (#25)
51-
2.0.0b2
52-
- feat: support loading sessions with missing dataset paths (#5)
53-
- fix: don't use area_um, deform, and bright_avg box filters by
54-
default (#19)
55-
- fix: bug+regression when removing plots (#21)
56-
- fix: `Pipeline.get_min_max` did not take into account final
57-
filter set in filter ray (#22)
58-
- fix: do not set the selected filter to the current QuickView
59-
filter when hitting apply in the analysis view filter panel (#18)
60-
- fix: remove references to files if they are not needed anymore (#17)
61-
- enh: include (polygon) filter names in file names when
62-
exporting filters (#20)
63-
2.0.0b1
64-
- feat: automatically rescale plot windows (#8)
65-
- feat: add auto XY-range checkbox for plotting (#9)
66-
- feat: allow to choose filter ray when computing statistics for
67-
data that is not loaded in the session (#11)
68-
- fix: computing statistics not working (str vs Path)
69-
- fix: disallow exporting the event index to .rtdc
70-
(it would be re-enumerated and this can be confusing)
71-
- fix: plot layout not correctly resized sometimes
72-
- fix: size of plot part in block matrix not always adjusted
73-
- fix: use sample names from session in export file names (#14)
74-
- fix: when exporting data or computing statistics, don't export
75-
data from disabled filter rays (#15)
76-
2.0.0a27
77-
- feat: add developer mode
78-
- feat: display images on hover in polygon window in QuickView
79-
- feat: implement loading of (polygon) filters from file
80-
- feat: implement session saving and opening
81-
- feat: added perceptive colormaps and set viridis as default
82-
- feat: allow to set hue range for feature-colored scatter plots (#1)
83-
- feat: add colorbar (#1)
84-
- fix: hide confusing "Advances Export" plot menu in developer mode
85-
- fix: only show scalar features in QuickView feature selection
86-
- fix: QuickView -> Event -> Features labels in table were drawn
87-
on top of each other
88-
- fix: minor redrawing issues
89-
- fix: AttributeError when removing a plot on macOS
90-
- fix: increase maximum size of plots by factor of 100
91-
- fix: editing a polygon filter deselected it from the filter
92-
- enh: Increased speed in QuickView when scrolling through events
93-
- enh: Added pyqtgraph version check
94-
2.0.0a26
95-
- feat: implement plot export
96-
- feat: implement filter export
97-
- fix: fix plot export in right-click menu (forked pyqtgraph)
98-
- ref: refactor block matrix and reset font sizes
99-
- build: make sure latest libraries of dclab and pyqtgraph are used
100-
2.0.0a25
101-
- feat: implement data export
102-
- feat: implement simple computation of basic statistics
103-
- fix: pipeline modified plain dataset filter
104-
- fix: allow to remove all datasets or filters
105-
- fix: failed to load some datasets b/c of zero-valued meta data
106-
- fix: toggle buttons in Block Matrix not functional
107-
- enh: update font sizes
108-
- docs: minor update
109-
2.0.0a24
110-
- implemented polygon filters
111-
- condense context menus, add export context menu to all plots
112-
- add computation of Young's modulus and crosstalk correction
113-
- add user-defined fluorescence labels in QuickView
114-
- add legend to trace in QuickView
115-
- populate metadata panel
116-
- implement multiple subplots per plot, plot title, plot labels,
117-
legend, and event count
118-
- refactor data model
119-
- functionalize buttons in analysis view
120-
- correctly handle datasets with different sets of features
121-
2.0.0a23
122-
- add more update functions to fix frozen macOS app
123-
- improve plot visualizations
124-
2.0.0a22
125-
- add update functions to fix non-updating UI behavior on macOS
126-
in frozen application
127-
- dclab: circumvent UnicodeDecodeError on on macOS (frozen)
128-
2.0.0a21
129-
- fix regression with isoelastics in QuickView
130-
- fix display of features as hue
131-
- functionalize plotting panel
132-
- add modify button and corresponding logic for dataslots
133-
- refactor analysis view into separate submodule
134-
2.0.0a20
135-
- fix missing source files in previous release
136-
2.0.0a19
137-
- fix plot matrix: size and buttons of elements
138-
- populate help menu
139-
- refactor scatter plot
140-
- show isoelastics in QuickView
141-
- introduce style sheets
142-
- fix box filter view not updated with filter data
143-
- add list of features to QuickView/Event as a new tab
144-
- allow to choose box filters
145-
- add preview for plot generation
146-
- other minor fixes
147-
2.0.0a18
148-
- replace push buttons with tool buttons
149-
(try to overcome ugly rendering on macOS)
150-
- fix block matrix: toggle did not work without QuickView
151-
- make menu->quit functional
152-
- add help message in QuickView explaining how it works
153-
- add experimental zoom checkbox for trace view
154-
- additional refactoring
155-
2.0.0a17
156-
- implement data/plot matrix states
157-
- implement data/plot matrix logic
158-
- implement basic Quick View functionalities
159-
- implement basic filtering functionalities
160-
2.0.0a16
161-
- add documentation (from Shape-Out 1)
162-
- test deployment for macOS
163-
2.0.0a1
164-
- first preview
1+
2.0.0
2+
- initial release

0 commit comments

Comments
 (0)