File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Version 0.0.3 (September ?? , 2021)
4
+ Version 0.0.3 (September 22nd , 2021)
5
5
----------------------------------
6
6
7
- XXX Short one paragraph description of release and highlights XXX
7
+ This release adds various new API functions (see below) and extends the debug
8
+ mode with the ability to track closed handles.
9
+ The default ABI mode now is 'universal' for non-CPython implementations.
10
+ Also, the type definition of `HPyContext ` was changed and it's no longer a
11
+ pointer type.
12
+ The name of the HPy dev package was changed to 'hpy' (formerly: 'hpy.devel').
13
+ Macro HPy_CAST was replaced by HPy_AsStruct.
8
14
9
15
New features:
10
16
11
- - XXX
17
+ - Added helper HPyHelpers_AddType for creating new types
18
+ - Support format specifier 's' in HPyArg_Parse
19
+ - Added API functions: HPy_Is, HPy_AsStructLegacy (for legacy types),
20
+ HPyBytes_FromStringAndSize, HPyErr_NewException, HPyErr_NewExceptionWithDoc,
21
+ HPyUnicode_AsUTF8AndSize, HPyUnicode_DecodeFSDefault, HPyImport_ImportModule
22
+ - Debug mode: Implemented tracking of closed handles
23
+ - Debug mode: Add hook for invalid handle access
12
24
13
25
Bug fixes:
14
26
15
- - XXX
27
+ - Distinguish between pure and legacy types
28
+ - Fix Sphinx doc errors
You can’t perform that action at this time.
0 commit comments