Skip to content

Nothing new, just improving versioning

Compare
Choose a tag to compare
@scottprahl scottprahl released this 10 Mar 21:34

No features. This just reduces the number of places version numbers are used from 3 (setup.cfg, docs/conf.py, laserbeamsize/__init__.py) down to just the __init__.py file.

v1.9.1

  • centralize version number to a single place

v1.9.0

  • add beam_ellipticity()
  • add beam_parameter_product()
  • rotate x-tick labels when more than 10 ticks
  • removed deprecated use of np.matrix()
  • M2_report now includes BPP values
  • improve API docs
  • code linting