Skip to content

Releases: cihologramas/pyoptools

Enable DeprecationWarnings in Jupyter

29 Nov 23:50
c7b1de1
Compare
Choose a tag to compare

This release enables all DeprecationWarnings in Jupyter, providing improved visibility into deprecated features during development. This change is isolated to Jupyter and does not affect FreeCAD functionality.

v0.3.3: Solves #175 (#176)

29 Nov 19:56
78fe0c2
Compare
Choose a tag to compare

After removing the compiled NumPy dependencies, the RPPMask functionality was disrupted. This release resolves the issue. Additionally, it fixes the lsq function, which was previously non-functional.

Fixes for several issues:

27 Nov 23:39
7bfa495
Compare
Choose a tag to compare
  • Resolved issue #173 (#173).
  • Corrected a bug in the Aspherical class where the initial conditions for the iterative algorithm to find the ray intersection were incorrect.
  • Fixed a bug in the PowellLens component, which was incorrectly using poly2d instead of the renamed Poly2D.
  • Updated the Surface component to properly handle the nofilter name.

Aspherical Surfaces Buc Fix

23 Nov 00:05
cc3ce28
Compare
Choose a tag to compare
Fix for aspherical surfaces (#172)

Fixes #168

There was a numpy dependence on the compiled cython modules that was creating problems. It was changed to c++ EIGEN.

22 Nov 07:55
6f1228e
Compare
Choose a tag to compare

Get versión from TAG

22 Jun 16:19
06d1744
Compare
Choose a tag to compare

To simplify the release process, the version number for the packages created, now are taken from the TAG of the repository.

Resonant Cavities Fix

23 May 18:37
adbe8fd
Compare
Choose a tag to compare

pyOpTools was having problems to simulate resonant cavities. This version add some options to avoid those problems

v0.2.4: More Fixes to try to make FreeCAD in windows work (#156)

06 Mar 02:20
6a549fb
Compare
Choose a tag to compare

Another test to try to fix FreeCAD in Windows.

Bug fix

05 Mar 23:16
cb135b2
Compare
Choose a tag to compare

The version 0.2.2 was having problems in Windows. This should fix the issue

FreeCAD compatible

05 Mar 21:32
31b181e
Compare
Choose a tag to compare

This release should be compatible with the released binaries of FreeCAD 0.21.2 for linux (AppImage) and for Windows (instalable)