Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
78b799d0
Commit
78b799d0
authored
May 18, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up changelog.
parent
2833c9ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
CHANGES.rst
CHANGES.rst
+1
-15
No files found.
CHANGES.rst
View file @
78b799d0
...
...
@@ -29,25 +29,11 @@ Bugs fixed
that
appeared
in
3.0
a1
.
(
Github
issue
#
3578
)
*
C
-
tuples
could
use
invalid
C
struct
casting
.
Patch
by
MegaIng
.
(
Github
issue
#
3038
)
*
Optimised
``%
d
``
string
formatting
into
f
-
strings
failed
on
float
values
.
(
Github
issue
#
3092
)
*
Optimised
aligned
string
formatting
(``%
05
s
``,
``%-
5
s
``)
failed
.
(
Github
issue
#
3476
)
*
The
outdated
getbuffer
/
releasebuffer
implementations
in
the
NumPy
declarations
were
removed
so
that
buffers
declared
as
``
ndarray
``
now
use
the
normal
implementation
in
NumPy
.
*
The
non
-
public
NumPy
array
specific
``
INCREF
``/``
XDECREF
``
functions
were
removed
from
the
NumPy
declarations
.
*
When
using
the
``
CYTHON_NO_PYINIT_EXPORT
``
option
in
C
++,
the
module
init
function
was
not
declared
as
``
extern
"C"
``.
(
Github
issue
#
3414
)
*
Includes
all
bug
-
fixes
from
the
0.29.18
release
.
3.0.0
alpha
4
(
2020
-
05
-
05
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment