forked from spyder-ide/spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncements.txt
135 lines (98 loc) · 5.3 KB
/
announcements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Minor release to list
=====================
Hi all,
On the behalf of Spyder’s development team (https://github.com/spyder-ide/spyder/blob/master/AUTHORS),
I’m pleased to announce that Spyder 2.3.4 has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
This release represents almost one month of development since version 2.3.3 and
introduces several new features:
* Debugging
* After pressing the Debug button (or `Ctrl+F5`) move to the first breakpoint
* IPython Console
* Drop support for Sympy versions less than 0.7.3
* Python Console
* Remove support to run system commands with ! (like !diff)
* Editor
* Accept drops from compressed files on Windows
We also fixed almost 30 bugs and merged 6 pull requests. For a full list of fixes
see our changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
This is going to be the last release in 2.3 series. Very soon we are going to
release the first beta of our next major release (expected to be ready on July!)
Don’t forget to follow Spyder updates/news:
* on the project website: https://github.com/spyder-ide/spyder
* and on our official blog: http://spyder-ide.blogspot.com/
Last, but not least, we welcome any contribution that helps making Spyder an
efficient scientific development/computing environment. Join us to help creating
your favorite environment!
Enjoy!
-Carlos
----
Minor release others
====================
On the behalf of Spyder’s development team (https://github.com/spyder-ide/spyder/blob/master/AUTHORS),
I’m pleased to announce that Spyder 2.3.4 has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
Spyder is a free, open-source (MIT license) interactive development environment
for the Python language with advanced editing, interactive testing, debugging
and introspection features. It was designed to provide MATLAB-like features
(integrated help, interactive console, variable explorer with GUI-based editors
for NumPy arrays and Pandas dataframes), it is strongly oriented towards scientific
computing and software development.
This release represents almost one month of development since version 2.3.3 and
introduces several new features:
* Debugging
* After pressing the Debug button (or `Ctrl+F5`) move to the first breakpoint
* IPython Console
* Drop support for Sympy versions less than 0.7.3
* Python Console
* Remove support to run system commands with ! (like !diff)
* Editor
* Accept drops from compressed files on Windows
We also fixed almost 30 bugs and merged 6 pull requests. For a full list of
fixes see our changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
This is going to be the last release in 2.3 series. Very soon we are going to
release the first beta of our next major release (expected to be ready on July!)
Don’t forget to follow Spyder updates/news:
* on the project website: https://github.com/spyder-ide/spyder
* and on our official blog: http://spyder-ide.blogspot.com/
Last, but not least, we welcome any contribution that helps making Spyder an
efficient scientific development/computing environment. Join us to help creating
your favorite environment!
Enjoy!
-Carlos
----
Major release to others
=======================
Hi all,
On the behalf of Spyder's development team (https://github.com/spyder-ide/spyder/blob/master/AUTHORS),
I'm pleased to announce that Spyder 2.3 has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
Spyder is a free, open-source (MIT license) interactive development environment
for the Python language with advanced editing, interactive testing, debugging
and introspection features. It was designed to provide MATLAB-like features
(integrated help, interactive console, variable explorer with GUI-based editors
for NumPy arrays and Pandas dataframes), it is strongly oriented towards
scientific computing and software development.
This release represents 14 months of development since version 2.2 and introduces
major enhancements and new features:
* Python 3 support (versions 3.2, 3.3 and 3.4 are supported).
* Various Editor improvements:
- Use the Tab key to do code completions
- Highlight cells
- First-class support for Enaml files
- Improve how calltips are shown
* Better looking Object Inspector
* Several refinements to the user interface to make it easier and more intuitive
* And many other changes: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md
Spyder 2.2 has been a huge success (being downloaded more than 400,000 times!)
and we hope 2.3 will be as successful as it. For that we fixed 70 important bugs,
merged 30 pull requests from 11 authors and added almost 1000 commits between
these two releases.
Don't forget to follow Spyder updates/news:
* on the project website: https://github.com/spyder-ide/spyder
* and on our official blog: http://spyder-ide.blogspot.com/
Last, but not least, we welcome any contribution that helps making Spyder an
efficient scientific development/computing environment. Join us to help creating
your favorite environment!
Enjoy!
-Carlos