nomic 3.0.34__tar.gz → 3.0.35__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.

Potentially problematic release.


This version of nomic might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nomic
3
- Version: 3.0.34
3
+ Version: 3.0.35
4
4
  Summary: The official Nomic python client.
5
5
  Home-page: https://github.com/nomic-ai/nomic
6
6
  Author: nomic.ai
@@ -437,6 +437,13 @@ class AtlasProjection:
437
437
  return f"{self.dataset.web_path}/data/{self.dataset.meta['organization_slug']}/{self.dataset.meta['slug']}/map"
438
438
  # return f"{self.project.web_path}/data/{self.project.meta['organization_slug']}/{self.project.meta['slug']}/map"
439
439
 
440
+ @property
441
+ def dataset_link(self):
442
+ """
443
+ Retrieves a dataset link.
444
+ """
445
+ return f"{self.dataset.web_path}/data/{self.dataset.meta['organization_slug']}/{self.dataset.meta['slug']}"
446
+
440
447
  @property
441
448
  def _status(self):
442
449
  response = requests.get(
@@ -450,7 +457,7 @@ class AtlasProjection:
450
457
  return content
451
458
 
452
459
  def __str__(self):
453
- return f"{self.name}: {self.map_link}"
460
+ return f"{self.name}: {self.dataset_link}"
454
461
 
455
462
  def __repr__(self):
456
463
  return self.__str__()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nomic
3
- Version: 3.0.34
3
+ Version: 3.0.35
4
4
  Summary: The official Nomic python client.
5
5
  Home-page: https://github.com/nomic-ai/nomic
6
6
  Author: nomic.ai
@@ -8,7 +8,7 @@ description = "The official Nomic python client."
8
8
 
9
9
  setup(
10
10
  name="nomic",
11
- version="3.0.34",
11
+ version="3.0.35",
12
12
  url="https://github.com/nomic-ai/nomic",
13
13
  description=description,
14
14
  long_description=description,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes