gridparse 1.5.1__tar.gz → 1.5.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gridparse
3
- Version: 1.5.1
3
+ Version: 1.5.2
4
4
  Summary: Grid search directly from argparse
5
5
  Home-page: https://github.com/gchochla/gridparse
6
6
  Author: Georgios Chochlakis
@@ -14,7 +14,7 @@ class AuxArgumentParser(argparse.ArgumentParser):
14
14
 
15
15
  def parse_known_args(
16
16
  self, args=None, namespace=None
17
- ) -> Tuple[argparse.Namespace, List[str], Set[str]]:
17
+ ) -> Tuple[argparse.Namespace, List[str]]:
18
18
  """Overwritten to collect the argument names that
19
19
  are specified in the command line."""
20
20
  if args is None:
@@ -61,7 +61,7 @@ class AuxArgumentParser(argparse.ArgumentParser):
61
61
 
62
62
  def _parse_known_args(
63
63
  self, arg_strings, namespace
64
- ) -> Tuple[List[argparse.Namespace], List[str], Set[str]]:
64
+ ) -> Tuple[List[argparse.Namespace], List[str]]:
65
65
  """Overwritten to collect the argument names that
66
66
  are specified in the command line."""
67
67
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: gridparse
3
- Version: 1.5.1
3
+ Version: 1.5.2
4
4
  Summary: Grid search directly from argparse
5
5
  Home-page: https://github.com/gchochla/gridparse
6
6
  Author: Georgios Chochlakis
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gridparse"
3
- version = "1.5.1"
3
+ version = "1.5.2"
4
4
  description = "Grid search directly from argparse"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.7"
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="gridparse",
8
- version="1.5.1",
8
+ version="1.5.2",
9
9
  description="Grid search directly from argparse",
10
10
  author="Georgios Chochlakis",
11
11
  author_email="georgioschochlakis@gmail.com",
File without changes
File without changes
File without changes
File without changes
File without changes