Group Abstract Group Abstract

Message Boards Message Boards

9
|
21.7K Views
|
10 Replies
|
13 Total Likes
View groups...
Share
Share this post:

Mathematica 11.1 Is Out Now!

Posted 9 years ago
POSTED BY: John Moore
10 Replies

And there are actually more functions than show there. Functions like URLFetch (superseded by URLRead and URLExecute) are not counted in any of those bars.

POSTED BY: Gustavo Delfino

I guess this is a count of functions that have stood the test of time ;-)

POSTED BY: Sander Huisman

Here is a plot of the number of functions for each release:

funcs=WolframLanguageData[];
versions=WolframLanguageData[funcs,"VersionIntroduced"];
out=SortBy[Tally[versions],First];
out[[All,2]]=Accumulate[out[[All,2]]];
out={#1,{If[IntegerQ[#1],100,50],#2}}&@@@out;
blue=RGBColor[0.37,0.51,0.71];
cols=If[IntegerQ[#],blue,Lighter[blue]]&/@out[[All,1]];
RectangleChart[Labeled[#2,Rotate[#1,\[Pi]/4],Below]&@@@out,BarSpacing->0,ImageSize->600,ChartStyle->cols,Frame->True,GridLines->Automatic,FrameTicks->{{Automatic,Automatic},{None,None}}]

enter image description here

POSTED BY: Sander Huisman
Posted 9 years ago

A reboot fixed the problem.

POSTED BY: Mark Fisher
Posted 9 years ago

I upgraded to Version 11.1 on my macbook pro and the new coloring makes the autocompletion help unreadable. I think it consists of very dark blue text on a black background. Is there some way I can fix this?

POSTED BY: Mark Fisher

I tested this on my MacBook Pro (2016) and saw no problem.

Posted 9 years ago

This is what it looks like.

Attachments:
POSTED BY: Mark Fisher

Here is a screen short on my computer:enter image description here

Posted 9 years ago

http://blog.wolfram.com/2017/03/16/the-rd-pipeline-continues-launching-version-11-1

Is this new release actually available for test and upgrade?

I could not find any link or clue on the subject on the Wolfram site.

Does anyone know about it?

Thanks.

POSTED BY: E Martin

Hi, I have just upgraded it. Go to Your User Portal and do it! Good luck Christos

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard