[go: up one dir, main page]

File: releasenotes.rst

package info (click to toggle)
cppy 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: cpp: 390; python: 86; ansic: 62; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
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
Cppy Release Notes
==================

1.3.1 - 11/02/2025
-------------------
- on Windows link to debug runtime lib when building with a debug Python PR #29

1.3.0 - 26/11/2024
------------------
- prevent linking dynamically to MSVCP on windows

1.2.1 - 03/30/2022
------------------
- make the pyproject.toml fully PEP 621 compliant PR #19

1.2.0 - 03/11/2022
------------------
- expose a build_ext subclass that can be re-used in other projects PR #16
- use a PEP 517 compatible install procedure PR #16
- do not access directly ob_type on PyObject use Py_TYPE

1.1.0 - 06/25/2020
------------------
- drop Python 2 support PR #3
- add documentation and tests PR #3
- add cast_py_tp_doc to cast "cleanly" to void* for use in PyType_Slot

1.0.2 - 09/28/2014
------------------
- update license header

1.0.1 - 09/28/2014
------------------
- fix Python 3 int check

1.0.0 - 09/24/2014
------------------
- first release