chatan 0.0.1__py3-none-any.whl → 0.1.1__py3-none-any.whl

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.
chatan/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Minos: Create synthetic datasets with LLM generators and samplers."""
2
2
 
3
- __version__ = "0.0.1"
3
+ __version__ = "0.1.1"
4
4
 
5
5
  from .dataset import dataset
6
6
  from .generator import generator
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chatan
3
- Version: 0.0.1
3
+ Version: 0.1.1
4
4
  Summary: Create synthetic datasets with LLM generators and samplers
5
5
  Project-URL: Documentation, https://github.com/cdreetz/chatan#readme
6
6
  Project-URL: Issues, https://github.com/cdreetz/chatan/issues
@@ -0,0 +1,7 @@
1
+ chatan/__init__.py,sha256=SebE8sKfiXl3FC0iwYi7ft9piJgOVdRXnj6g17z5rzo,233
2
+ chatan/dataset.py,sha256=t6RrrQchsD2dROD886IfnlXWnn-F-IAWMcEIK0SS3xg,4358
3
+ chatan/generator.py,sha256=zAOVxd2iY_KMK21dCMeFhvsJu2q8NEwch5jGJP-Me9s,3914
4
+ chatan/sampler.py,sha256=0X6AVQK20py4SwKnsppZC2yAZnP_jBhRxt9MfT1e-k4,4812
5
+ chatan-0.1.1.dist-info/METADATA,sha256=cCZgPzZaGvLWBDqDBj3dS7Fzh-l4HFFqGDoy01n5Sw8,2549
6
+ chatan-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ chatan-0.1.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- chatan/__init__.py,sha256=KRSqdfRz3wKEnBJrOaHcptN5bSOrMj3uqaLXym-PrEQ,233
2
- chatan/dataset.py,sha256=t6RrrQchsD2dROD886IfnlXWnn-F-IAWMcEIK0SS3xg,4358
3
- chatan/generator.py,sha256=zAOVxd2iY_KMK21dCMeFhvsJu2q8NEwch5jGJP-Me9s,3914
4
- chatan/sampler.py,sha256=0X6AVQK20py4SwKnsppZC2yAZnP_jBhRxt9MfT1e-k4,4812
5
- chatan-0.0.1.dist-info/METADATA,sha256=poFjbYZG9CnvxHy_U2GKHaitTdfK3xbGB9q1WtUaaDQ,2549
6
- chatan-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- chatan-0.0.1.dist-info/RECORD,,
File without changes