Joachim LF
|
9b17d1b882
|
[Update] Epsilon 15.3.1
|
2021-01-21 19:56:06 +01:00 |
|
Hugo Saint-Vignes
|
e27c668c40
|
[apps,escher,kandinsky,poincare,python] Replace every "grey" with "gray"
Change-Id: I60a232849dce90f70e6977b6024d6e9b1ce1b731
|
2020-11-04 15:07:20 +01:00 |
|
Hugo Saint-Vignes
|
db69f6a6f5
|
[regression] Implement R2 computation using evaluated values
Change-Id: Iecf8cb84f092c2ec8a9bc17bc0265d7dddaac36c
|
2020-11-04 14:45:34 +01:00 |
|
Hugo Saint-Vignes
|
5c95cbd1d3
|
[regression] Add r2 to any regression stats
Change-Id: I3088dd66b1c3f48973b8a9277de687bdd24e094b
|
2020-11-04 14:45:34 +01:00 |
|
Quentin
|
f37040dc8a
|
[Fix] Conflicts
|
2020-04-16 14:04:56 +02:00 |
|
Romain Goyet
|
950862f8d0
|
Use std::min and std::max
|
2020-04-14 09:31:02 -04:00 |
|
Quentin
|
0d56576f9c
|
[Git] Fix conflicts
|
2020-04-01 11:36:16 +02:00 |
|
Émilie Feral
|
886fc98350
|
[escher] Palette: factorize data color iteration
|
2020-04-01 10:18:08 +02:00 |
|
Quentin Guidée
|
ab8f731515
|
Fixed some conflicts
|
2020-02-12 17:42:58 +01:00 |
|
Léa Saviot
|
f6c15198bc
|
[apps/regression] Power regression uses logarithm of series
This matches other apps results and we directly compute the values from
the data instead of doing a gradient descent.
|
2020-02-12 15:13:21 +01:00 |
|
Quentin Guidée
|
ec43f41a8e
|
Omega theme: some fixes
|
2019-11-29 23:35:35 +01:00 |
|
Quentin Guidée
|
c68a0cdb33
|
New Default theme: Omega theme! (Beta)
|
2019-11-29 19:42:39 +01:00 |
|
Émilie Feral
|
4d593a6149
|
[poincare] PrintFloat: take into account the distinction between char
and glyph length in ConvertFloatToText
|
2019-09-26 11:26:48 +02:00 |
|
Émilie Feral
|
743bf7cf28
|
[escher] EvenOddMessageTextCell wraps the message view with a 2-pixel
margins (avoid almost duplicate classes)
|
2019-09-26 11:26:48 +02:00 |
|
Léa Saviot
|
4caf9f5197
|
[coding style] Make some methods const
|
2019-09-09 20:05:14 +02:00 |
|
Léa Saviot
|
0840ca7a1e
|
[apps/poincare] Move NormalDistribution to Poincare
|
2019-08-23 13:47:52 +02:00 |
|
Ruben Dashyan
|
44809f4b3f
|
Substitute Escher app() by Container::activeApp()
|
2019-07-19 15:06:25 +02:00 |
|
Ruben Dashyan
|
eb3da7f395
|
[apps] Substitute "app()->container()" by "AppsContainer::sharedAppsContainer()"
|
2019-07-19 15:06:25 +02:00 |
|
Émilie Feral
|
2217eebaec
|
[escher] SelectableTableView: when reloading data, we temporary deselect
the table. We warn the SelectableTableViewDelegate that the selection
change is 'within a temporary selection change' when notifying it of the
change.
|
2019-05-03 15:54:21 +02:00 |
|
Émilie Feral
|
da1ee21fd5
|
[poincare] VerticalOffsetLayout: change name of 'Type' to 'Position'
|
2019-05-03 15:54:21 +02:00 |
|
Léa Saviot
|
496d346049
|
Remove max/min inline from KDCoordinate header
|
2019-05-03 15:53:19 +02:00 |
|
Léa Saviot
|
f576e31ff1
|
[apps/poincare] Replace CharLayouts with CodePointLayouts
|
2019-05-03 15:53:19 +02:00 |
|
Émilie Feral
|
7b5f3c570d
|
[poincare] Change the way Expression are built
|
2019-02-21 11:29:35 +01:00 |
|
Émilie Feral
|
ac6f23684d
|
[poincare] Clean Expression and Layout builders
Before: Opposite(Opposite(Rational(1))) misleadingly created the
expression "-1"; now, Opposite::Builder(Opposite::Builder(Rational(1)))
creates "--1"
|
2019-02-21 11:29:35 +01:00 |
|
Émilie Feral
|
55be86ef50
|
[escher] TableView::cellAtLocation should return nullptr if the cell is
invisible and therefore no view displays it.
Fix bug: add 4 functions, in the values table one cell is wrong as soon
as you edit an x value
|
2018-11-26 11:24:30 +01:00 |
|
Émilie Feral
|
fb1625e9f4
|
[statistics][regression] CalculationController: fix column width to
display all digits
|
2018-11-23 12:04:09 +01:00 |
|
Émilie Feral
|
1982af1613
|
[regression] CalculationController: fix sub cell selection
|
2018-11-20 11:22:40 +01:00 |
|
Lionel Debroux
|
1a8c6b6ae9
|
[poincare, escher, ion, apps] Split the huge umbrella header poincare.h, to reduce build time.
This should be a NFC, but surprisingly, it also reduces size... so what does it change ?
|
2018-10-23 11:49:09 +02:00 |
|
Romain Goyet
|
f8beae3b86
|
[kandinsky] Move to KDFont
|
2018-10-11 16:44:02 +02:00 |
|
Émilie Feral
|
365b145cf3
|
[poincare] Change names: LayoutReference-->Layout
|
2018-09-18 16:29:44 +02:00 |
|
Émilie Feral
|
616e4c0bcc
|
[poincare] Change name: LayoutRef --> LayoutReference
|
2018-09-14 16:57:12 +02:00 |
|
Émilie Feral
|
579da3033a
|
[apps] Get rid of DynamicViewController (part 2)
|
2018-09-07 17:55:42 +02:00 |
|
Émilie Feral
|
03dcb58096
|
[regression] Fix CalculationController with new Poincare API
|
2018-09-06 16:39:52 +02:00 |
|
Émilie Feral
|
f70f72da1a
|
Change new Layout -> LayoutRef
|
2018-09-06 16:04:17 +02:00 |
|
Émilie Feral
|
b8af15f1ab
|
[poincare] change createLayout signature
- CreateLayout depends on the float display mode and the number of
significant digits
- Float display mode does not have a default value anymore
|
2018-07-18 16:32:50 +02:00 |
|
Léa Saviot
|
428b60771b
|
[apps/reg] Calculation column size depends on regression type
|
2018-07-18 10:32:46 +02:00 |
|
Léa Saviot
|
42982cb078
|
[apps/reg] Fix Stats column widths to fit the quartic regression formula
|
2018-07-18 10:32:46 +02:00 |
|
Léa Saviot
|
c4c613d642
|
[apps/reg] Display when data is not suitable for regression
|
2018-07-18 10:32:45 +02:00 |
|
Léa Saviot
|
a8b2183afa
|
[apps/reg] Prevent fitting when data not suitable
|
2018-07-18 10:32:45 +02:00 |
|
Léa Saviot
|
5a64a26d24
|
[apps/reg] Fix Stats display (add Dash, show curve equation)
|
2018-07-18 10:32:45 +02:00 |
|
Léa Saviot
|
bcc1d3f153
|
[apps/reg] Display the right data in Stats
|
2018-07-18 10:32:45 +02:00 |
|
Léa Saviot
|
1c8ff9bd83
|
[apps/reg] Put levenberg-marquardt methods in Model
|
2018-07-18 10:32:45 +02:00 |
|
Léa Saviot
|
a7c0bab248
|
[apps/regression] Levenberg Marquardt regression algorithm
|
2018-07-18 10:32:44 +02:00 |
|
Léa Saviot
|
de47bf5486
|
[apps/reg] Fix dynamic view initialization
|
2018-06-12 16:24:30 +02:00 |
|
Léa Saviot
|
acc49412f1
|
[apps/escher] EvenOddExpressionCell has left and right margins
|
2018-06-12 15:50:50 +02:00 |
|
Émilie Feral
|
67cddf554d
|
Merge branch 'lea-statistics' into upgrade-1.6.0
|
2018-06-12 10:25:54 +02:00 |
|
Léa Saviot
|
3a4dab2898
|
[apps/reg] Fix Series title in calculation
|
2018-06-11 15:41:36 +02:00 |
|
Léa Saviot
|
70ad21232d
|
[apps/shared] FloatPairStore -> DoublePairStore
|
2018-06-11 13:58:25 +02:00 |
|
Léa Saviot
|
de1ccac62f
|
[apps/reg] Modify navigation on hidden cell in Stats
|
2018-06-11 13:58:25 +02:00 |
|
Léa Saviot
|
b2c84b3f45
|
[apps] Fix compilation
|
2018-06-11 13:58:25 +02:00 |
|