Skip to content

Releases: Telecominfraproject/oopt-gnpy

GNPy v2.9

22 Mar 08:03
v2.9
Compare
Choose a tag to compare

GNPy v2.9

This release introduces a major refactor that enables
a clear separation of design and propagation functions.
It also introduces some behaviour correction and bug fixes.

  • fix frequency scaling for fibers
  • fix documentation on readthedocs.io
  • possible to freeze a design and propagate on it without automatic changes
  • checking for power saturation during design for all cases

GNPy v2.8

04 Dec 16:00
v2.8
28871c6
Compare
Choose a tag to compare

This new release adds some improvements in existing features,
and some new features:

  • Spectrum assignment now supports multiple slots assignments
    in a single request.
  • Logs are now generalized in the library instead of bare
    prints. Default verbose is "WARNING".
  • Chromatic dispersion, effective area, Raman Gain coefficient,
    and nonlinear coefficient can now be defined with a scaling
    along frequency.
  • Power equalization now enables defining a power offset
    in transceiver library to represent the deviation from the
    general equalisation strategy defined in ROADMs.
  • Propagation now includes a latency calculation
  • The library now supports of python 3.12

GNPy 2.7 -- OFC 2023

06 Mar 00:51
Compare
Choose a tag to compare

Starting with this release, the users can define a mixed load of channels to be propagated in the input spectrum. To better support real-life workloads, ROADM equalization strategies are now configurable, and there is also the usual set of bugfixes and performance optimizations.

GNPy 2.6

19 Sep 14:18
v2.6
Compare
Choose a tag to compare

GNPy 2.6 — ECOC 2022

Greetings from a sunny day in Basel, Switzerland. This is a general bugfix release with some preparations for the upcoming features (mixed-rate simulations and the YANG interface). Please stay tuned while we stabilize these, and try out our patches under review:

https://review.gerrithub.io/q/project:Telecominfraproject/oopt-gnpy

GNPy 2.5

08 Mar 23:52
v2.5
Compare
Choose a tag to compare

Hello from OFC 2022. Release highlights:

  • CD, PMD and PDL tracking
  • Improvements for OpenROADM
  • Extended vendor support
  • Performance optimization
  • Bugfixes

If you're interested in what's coming next, be sure to check the patches and changes that we are currently working on.

GNPy 2.4

15 Sep 14:38
v2.4
Compare
Choose a tag to compare

Hailing from the sunny Bordeaux, France, where ECOC 2021 is taking place, here's a new version of GNPy, an optical route planning library.

Released just three months after the v2.3, we've improved support of OpenROADM networks, fixed bugs, and extended our test suite. As was
previously announced, this is also the first release to require a more recent Python, the 3.8.

If you're interested in what's coming next, be sure to check the patches and changes that we are currently working on.

GNPy 2.3

06 Jun 11:12
v2.3
Compare
Choose a tag to compare

Hello from the virtual OFC'2021. A fresh release of GNPy, a transmission quality estimator for DWDM optical networks, is here.

In this release, we added support for modeling of OpenROADM networks. Example:

gnpy-transmission-example \
  -e gnpy/example-data/eqpt_config_openroadm.json \
  gnpy/example-data/Sweden_OpenROADM_example_network.json

We have improved our documentation, so that it is hopefully easier to navigate and covers more advanced topics. We've also extended the docs with information targeted at vendors (or others) who are willing to contribute equipment datasheets to GNPy.

ROADMs can now specify different target per-channel launch powers for different directions (degrees). We've also fixed various bugs; please refer to the git changelog for a detailed list.

Internally, we've extended the test coverage of our code base, improved the CI infrastructure, and addressed some technical debt. However, we've grown limited by supporting Python 3.6, so this is the last release which works with that version. The next release will require Python 3.8.

There's much more brewing in our development branches, so I'm already looking forward to the next release. Take a look behind the curtain:

https://review.gerrithub.io/q/project:Telecominfraproject/oopt-gnpy

Tagging the v2.2 release

18 Jun 11:00
v2.2
Compare
Choose a tag to compare

There are many user-facing changes in this release. We've changed the way how examples and default data are shipped:

  • examples/transmission_main_example.py is replaced by gnpy-transmission-example
  • examples/path_requests_run.py is replaced by gnpy-path-request
  • Default example data, such as the equipment library, the CORONET sample topology, etc, are now shipped as a part of the Python library. You can request their location by running gnpy-example-data.
  • There's a new tool for converting XLS data into JSON: gnpy-convert-xls.

The installation process got much easier, it should be enough to just run pip install gnpy once you've installed your Python 3.6 (or newer).

For those who use GNPy as a Python library, there were many changes as we have moved different parts of code to better places. We no longer put everything into the gnpy.core.* Python module hierarchy, now there is:

  • gnpy.core which implements signal propagation,
  • gnpy.topology tracks requests for spectrum,
  • gnpy.tools provides miscellaneous tools for, e.g., dealing with JSON I/O, XLS parsing, as well as the example frontends.

GNPy now also tracks chromatic dispersion (CD) and polarization mode dispersion (PMD) of a signal as it propagates through fiber and all active nodes.

Under the hood, we've adjusted our development process a bit. We are using Gerrit (via GerritHub.io) for code review, and Zuul (via VexxHost) for Continuous Integration (CI).

v2.1: Tagging the 2.1 release

14 Jan 23:31
v2.1
Compare
Choose a tag to compare

A highlight of this release is spectrum allocation tracking and the associated fixes and features.

Greetings from the #TIPSummit19 in Amsterdam!

13 Nov 20:56
v2.0
Compare
Choose a tag to compare

Released not that long after ECOC'19, this release brings in bugfixes and usability improvements. It also paves the way towards enabling using GNPy as a backend for path feasibility computation.

You can see where we are going at the ONF booth at the conference venue.