OGRePy 1.3.0__tar.gz → 2.0.0__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
  MIT License
2
2
 
3
- Copyright (c) 2025 Barak Shoshany
3
+ Copyright (c) 2024-2026 Barak Shoshany
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  r"""
2
2
  # OGRePy: An Object-Oriented General Relativity Package for Python
3
- v1.3.0 (2025-02-04)
3
+ v2.0.0 (2026-05-11)
4
4
 
5
5
  By **Barak Shoshany**\
6
6
  Email: <baraksh@gmail.com>\
@@ -8,28 +8,33 @@ Website: <https://baraksh.com/>\
8
8
  GitHub: <https://github.com/bshoshany>
9
9
 
10
10
  GitHub repository: <https://github.com/bshoshany/OGRePy>\
11
- PyPi project: <https://pypi.org/project/OGRePy/>
11
+ PyPI project: <https://pypi.org/project/OGRePy/>
12
12
 
13
13
  Based on the Mathematica package [OGRe](https://github.com/bshoshany/OGRe) by Barak Shoshany.
14
14
 
15
- Copyright (c) 2025 [Barak Shoshany](https://baraksh.com/). Licensed under the [MIT license](https://github.com/bshoshany/OGRePy/blob/master/LICENSE.txt).
15
+ Copyright (c) 2024-2026 [Barak Shoshany](https://baraksh.com/). Licensed under the [MIT license](https://github.com/bshoshany/OGRePy/blob/master/LICENSE.txt).
16
16
 
17
17
  If you use this package in software of any kind, please provide a link to [the GitHub repository](https://github.com/bshoshany/OGRePy) in the source code and documentation.
18
18
 
19
19
  If you use this package in published research, please cite it as follows:
20
20
 
21
- * Barak Shoshany, *"OGRePy: An Object-Oriented General Relativity Package for Python"*, [doi:10.48550/arXiv.2409.03803](https://doi.org/10.48550/arXiv.2409.03803), [arXiv:2409.03803](https://arxiv.org/abs/2409.03803) (September 2024)
21
+ * Barak Shoshany, *"OGRePy: An Object-Oriented General Relativity Package for Python"*, [Journal of Open Research Software 13: 9](https://openresearchsoftware.metajnl.com/articles/10.5334/jors.558), [doi:10.5334/jors.558](https://doi.org/10.5334/jors.558), [arXiv:2409.03803](https://arxiv.org/abs/2409.03803) (July 2025)
22
22
 
23
23
  You can use the following BibTeX entry:
24
24
 
25
25
  ```bibtex
26
- @article{Shoshany2024_OGRePy,
26
+ @article{ShoshanyOGRePy,
27
27
  archiveprefix = {arXiv},
28
28
  author = {Barak Shoshany},
29
- doi = {10.48550/arXiv.2409.03803},
29
+ doi = {10.5334/jors.558},
30
30
  eprint = {2409.03803},
31
+ issn = {2049-9647},
32
+ journal = {Journal of Open Research Software},
33
+ pages = {9},
34
+ publisher = {Ubiquity Press, Ltd.},
31
35
  title = {{OGRePy: An Object-Oriented General Relativity Package for Python}},
32
- year = {2024}
36
+ volume = {13},
37
+ year = {2025},
33
38
  }
34
39
  ```
35
40