Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2fa31b6

Browse filesBrowse files
committed
changelog bump
1 parent b8d33a5 commit 2fa31b6
Copy full SHA for 2fa31b6

File tree

Expand file treeCollapse file tree

2 files changed

+9
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-1
lines changed

‎Changes

Copy file name to clipboardExpand all lines: Changes
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
gnuplotlib (0.43) unstable; urgency=medium
2+
3+
* Updated to work with numpy2
4+
* gnuplot child process is asked to "exit" explicitly. This is needed on
5+
some machines
6+
7+
-- Dima Kogan <dkogan@debian.org> Wed, 19 Mar 2025 11:27:03 -0700
8+
19
gnuplotlib (0.42)
210

311
* Regexes use raw strings, so Python 3.12 will not throw warnings to

‎gnuplotlib.py

Copy file name to clipboardExpand all lines: gnuplotlib.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11181118
gnuplot_executable='gnuplot'
11191119

11201120
# setup.py assumes the version is a simple string in '' quotes
1121-
__version__ = '0.42'
1121+
__version__ = '0.43'
11221122

11231123
# In a multiplot, the "process" options apply to the larger plot containing all
11241124
# the subplots, and the "subplot" options apply to each invididual plot.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.