Pypolar

Latest version: v0.9.3

Safety actively analyzes 630272 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

------
* add basic routines for Mueller and Stokes vectors
* rename a bunch of routines
* repackage with the intent that modules will be used separately
* add Jupyter notebooks to provide basic documentation
* add basic ellipsometry support

0.2.0

------
* add Fresnel transmission
* handle total internal reflection better

0.1.1

------
* fix packaging error

0.1.0

------
* initial checkin


Releasing a new version

sanity check
make rcheck

update the version in pypolar/__init__.py
git commit -m 'update version' pypolar/__init__.py

update CHANGELOG.rst `git shortlog v0.8.0..HEAD`
git commit -m 'update recent changes' CHANGELOG.rst
git push

create release tag on github
git tag 0.8.4
git push origin 0.8.4

upload source to pypi
python -m build
python -m twine upload dist/*

update/check releases
open https://github.com/scottprahl/pypolar
open https://pypi.org/project/pypolar
open https://pypolar.readthedocs.io

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.