We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfa396 commit cff4854Copy full SHA for cff4854
2 files changed
CHANGELOG
@@ -1,3 +1,5 @@
1
+0.5.13
2
+ - fix: thread safety issues and add better concurrent tests (#27)
3
0.5.12
4
- fix: thread-safety issue when loading data (#24)
5
0.5.11
pyproject.toml
@@ -5,11 +5,13 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "igor2"
7
authors = [
8
+ # in alphabetical order
9
+ {name = "Aurelien Jaquier"},
10
+ {name = "Kimoon Higashihira Han"},
11
{name = "Paul Kienzle"},
12
+ {name = "Paul Müller"},
13
{name = "W. Trevor King"},
- {name = "Aurelien Jaquier"},
14
{name = "Zbigniew Jędrzejewski-Szmek"},
- {name = "Paul Müller"},
15
]
16
description = "interface for reading binary IGOR files"
17
readme = "Readme.rst"
0 commit comments