apsg 1.3.8__tar.gz → 1.3.9__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.
Files changed (45) hide show
  1. {apsg-1.3.8/src/apsg.egg-info → apsg-1.3.9}/PKG-INFO +1 -1
  2. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/__init__.py +1 -1
  3. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/database/_alchemy.py +1 -1
  4. {apsg-1.3.8 → apsg-1.3.9/src/apsg.egg-info}/PKG-INFO +1 -1
  5. {apsg-1.3.8 → apsg-1.3.9}/LICENSE +0 -0
  6. {apsg-1.3.8 → apsg-1.3.9}/README.md +0 -0
  7. {apsg-1.3.8 → apsg-1.3.9}/pyproject.toml +0 -0
  8. {apsg-1.3.8 → apsg-1.3.9}/setup.cfg +0 -0
  9. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/config.py +0 -0
  10. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/database/__init__.py +0 -0
  11. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/database/_sdbread.py +0 -0
  12. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/decorator/__init__.py +0 -0
  13. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/decorator/_decorator.py +0 -0
  14. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/__init__.py +0 -0
  15. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_container.py +0 -0
  16. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_geodata.py +0 -0
  17. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_paleomag.py +0 -0
  18. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_statistics.py +0 -0
  19. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_tensor2.py +0 -0
  20. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/feature/_tensor3.py +0 -0
  21. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/helpers/__init__.py +0 -0
  22. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/helpers/_helper.py +0 -0
  23. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/helpers/_math.py +0 -0
  24. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/helpers/_notation.py +0 -0
  25. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/math/__init__.py +0 -0
  26. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/math/_matrix.py +0 -0
  27. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/math/_vector.py +0 -0
  28. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/pandas/__init__.py +0 -0
  29. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/pandas/_pandas_api.py +0 -0
  30. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/__init__.py +0 -0
  31. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_fabricplot.py +0 -0
  32. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_paleomagplots.py +0 -0
  33. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_plot_artists.py +0 -0
  34. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_projection.py +0 -0
  35. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_roseplot.py +0 -0
  36. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_stereogrid.py +0 -0
  37. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/plotting/_stereonet.py +0 -0
  38. {apsg-1.3.8 → apsg-1.3.9}/src/apsg/shell.py +0 -0
  39. {apsg-1.3.8 → apsg-1.3.9}/src/apsg.egg-info/SOURCES.txt +0 -0
  40. {apsg-1.3.8 → apsg-1.3.9}/src/apsg.egg-info/dependency_links.txt +0 -0
  41. {apsg-1.3.8 → apsg-1.3.9}/src/apsg.egg-info/entry_points.txt +0 -0
  42. {apsg-1.3.8 → apsg-1.3.9}/src/apsg.egg-info/requires.txt +0 -0
  43. {apsg-1.3.8 → apsg-1.3.9}/src/apsg.egg-info/top_level.txt +0 -0
  44. {apsg-1.3.8 → apsg-1.3.9}/tests/test_apsg.py +0 -0
  45. {apsg-1.3.8 → apsg-1.3.9}/tests/test_tensors.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apsg
3
- Version: 1.3.8
3
+ Version: 1.3.9
4
4
  Summary: APSG - The package for structural geologists
5
5
  Author-email: Ondrej Lexa <lexa.ondrej@gmail.com>
6
6
  Maintainer-email: Ondrej Lexa <lexa.ondrej@gmail.com>
@@ -158,6 +158,6 @@ __all__ = (
158
158
  "quicknet",
159
159
  )
160
160
 
161
- __version__ = "1.3.8"
161
+ __version__ = "1.3.9"
162
162
  __author__ = "Ondrej Lexa"
163
163
  __email__ = "lexa.ondrej@gmail.com"
@@ -632,7 +632,7 @@ class SDBSession:
632
632
  .filter_by(**site)
633
633
  .join(Site.unit)
634
634
  .filter_by(**unit)
635
- .join(Structdata.tags)
635
+ .outerjoin(Structdata.tags)
636
636
  .filter_by(**tag)
637
637
  .all()
638
638
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apsg
3
- Version: 1.3.8
3
+ Version: 1.3.9
4
4
  Summary: APSG - The package for structural geologists
5
5
  Author-email: Ondrej Lexa <lexa.ondrej@gmail.com>
6
6
  Maintainer-email: Ondrej Lexa <lexa.ondrej@gmail.com>
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
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