Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

phoebe

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phoebe - npm Package Compare versions

Comparing version
2.4.15
to
2.4.16
+9
-2
phoebe.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: phoebe
Version: 2.4.15
Version: 2.4.16
Summary: PHOEBE: modeling and analysis of eclipsing binary stars

@@ -29,3 +29,3 @@ Author-email: Andrej Prša <aprsa@villanova.edu>, Kyle Conroy <kyle.conroy@villanova.edu>, Angela Kochoska <angela.kochoska@villanova.edu>, Martin Horvat <martin.horvat@fmf.uni-lj.si>, Dave Jones <djones@iac.es>, Michael Abdul-Masih <michael.abdul-masih@eso.org>, Bert Pablo <hpablo@aavso.org>, Joe Giammarco <giammarc@eastern.edu>

Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Requires-Python: >=3.8
Description-Content-Type: text/markdown

@@ -134,2 +134,9 @@ License-File: LICENSE.md

### 2.4.16
* Fix handling of floating-point precision near the aligned case that used to result in error from libphoebe. [#965]
* Updates to phoebe-server to be compatible with modern browser requirements. [#959]
* Fix support for python 3.13, remove official support for python 3.7. [#968]
### 2.4.15

@@ -136,0 +143,0 @@

+1
-1

@@ -20,3 +20,3 @@ """

__version__ = '2.4.15'
__version__ = '2.4.16'

@@ -23,0 +23,0 @@ import os as _os

#pragma once
/*
Examples of implicitely defined closed and connected surfaces in 3D
using standard Euclidian coordinate system (x,y,z).
Examples of implicitly defined closed and connected surfaces in 3D
using standard Euclidean coordinate system (x,y,z).

@@ -29,3 +29,3 @@ The gradient should be outward from the surface, but it is not

Explicitely it is defined as
Explicitly it is defined as

@@ -781,3 +781,3 @@ [x,y,z] = R_z(phi_1) [R + A cos(phi_2), 0, A cos(phi_2) ]

/* ===================================================================
Generalizd Roche potential with misaligned binary system in rotated
Generalized Roche potential with misaligned binary system in rotated
coordinate system.

@@ -987,3 +987,3 @@

/* ===================================================================
Generalizd Roche potential with misaligned binary system in canonical
Generalized Roche potential with misaligned binary system in canonical
coordinate system.

@@ -990,0 +990,0 @@

@@ -9,3 +9,3 @@ #pragma once

Implemenation of FNV (Fowler–Noll–Vo hash)-1a hash based on the references.
Implementation of FNV (Fowler–Noll–Vo hash)-1a hash based on the references.

@@ -69,3 +69,3 @@ Author: Martin Horvat, August 2016

/* ====================================================================
Hasking into 32bit integer
Hashing into 32bit integer
======================================================================*/

@@ -72,0 +72,0 @@ namespace fnv1a_32 {

@@ -56,3 +56,3 @@ #pragma once

* Kallrath, Josef, Milone, Eugene F., Eclipsing Binary Stars: Modeling and Analysis (Spinger Verlag, 2009)
* Kallrath, Josef, Milone, Eugene F., Eclipsing Binary Stars: Modeling and Analysis (Springer Verlag, 2009)

@@ -59,0 +59,0 @@ * A. Claret, On the irradiated stellar atmospheres in close binary systems: Improvements and uncertainties, A&A 422, 665–673 (2004) DOI: 10.1051/0004-6361:20047056

@@ -28,3 +28,3 @@ #pragma once

delta - separation between the two objects > 0
theta' - angle between z axis in spin of the object in [0, pi]
theta' - angle between z axis and spin of the object in [0, pi]
spin in plane (x, z)

@@ -31,0 +31,0 @@

@@ -66,3 +66,3 @@ #pragma once

Output:
R - radious of the sphere
R - radius of the sphere
x - center of the sphere

@@ -729,3 +729,3 @@

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -735,3 +735,3 @@ max_iter - maximal number of iterations

Output:
F1 - updated vector of intrisic radiant exitance of triangles/of vertices
F1 - updated vector of intrinsic radiant exitance of triangles/of vertices
Fout - vector of radiosity (intrinsic and reflection) of triangles/of vertices

@@ -840,3 +840,3 @@

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -846,3 +846,3 @@ max_iter - maximal number of iterations

Output:
F1 - updated vector of intrisic radiant exitance of triangles/of vertices
F1 - updated vector of intrinsic radiant exitance of triangles/of vertices
Fout - vector of radiosity (intrinsic and reflection) of triangles/of vertices

@@ -968,3 +968,3 @@

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -974,3 +974,3 @@ max_iter - maximal number of iterations

Output:
F1 - updated vector of intrisic radiant exitance of triangles/of vertices
F1 - updated vector of intrinsic radiant exitance of triangles/of vertices
Fout - vector of radiosity (intrinsic and reflection) of triangles/of vertices

@@ -1089,3 +1089,3 @@

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -1095,3 +1095,3 @@ max_iter - maximal number of iterations

Output:
F1 - updated vector of intrisic radiant exitance of triangles/of vertices
F1 - updated vector of intrinsic radiant exitance of triangles/of vertices
Fout - vector of radiosity (intrinsic and reflection) of triangles/of vertices

@@ -1098,0 +1098,0 @@

@@ -21,3 +21,3 @@ #pragma once

Perform a mid-edge (midpoint)/Loops subdivision of all triangles
and reproject onto surface along the normal field of implicitely
and reproject onto surface along the normal field of implicitly
defined body

@@ -24,0 +24,0 @@

@@ -93,3 +93,3 @@ #pragma once

//
// Check if the point of intesection is in the triangle
// Check if the point of intersection is in the triangle
//

@@ -1480,3 +1480,3 @@

R - vector of albedo/reflection of triangles/of vertices
M0 - vector of intrisic radiant exitance of triangles/of vertices
M0 - vector of intrinsic radiant exitance of triangles/of vertices
epsM - relative precision of radiosity

@@ -1574,4 +1574,4 @@ max_iter - maximal number of iterations

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
S0 - vector of LD reflected intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
S0 - vector of LD reflected intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -1685,3 +1685,3 @@ max_iter - maximal number of iterations

R - vector of albedo/reflection of triangles/of vertices
F0 - vector of intrisic radiant exitance of triangles/of vertices
F0 - vector of intrinsic radiant exitance of triangles/of vertices
epsF - relative precision of radiosity

@@ -1741,3 +1741,3 @@ max_iter - maximal number of iterations

R - vector of albedo/reflection of triangles/vertices
M0 - vector of intrisic radiant exitance of triangles/vertices
M0 - vector of intrinsic radiant exitance of triangles/vertices
epsM - relative precision of radiosity

@@ -1836,4 +1836,4 @@ max_iter - maximal number of iterations

R - vector of albedo/reflection of triangles/vertices
F0 - vector of intrisic radiant exitance of triangles/vertices
S0 - vector o LD diffusion of intrisic radiant exitance of triangles/vertices
F0 - vector of intrinsic radiant exitance of triangles/vertices
S0 - vector o LD diffusion of intrinsic radiant exitance of triangles/vertices
epsF - relative precision of radiosity

@@ -1943,3 +1943,3 @@ max_iter - maximal number of iterations

R - vector of albedo/reflection of triangles/vertices
F0 - vector of intrisic radiant exitance of triangles/vertices
F0 - vector of intrinsic radiant exitance of triangles/vertices
epsF - relative precision of radiosity

@@ -1965,3 +1965,3 @@ max_iter - maximal number of iterations

//
// calculate limb-darkened emission of intrisic radiant exitance
// calculate limb-darkened emission of intrinsic radiant exitance
// S0 = L_{LD} F0

@@ -1968,0 +1968,0 @@ //

@@ -704,3 +704,3 @@ #pragma once

/*
Offseting the mesh to match the reference area by moving vertices along the normals in vertices so that the total area matches its reference value.
Offsetting the mesh to match the reference area by moving vertices along the normals in vertices so that the total area matches its reference value.

@@ -707,0 +707,0 @@ Currently supporting only curvature independent.

@@ -741,3 +741,3 @@ #pragma once

//
// Working with a quadatic equation
// Working with a quadratic equation
// a[2] x^2 + a[1] x + a[0] = 0

@@ -755,3 +755,3 @@ //

Input:
a[5] -- cofficients of the polynomial
a[5] -- coefficients of the polynomial

@@ -758,0 +758,0 @@ Output:

Metadata-Version: 2.1
Name: phoebe
Version: 2.4.15
Version: 2.4.16
Summary: PHOEBE: modeling and analysis of eclipsing binary stars

@@ -29,3 +29,3 @@ Author-email: Andrej Prša <aprsa@villanova.edu>, Kyle Conroy <kyle.conroy@villanova.edu>, Angela Kochoska <angela.kochoska@villanova.edu>, Martin Horvat <martin.horvat@fmf.uni-lj.si>, Dave Jones <djones@iac.es>, Michael Abdul-Masih <michael.abdul-masih@eso.org>, Bert Pablo <hpablo@aavso.org>, Joe Giammarco <giammarc@eastern.edu>

Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Requires-Python: >=3.8
Description-Content-Type: text/markdown

@@ -134,2 +134,9 @@ License-File: LICENSE.md

### 2.4.16
* Fix handling of floating-point precision near the aligned case that used to result in error from libphoebe. [#965]
* Updates to phoebe-server to be compatible with modern browser requirements. [#959]
* Fix support for python 3.13, remove official support for python 3.7. [#968]
### 2.4.15

@@ -136,0 +143,0 @@

@@ -14,6 +14,6 @@ # PHOEBE build specification

name = "phoebe"
version = "2.4.15"
version = "2.4.16"
description = "PHOEBE: modeling and analysis of eclipsing binary stars"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = "GPL-3.0-or-later" }

@@ -20,0 +20,0 @@ authors = [

@@ -88,2 +88,9 @@ PHOEBE 2.4

### 2.4.16
* Fix handling of floating-point precision near the aligned case that used to result in error from libphoebe. [#965]
* Updates to phoebe-server to be compatible with modern browser requirements. [#959]
* Fix support for python 3.13, remove official support for python 3.7. [#968]
### 2.4.15

@@ -90,0 +97,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display