Releases: astrolabsoftware/spark3D
Releases · astrolabsoftware/spark3D
0.3.1
0.3.0
0.3.0
- Complete change of the interface (#108). This includes:
- DataFrame API
- Extension of the Spark SQL module (new methods + implicits on DataFrame)
- Metadata are propagated (not just 3D coordinates).
- Seamless interface with Python
- Compiling against Apache Spark 2.3.2: fix incompatibilities (#107)
- Website update: spark-fits version + vulnerability fix (#105)
- Fix wrong angle definition in cartesian to spherical coordinate change! (#102)
0.2.2
0.2.2
- Add the conversion from FITS file (single HDU) to parquet (PR)
- Tools to perform live 3D RDD visualisation (in progress) (PR)
- Several updates to the Travis CI (PR)
- Add example dealing with collapse function in pyspark (PR)
- Deploy pyspark3d with pip (PR)
- Clarify the use of get_spark_session and load_user_conf (for tests only!) (PR)
0.2.1
0.2.1
- pyspark3d contains all the features of spark3D (partitioning, operators)
- Scala reflection support for python using py4j (PR)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.1
- Add scripts to generate test data #34
- Added Octree Partitioned RDD support #36
- RDD[Sphere] added (
SphereRDD
) #38 - Code refactoring: Replace Sphere by ShellEnvelope, Shape3D heritage, and move everything under geometryObjects #40
- Add very simple Kryo registration for spark3D classes. Probably need more #31 & #28.
- Few fixes here and there...