File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # v0.9.5 - 2024-12-27
3
+
4
+ ## Python Syntax
5
+ - generics def
6
+ - generics class
7
+ - raise from statement
8
+
9
+ ## Fixes for inconsistence with Python
10
+ - Python3.13 dedent doc string
11
+
12
+ ## Fixes
13
+ - print:
14
+ - js cannot compile
15
+ - nimvm for non-NL ` endl ` now err over do nothing
16
+
17
+ ### Lib
18
+ - array:
19
+ - iter cannot compile
20
+ - tobytes loop index starting fault (caused RangeDefect)
21
+
22
+ ## Feature additions
23
+ ### Lib
24
+ - tempfile: ` gettemp{dir,prefix}[b] `
25
+ - newly added:
26
+ - inspect: (Signature,etc not impl yet)
27
+ - errno
28
+
29
+ ## Patches for Nim-compatibility
30
+ - supports Nim 2.3.1
31
+
32
+ ## deprecate
33
+ - deprecate ` newPyDictImpl ` over ` newPyDict ` , to be removed since 0.10
Original file line number Diff line number Diff line change 2
2
const
3
3
Major* = 0
4
4
Minor* = 9
5
- Patch* = 4
5
+ Patch* = 5
6
6
7
7
ReleaseLevel* = " alpha"
8
8
Serial* = 0
You can’t perform that action at this time.
0 commit comments