Nirum

Latest version: v0.6.3

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

Scan your dependencies

Page 3 of 5

0.4.3

-------------

Released on April 5, 2018.

- Added missing equality functions (i.e., ``==``, ``!=`` operators, & ``hash()``
function) to ``nirum.datastructures.Map`` and ``nirum.datastructures.List``.
[`110`_]

0.4.2

-------------

Released on July 6, 2017.

- Fixed a serialization bug that other set-like (i.e. ``collections.Set``) types
than Python built-in ``set`` hadn't been reduced to simpler forms so that they
can be encoded to JSON.
- Fixed a serialization bug that other list-like (i.e. ``collections.Sequence``)
types than Python built-in ``list`` hadn't been reduced to simpler forms so
that they can be encoded to JSON.

0.4.1

-------------

Released on May 2, 2017.

- Compare type with its abstract type in ``nirum.validate.validate_type``.

0.4.0

-------------

Released on March 20, 2017.

- Encoding of map types was changed according to the `Nirum serialization
specification`__. [`66`_]
- Added ``nirum.datastructures`` module and ``nirum.datastructures.Map``
which is an immutable dictionary. [`66`_]
- Added ``nirum.datastructures.List`` which is an immutable list.
[`49`_]
- Aliased ``nirum.datastructures.Map`` as ``map_type``, and
``nirum.datastructures.List`` as ``list_type`` to avoid name
conflict with user-defined types.

__ https://github.com/spoqa/nirum/blob/f1629787f45fef17eeab8b4f030c34580e0446b8/docs/serialization.md
.. _66: https://github.com/spoqa/nirum-python/pull/66
.. _49: https://github.com/spoqa/nirum-python/issues/49

0.3.4

-------------

To be released.

0.3.3

-------------

Released on March 15, 2018.

Et cetera

- The official Docker images became to have CA certificates.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.