Skip to content

Tags: G-Node/nixpy

Tags

1.5.4

Toggle 1.5.4's commit message
[info] update version

1.5.3

Toggle 1.5.3's commit message
[info] version bump

1.5.2

Toggle 1.5.2's commit message
[README] release preparations

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #516 from jgrewe/invalid_slice

Allow DataViews to become invalid fixes #502

v1.5.0

Toggle v1.5.0's commit message
[1.5] release preparations

v1.5.0b6

Toggle v1.5.0b6's commit message

Verified

This tag was signed with the committer’s verified signature.
achilleas-k Achilleas Koutsou
Version 1.5.0 beta 6

v1.5.0b5

Toggle v1.5.0b5's commit message
Merge branch 'master' into v1.5

* master: (129 commits)
  [travis] Extra build without compat tests
  Code quality: Remove unnecessary for loop
  Code quality: Remove all unused imports and variables
  TestLinkDimension: Property change tests
  DimensionLink: Write through label and unit
  TestLinkDimension: Remove unnecessary np.app() checks
  Test dimension link index errors
  Index validation for DataArray dimension link
  Index validation for DataFrame dimension link
  Remove AliasRangeDimension and DataFrameDimension
  TestLinkDimension: DataFrame for Range and Set dimensions
  RangeDimension.label: Read through to linked label
  RangeDimension.unit: Read through to linked unit
  Remove unnecessary SampledDimension redirect
  DimensionLink to DataFrame: Apply index to column
  TestLinkDimension: Self link tests
  TestLinkDimension: SetDimension->DA link tests
  SetDimension.labels: Read through to linked data
  Multidimensional indexing should use a tuple
  TestLinkDimension: RangeDimension->DA link tests
  ...

v1.5.0b4

Toggle v1.5.0b4's commit message
Version: v1.5.0b4

v1.5.0b3

Toggle v1.5.0b3's commit message
Version bump: v1.5.0b3

dev15-theirs

Toggle dev15-theirs's commit message
Run compatibility tests only when requested

The compatibility tests are no longer run by default when NIX is
detected. They can be run by specifying --nix-compat. If specified, the
tests are compiled and any errors will cause failure of the
compatibility tests. If the option is not specified, the tests are
skipped, even if NIX is available.

One reason for this change is that the compatibility tests were always
compiled when NIX was available, even when they are unselected, and
compilation slows down the tests.

With this change, they are only compiled and run when explicitly
enabled.