Skip to content

Commit

Permalink
Bump Python package version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Nov 7, 2023
1 parent 546d82d commit 51d2c76
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions M2/Macaulay2/packages/Python.m2
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ this does not work unless M2 is compiled --with-python
pythonPresent := Core#"private dictionary"#?"pythonRunString"

newPackage("Python",
Version => "0.5",
Date => "May 18, 2023",
Version => "0.6",
Date => "November 6, 2023",
Headline => "interface to Python",
Authors => {
{Name => "Daniel R. Grayson",
Expand All @@ -27,6 +27,11 @@ newPackage("Python",

-*
0.6 (2023-11-06, M2 1.23)
* move intialization of python from M2 startup package load time
* update int <-> ZZ conversion for python 3.12
* use a constant hash for None
0.5 (2023-05-18, M2 1.22)
* improvements for displaying python objects in webapp mode
* switch member -> isMember
Expand Down

0 comments on commit 51d2c76

Please sign in to comment.