-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
126 lines (60 loc) · 1.95 KB
/
ChangeLog
File metadata and controls
126 lines (60 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
============================
cppyythonizations Change Log
============================
.. current developments
v1.2.5
====================
**Fixed:**
* Fixed rendering of builtin typenames in some places (we cannot refer to ``int`` as ``::int``.)
v1.2.4
====================
**Fixed:**
* Fixed namespace lookup issues caused by https://github.com/wlav/cppyy/issues/253
v1.2.3
====================
**Changed:**
* Changed packaging to use pyproject.toml instead of the overly complicated autotools setup copied over from the C++/Python projects.
**Fixed:**
* Adapted cppyythonizations to different ways of type printing in different versions of cppyy.
* Include tribool in the distributed package.
v1.2.2
====================
**Fixed:**
* Do not break inplace operators in `enable_arithmetic`.
v1.2.1
====================
**Fixed:**
* Fixed typo in `make uninstall` command.
* Include `MANIFEST.in` in distributed cppyythonizations tarball.
v1.2.0
====================
**Added:**
* Added `cppyythonizations.boost.type_erasure` to make methods on erased types available in cppyy.
**Fixed:**
* Removed explicit cancel workflow for GitHub CI (replaced by newer builtin feature.)
* Allow installation of cppyythonizations with `pip install -e`.
v1.1.3
====================
**Added:**
* add package to PyPI so we can `pip install cppyythonizations`
v1.1.2
====================
**Fixed:**
* adapt serialization to changes in cppyy 1.9.0
* only run GitHub workflows once for master but not for pushes to tags.
v1.1.1
====================
**Changed:**
* use GitHub Actions for CI
**Fixed:**
* fixed errors in doctests for tuple and vector pythonizations
v1.1.0
====================
**Added:**
* workaround for printing and indexing into tuples, see https://bitbucket.org/wlav/cppyy/issues/272/pythonization-on-tuple-erases-__getitem__
v1.0.1
====================
**Fixed:**
* typo in rever deployment script
v1.0.0
====================