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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
ac0bf9e5
Commit
ac0bf9e5
authored
Jan 05, 2022
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
e9435cd9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
CHANGES.rst
CHANGES.rst
+8
-4
No files found.
CHANGES.rst
View file @
ac0bf9e5
...
...
@@ -2,7 +2,7 @@
Cython
Changelog
================
3.0.0
alpha
10
(
202
1
-
12
-??)
3.0.0
alpha
10
(
202
2
-
01
-??)
===========================
Features
added
...
...
@@ -82,13 +82,17 @@ Bugs fixed
*
Python
object
types
were
not
allowed
as
``->``
return
type
annotations
.
Patch
by
Matus
Valo
.
(
Github
issue
:
issue
:`
4433
`)
*
Default
values
for
memory
views
arguments
were
not
properly
supported
.
Patch
by
Corentin
Cadiou
.
(
Github
issue
:
issue
:`
4313
`)
*
Templating
C
++
classes
with
memory
view
types
lead
to
buggy
code
and
is
now
rejected
.
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
3085
`)
*
Several
C
++
library
declarations
were
added
and
fixed
.
Patches
by
Dobatymo
,
account
-
login
,
Jonathan
Helgert
,
Evgeny
Yakimov
.
Patches
by
Dobatymo
,
account
-
login
,
Jonathan
Helgert
,
Evgeny
Yakimov
,
GalaxySnail
,
Max
Bachmann
.
(
Github
issues
:
issue
:`
4408
`,
:
issue
:`
4419
`,
:
issue
:`
4410
`,
:
issue
:`
4395
`,
:
issue
:`
4423
`,
:
issue
:`
4448
`,
:
issue
:`
4462
`,
:
issue
:`
3293
`)
:
issue
:`
4423
`,
:
issue
:`
4448
`,
:
issue
:`
4462
`,
:
issue
:`
3293
`,
:
issue
:`
4522
`,
:
issue
:`
2171
`,
:
issue
:`
4531
`)
*
Some
compiler
problems
and
warnings
were
resolved
.
Patches
by
David
Woods
,
0
dminnimda
,
Nicolas
Pauss
and
others
.
...
...
@@ -108,7 +112,7 @@ Bugs fixed
*
Some
compatibility
issues
with
PyPy
were
resolved
.
Patches
by
Max
Bachmann
,
Matti
Picus
.
(
Github
issues
:
issue
:`
4454
`,
:
issue
:`
4477
`,
:
issue
:`
4478
`,
:
issus
:`
4509
`)
(
Github
issues
:
issue
:`
4454
`,
:
issue
:`
4477
`,
:
issue
:`
4478
`,
:
issus
:`
4509
`
,
:
issue
:`
4517
`
)
*
A
compiler
crash
when
running
Cython
thread
-
parallel
from
distutils
was
resolved
.
(
Github
issue
:
issue
:`
4503
`)
...
...
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