ubc-solar-physics 0.1.0__tar.gz → 0.1.1__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 (67) hide show
  1. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/PKG-INFO +2 -2
  2. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/pyproject.toml +2 -2
  3. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/ubc_solar_physics.egg-info/PKG-INFO +2 -2
  4. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/.gitignore +0 -0
  5. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/Cargo.lock +0 -0
  6. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/Cargo.toml +0 -0
  7. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/LICENSE +0 -0
  8. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/README.md +0 -0
  9. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/__init__.py +0 -0
  10. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/__init__.py +0 -0
  11. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/base_environment.py +0 -0
  12. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/environment.rs +0 -0
  13. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/gis/__init__.py +0 -0
  14. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/gis/base_gis.py +0 -0
  15. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/gis/gis.py +0 -0
  16. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/gis/gis.rs +0 -0
  17. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/gis.rs +0 -0
  18. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/openweather_environment.py +0 -0
  19. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/race.py +0 -0
  20. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations/OpenweatherSolarCalculations.py +0 -0
  21. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations/SolcastSolarCalculations.py +0 -0
  22. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations/__init__.py +0 -0
  23. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations/base_solar_calculations.py +0 -0
  24. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations/solar_calculations.rs +0 -0
  25. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solar_calculations.rs +0 -0
  26. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/solcast_environment.py +0 -0
  27. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts/OpenWeatherForecast.py +0 -0
  28. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts/SolcastForecasts.py +0 -0
  29. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts/__init__.py +0 -0
  30. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts/base_weather_forecasts.py +0 -0
  31. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts/weather_forecasts.rs +0 -0
  32. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment/weather_forecasts.rs +0 -0
  33. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/environment.rs +0 -0
  34. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/lib.rs +0 -0
  35. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/__init__.py +0 -0
  36. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/arrays/__init__.py +0 -0
  37. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/arrays/arrays.rs +0 -0
  38. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/arrays/base_array.py +0 -0
  39. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/arrays/basic_array.py +0 -0
  40. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/arrays.rs +0 -0
  41. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/battery/__init__.py +0 -0
  42. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/battery/base_battery.py +0 -0
  43. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/battery/basic_battery.py +0 -0
  44. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/battery/battery.rs +0 -0
  45. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/battery.rs +0 -0
  46. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/constants.py +0 -0
  47. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/lvs/__init__.py +0 -0
  48. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/lvs/base_lvs.py +0 -0
  49. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/lvs/basic_lvs.py +0 -0
  50. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/lvs/lvs.rs +0 -0
  51. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/lvs.rs +0 -0
  52. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/motor/__init__.py +0 -0
  53. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/motor/base_motor.py +0 -0
  54. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/motor/basic_motor.py +0 -0
  55. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/motor/motor.rs +0 -0
  56. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/motor.rs +0 -0
  57. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/regen/__init__.py +0 -0
  58. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/regen/base_regen.py +0 -0
  59. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/regen/basic_regen.py +0 -0
  60. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/regen/regen.rs +0 -0
  61. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models/regen.rs +0 -0
  62. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/physics/models.rs +0 -0
  63. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/poetry.lock +0 -0
  64. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/setup.cfg +0 -0
  65. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/ubc_solar_physics.egg-info/SOURCES.txt +0 -0
  66. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/ubc_solar_physics.egg-info/dependency_links.txt +0 -0
  67. {ubc_solar_physics-0.1.0 → ubc_solar_physics-0.1.1}/ubc_solar_physics.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ubc-solar-physics
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: UBC Solar's Simulation Environment
5
5
  Author: Fisher Xue, Mihir Nimgade, Chris Chang, David Widjaja, Justin Hua, Ilya Veksler, Renu Rajamagesh, Ritchie Xia, Erik Langille, Chris Aung, Nicolas Ric, Ishaan Trivedi, Jason Liang, Felix Toft, Mack Wilson, Jonah Lee, Tamzeed Quazi, Joshua Riefman
6
6
  Author-email: UBC Solar <strategy@ubcsolar.com>
@@ -29,7 +29,7 @@ License: MIT License
29
29
  SOFTWARE.
30
30
 
31
31
  Project-URL: Homepage, https://ubcsolar.com
32
- Project-URL: Repository, https://github.com/UBC-Solar/Simulation
32
+ Project-URL: Repository, https://github.com/UBC-Solar/physics
33
33
  Project-URL: Documentation, https://wiki.ubcsolar.com
34
34
  Keywords: car,simulation,solar
35
35
  Classifier: Programming Language :: Python :: 3
@@ -39,7 +39,7 @@ readme = "README.md"
39
39
  requires-python = ">=3.9"
40
40
  keywords = ["car", "simulation", "solar"]
41
41
  license = { file = "LICENSE"}
42
- version = "0.1.0"
42
+ version = "0.1.1"
43
43
  classifiers = [
44
44
  "Programming Language :: Python :: 3",
45
45
  "Programming Language :: Rust",
@@ -49,7 +49,7 @@ classifiers = [
49
49
 
50
50
  [project.urls]
51
51
  Homepage = "https://ubcsolar.com"
52
- Repository = "https://github.com/UBC-Solar/Simulation"
52
+ Repository = "https://github.com/UBC-Solar/physics"
53
53
  Documentation = "https://wiki.ubcsolar.com"
54
54
 
55
55
  [tool.setuptools]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ubc-solar-physics
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: UBC Solar's Simulation Environment
5
5
  Author: Fisher Xue, Mihir Nimgade, Chris Chang, David Widjaja, Justin Hua, Ilya Veksler, Renu Rajamagesh, Ritchie Xia, Erik Langille, Chris Aung, Nicolas Ric, Ishaan Trivedi, Jason Liang, Felix Toft, Mack Wilson, Jonah Lee, Tamzeed Quazi, Joshua Riefman
6
6
  Author-email: UBC Solar <strategy@ubcsolar.com>
@@ -29,7 +29,7 @@ License: MIT License
29
29
  SOFTWARE.
30
30
 
31
31
  Project-URL: Homepage, https://ubcsolar.com
32
- Project-URL: Repository, https://github.com/UBC-Solar/Simulation
32
+ Project-URL: Repository, https://github.com/UBC-Solar/physics
33
33
  Project-URL: Documentation, https://wiki.ubcsolar.com
34
34
  Keywords: car,simulation,solar
35
35
  Classifier: Programming Language :: Python :: 3