Skip to content

Releases: ni/nitypes-python

nitypes 0.1.0-dev5

22 Jul 16:45
8e13f73

Choose a tag to compare

nitypes 0.1.0-dev5 Pre-release
Pre-release

What's Changed

  • Replace waveform error methods with error classes (#144)
  • Documentation
    • Update docstrings to include security concerns with extended properties (#140)
    • Rewrite front page of documetnation and split each class into a separate page (#151)
    • Use public package/module names more consistently and show type hints in signatures (#153)
  • Tests
    • Run unit tests on macOS (#152)
    • Add some bintime benchmarks (#154)

Full Changelog: 0.1.0-dev4...0.1.0-dev5

nitypes 0.1.0-dev4

30 Jun 18:16
7e5a075

Choose a tag to compare

nitypes 0.1.0-dev4 Pre-release
Pre-release

What's Changed

  • waveform: Use covariance/invariance/contravariance more correctly (#137)
  • Fix issues with np.bool (#141)

New Contributors

Full Changelog: 0.1.0-dev3...0.1.0-dev4

nitypes 0.1.0-dev3

27 Jun 23:33
8f8b54e

Choose a tag to compare

nitypes 0.1.0-dev3 Pre-release
Pre-release

What's Changed

Full Changelog: 0.1.0-dev2...0.1.0-dev3

nitypes 0.1.0-dev2

16 Jun 18:33
38fe807

Choose a tag to compare

nitypes 0.1.0-dev2 Pre-release
Pre-release

What's Changed

  • bintime
    • Add bintime and scalar to the top level readme (#98)
    • Support adding/subtracting dt.datetime/ht.datetime with bintime.TimeDelta (#99)
    • Reduce excess precision of TimeDelta str and repr (#101)
    • Add conversion support for TimeDelta and DateTime to/from ticks and whole/fractional seconds (#105)
  • waveform
    • Combine Timing classes into a single polymorphic class and add bintime support (#103)
    • Add Timing.has_sample_interval (#107)

Full Changelog: 0.1.0-dev1...0.1.0-dev2

nitypes 0.1.0-dev1

09 Jun 18:48
de5b864

Choose a tag to compare

nitypes 0.1.0-dev1 Pre-release
Pre-release

What's Changed

  • Add bintime submodule (#73)
  • Add a measurement type for a scalar with units (#82 #89 #90)
  • docs: Add ReadTheDocs config file (#72)

New Contributors

  • @github-actions made their first contribution in #83
  • @mjohanse-emr made their first contribution in #82

Full Changelog: 0.1.0-dev0...0.1.0-dev1

nitypes 0.1.0-dev0

22 May 20:38
eccc495

Choose a tag to compare

nitypes 0.1.0-dev0 Pre-release
Pre-release

Introducing nitypes

The nitypes Python package defines data types for NI Python APIs:

  • Analog and complex waveforms
  • Frequency spectrums
  • Complex integers
  • Time conversion

Full Changelog: https://github.com/ni/nitypes-python/commits/0.1.0-dev0