Skip to content

Commit

Permalink
Merge from 2.3 after releasing 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Apr 26, 2016
2 parents 14902ef + d930754 commit b87bfa0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Announcements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
Minor release to list
=====================

Subject: [ANN] Spyder 2.3.8 is released!
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.8 has been released and is available for
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 represents one month and a half of development since version 2.3.7
and introduces several new features:
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
* Fix a sitecustomize error when using Matplotlib 1.5 with Python 2 on Linux
* Filter a RuntimeWarning generated for DataFrames with nan values
* Variable Explorer
* Add support for Pandas Series when using Pamdas 0.17+
* Fix a freeze when creating empty DataFrames in Python 2
* Fix a freeze when working with big Numpy recarray's
* 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 6 bugs. For a full list of fixes see our changelog:
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:
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# History of changes

## Version 2.3.9

### 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

### Bug fixes

**Issues**

* [Issue 3067](../../issues/3067) - File left open in sitecustomize when executing it in Python 3
* [Issue 3031](../../issues/3031) - Variable Explorer freezes when certain binary data is loaded
* [Issue 2991](../../issues/2991) - RuntimeWarning with pandas.dataframes that contain np.nan values
* [Issue 2984](../../issues/2984) - Can't access Preferences in spyder
* [Issue 2983](../../issues/2983) - Freeze while assigning data from numpy array when the data is a string

In this release they were closed 5 issues


----


## Version 2.3.8

### New features
Expand Down

0 comments on commit b87bfa0

Please sign in to comment.