forked from spyder-ide/spyder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Announcements.txt
192 lines (132 loc) · 7.33 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
Minor release to list
=====================
Subject: [ANN] Spyder 2.3.9 is released!
Hi all,
On the behalf of Spyder’s development team (https://github.com/spyder-ide/spyder/graphs/contributors),
I’m pleased to announce that Spyder 2.3.9 has been released and is available for
Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
This release comes 5 months after version 2.3.8 and introduces several new features:
* Preferences
* Fix a crash when using certain versions of colorama (which is a Jedi dependency)
* Python and IPython consoles
* Filter a RuntimeWarning generated for DataFrames with nan values
* Variable Explorer
* Fix a freeze when binary strings can't be converted to unicode in Python 2
* Fix a freeze with Numpy arrays containing strings
We also fixed 5 bugs. For a full list of fixes see our changelog:
https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md
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
====================
Subject: [ANN] Spyder 2.3.8 is released!
On the behalf of Spyder’s development team (https://github.com/spyder-ide/spyder/graphs/contributors),
I’m pleased to announce that Spyder 2.3.8 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 one month and a half of development since version 2.3.7
and introduces several new features:
* Python and IPython consoles
* Fix a sitecustomize error when using Matplotlib 1.5 with Python 2 on Linux
* Variable Explorer
* Add support for Pandas Series when using Pamdas 0.17+
* Fix freeze when creating empty DataFrames in Python 2
* Fix freeze when working with big Numpy recarray's
We also fixed 6 bugs. For a full list of fixes see our changelog:
https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md
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
=======================
Subject: [ANN] Spyder 3.0 is released!
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/2.3/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
---
Beta release
============
Subject: [ANN] Spyder 3.0 fourth public beta release
Hi all,
On the behalf of Spyder's development team (https://github.com/spyder-ide/spyder/graphs/contributors),
I'm pleased to announce the fourth beta of our next major version: Spyder 3.0.
We've been working on this version for almost two years now and as far as we know
it's working very well. There are still several bugs to squash but we encourage all
people who like the bleeding edge to give it a try. This beta version is released
three weeks after our third one and it includes more than 150 commits!
Spyder 3.0 comes with several interesting and exciting new features. The most
important ones are:
* Support for much more programming languages: Spyder relies now on the excellent Pygments
library to provide syntax highlight and suggest code completions in the Editor, for all
programming languages supported by it.
* A new file switcher: Spyder 3.0 will come with a fancy file switcher, very similar in
spirit to the one present in Sublime Text. This is a dialog to select among the open
files in the Editor, by doing a fuzzy search through their names. It also lets users to
view the list of classes, methods and functions defined in the current file, and select
one of them. This dialog is activated with `Ctrl+P`.
* A Numpy array graphical builder: Users who need to create NumPy arrays in Spyder for
matrices and vectors can do it now in a graphical way by pressing `Ctrl+M` in the Editor
or the Consoles. This will open an empty 2D table widget to be filled with the data
required by the user.
* A new icon theme based on FontAwesome.
* A new set of default pane layouts for those coming from Rstudio or Matlab (under
`View > Window layouts`).
* A simpler and more intuitive way to introduce keyboard shortcuts.
* Support for PyQt5, which fixes problems in MacOS X and in high definition screens.
For a complete list of changes, please see here:
https://github.com/spyder-ide/spyder/wiki/Beta-version-changelog
You can easily install this beta if you use Anaconda by running:
conda update qt pyqt
conda install -c spyder-ide spyder==3.0.0b4
Or you can use pip with this command:
pip install --pre -U spyder
Enjoy!
-Carlos