forked from einsteinpy/einsteinpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
48 lines (43 loc) · 2.06 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--------------------------------------------------------------------------------------------------------------
File for tracking changes in EinsteinPy from v0.3.0. This file should be dumped later into the main changelog.
--------------------------------------------------------------------------------------------------------------
0.4.0
-----
CONTRIBUTORS
- shreyasbapat
- bibek22
- JeS24
- Qbiwan
- Aditya7799
- prakashaditya369
CHANGES
- [#506]: Tests moved outside of the package.
- [#510]: Added a utility function for Outer Product and Contraction of Tensors in the symbolic module.
- [#512]: Refactored metric, utils and geodesic modules, added metric.BaseMetric class
- [#512]: Fixed #113, Fixed cyclomatic complexity issue in metric.Schwarzschild and metric.Kerr classes
- [#512]: Fixed #141, Refactored utils and merged most utilities into metric itself
- [#512]: Fixed #410, Improved __str__ and __repr__ messages for Geodesic objects
- [#512]: Fixed #507, Fixed a mathematical inaccuracy in metric.Schwarzschild class
- [#512]: Fixed #508, Removed a stray scaling factor in metric.KerrNewman class
- [#512]: Fixed #514, Replaced Spin Parameter with Length Parameter throughout metric module
- [#512]: Fixed #515, Renamed "maxwell" to "em"
- [#521]: Refactored coordinates, geodesic and metric modules, added support for 4-Vectors
- [#521]: Fixed #517, Removed Spin Parameter from bodies
- [#521]: Fixed #524, Fixed breakage, caused due to isort changes
- [#521]: Partially fixed #523, Fixed Schwarzschild and Kerr
- [#527]: Added support for Null Geodesics in Kerr & Schwarzschild Spacetimes
- [#527]: Added new features to plotting.geodesic
- [#527]: Dropped support for Python 3.6
- [#547]: Fixed #516, Added __all__ across modules
- [#547]: Fixed #552, Renamed missing attributes in einsteinpy.plotting.geodesic.static
- [#547]: Increased test coverage for einsteinpy.ijit
- [#551]: Fixed #526, Exceptions module added, CoordinateError class implemented
- [#565]: Fixed #549, Updated einsteinpy.symbolic Jupyter Notebooks
0.5.0
-----
CONTRIBUTORS
CHANGES
0.6.0
-----
CONTRIBUTORS
CHANGES