Commit Graph

24364 Commits (f5c0e755ff8e59c2d0508728bb1895ce09dc7ecc)

Author SHA1 Message Date
John Benediktsson f5c0e755ff misc/icons: renaming to old convention, adding 48x48. 2012-12-01 09:30:33 -08:00
John Benediktsson ccde875d0a io.files: fix testcase for renamed icon file. 2012-11-30 18:28:20 -08:00
Mighty Sheeple 93ee759f98 webapps.mason.version.data: Already inside a transaction, don't make another. 2012-11-30 18:52:42 -05:00
John Benediktsson afd96b92d3 websites.factorcode: higher resolution logo for retina. 2012-11-30 15:38:23 -08:00
John Benediktsson 708313fb00 New icons for Factor. 2012-11-30 15:26:21 -08:00
John Benediktsson 30b779a700 Revert "ui.backend.cocoa.views: make compatible with 10.6."
This reverts commit 7f6f742fc3.
2012-11-29 18:43:39 -08:00
Doug Coleman a851909788 machine-learning: Add stratified-samples for getting multiple samples. 2012-11-28 09:13:16 -08:00
Doug Coleman 040a7b8e8b basis: Try to fix the build. My profiler is hanging, but I can't figure out why. See if the build farm has the same is
sue.
2012-11-27 12:47:44 -06:00
John Benediktsson 7f6f742fc3 ui.backend.cocoa.views: make compatible with 10.6. 2012-11-26 14:48:42 -08:00
Jon Harper fbdcc2eb42 winapi window resize 2012-11-26 14:39:55 -08:00
Jon Harper d72f57eb8e OSX window resize 2012-11-26 14:39:55 -08:00
Jon Harper d48c0c849e X11 window resize 2012-11-26 14:39:54 -08:00
Jon Harper 64373cee20 Add resize-window and relayout-window 2012-11-26 14:39:54 -08:00
Doug Coleman 3b88948742 machine-learning.rebalancing: Don't use a distribution for equal rebalancing. 2012-11-17 12:52:55 -08:00
Doug Coleman 199890e254 machine-learning.rebalancing: Add a way to rebalance an X,y dataset to N samples with an equal or skewed distribution. 2012-11-17 12:39:54 -08:00
Doug Coleman 7c58e4c06c math.statistics: Add a variant of histogram that can see the sequence index. 2012-11-17 12:39:54 -08:00
Doug Coleman cde43eb0be math.statistics: Add back std as sample-std. 2012-11-15 08:27:41 -08:00
Doug Coleman c0f96f2297 arrays.shaped: First stab at an n-dimensional array class. 2012-11-14 22:42:45 -08:00
Doug Coleman c20ee965c6 math.statistics: Make you think about which std you want--population or sample. Hopefully use the right words everywhere. 2012-11-07 22:53:53 -08:00
Doug Coleman d291f096c2 math.statistics: Rename full-* to population-*. Full, while somewhat descriptive of using the entire dataset, is not a technical term, while population is used in Mathematica and stats books. 2012-11-07 22:53:52 -08:00
Doug Coleman 7504823dee math.matrices: Add m+n, m-n, n+m, n-m, words. 2012-11-07 22:53:52 -08:00
John Benediktsson c3198ef131 math.extras: adding unique-indices. 2012-11-07 17:05:06 -08:00
John Benediktsson 008344ffbd sequences.extras: adding flatten1. 2012-11-07 17:02:22 -08:00
John Benediktsson bbb00b4542 assocs.extras: adding assoc-invert. 2012-11-07 17:01:37 -08:00
John Benediktsson 98394cf35e math.statistics: rename full-* to population-*. 2012-11-06 07:16:20 -08:00
John Benediktsson 879177f189 opengl: properly scale viewports. 2012-11-01 17:12:13 -07:00
John Benediktsson 890700df95 ui.backend.cocoa.views: only set gl-scale-factor if > 1.0. 2012-11-01 16:59:45 -07:00
John Benediktsson 30644e696f images: don't truncate in image-dim. 2012-11-01 16:48:44 -07:00
John Benediktsson eca276a1e1 opengl: make sure to reset the scale factor at startup. 2012-11-01 16:46:56 -07:00
John Benediktsson 3413fd6f14 core-text: better check. 2012-11-01 16:43:26 -07:00
John Benediktsson cf97c62499 cap: make screenshots work on retina. 2012-11-01 16:30:20 -07:00
John Benediktsson 3b1b118f38 core-text: retina displays should use "2x" fonts. 2012-11-01 16:28:33 -07:00
John Benediktsson 3868b99f1d opengl.textures: render 2x images. 2012-11-01 16:14:55 -07:00
John Benediktsson 78a577157a images: adding "2x" images. 2012-11-01 16:11:55 -07:00
John Benediktsson 7bf38799e4 opengl: adding support for a gl-scale-factor. 2012-11-01 14:48:12 -07:00
John Benediktsson 4472faba00 calendar: better warnings. 2012-11-01 14:41:30 -07:00
John Benediktsson 03de9418a3 ui.backend.cocoa.views: [self setWantsBestResolutionOpenGLSurface:YES]; 2012-11-01 14:29:03 -07:00
John Benediktsson 9e0439e241 Factor.app: enable NSHighResolutionCapable. 2012-11-01 14:27:31 -07:00
John Benediktsson 9698d51e5d assocs.extras: use min-length in zip-as. 2012-10-30 09:50:53 -07:00
John Benediktsson 7384828e2e sequences.extras: adding a (slow) arg-sort. 2012-10-29 17:45:33 -07:00
Doug Coleman f955178bc4 ui.backend.gtk: Save the clipboard to the global clipboard so that it doesn't get deleted when Factor exits. Fixes #548. Add paste-selection, but commented out for now. 2012-10-29 10:56:34 -07:00
Doug Coleman 84d300c1b3 grouping: The expectation is that if there is a virtual clump of length N, then each iteration through that clump there are N elements available. This patch breaks that assumption.
Revert "change clump when the group size is greater than the sequence length"

This reverts commit baedb316c5.

Conflicts:
	basis/grouping/grouping-docs.factor
	basis/grouping/grouping-tests.factor
	basis/grouping/grouping.factor
2012-10-29 09:47:15 -07:00
Jon Harper 50d3a8f197 Allow circular clumps with a length smaller than the clump
Conflicts:
	basis/grouping/grouping-tests.factor
2012-10-28 13:41:41 -07:00
Jon Harper a37026023f fixup: forgot the tests 2012-10-28 13:34:30 -07:00
Jon Harper 2535b58439 clump: fix empty sequence input. rephrase docs a bit 2012-10-28 13:34:18 -07:00
Jon Harper baedb316c5 change clump when the group size is greater than the sequence length 2012-10-28 13:34:08 -07:00
Jon Harper 962ec0a4be Friendlier grouping/clumping error message 2012-10-28 13:33:51 -07:00
Doug Coleman d912d44a62 os-unix: Actually call pthread_join() to avoid an infinite loop and 100% cpu usage. It happens randomly. Fixes #738. Thanks to kkrev or frankfranks. 2012-10-26 10:36:01 -07:00
John Benediktsson 88e2558da0 io.streams.zeros: write only 'n' zeros. 2012-10-26 07:48:51 -07:00
John Benediktsson 08ce443627 io.streams.zeros: adding authors.txt. 2012-10-25 22:00:35 -07:00