github usnistgov/NEMO 2.0.0

latest releases: 7.2.5, 7.2.4, 7.2.3...
5 years ago

NEMO 2.0 is here!

This major release is focused solely on internal improvements and library updates. no changes have been to features or user interface.

Plugin Development

  • A big effort has been made to facilitate plugin development in NEMO. See the Plugin Development wiki page for detailed instructions and examples.

Improvements

  • Updated to Django 2.2 (LTS version with extended support until April 2022), requests 2.22, django rest framework 3.11, and to latest version of all the other libraries (cryptography, django-filter, ldap, pillow and dateutil).
  • Added JSON validation for post usage questions. Thanks @sbonaime for the contribution!

Before Updating

The Kiosk and Area Access features of NEMO have been moved into internal plugins. If you were using them, you'll need to add them to INSTALLED_APPS of your settings.py file:

  • 'NEMO.apps.kiosk',
  • 'NEMO.apps.area_access',

Don't miss a new NEMO release

NewReleases is sending notifications on new releases.