Skip to content

Releases: ITensor/TypeParameterAccessors.jl

v0.2.2

03 Feb 18:11
Compare
Choose a tag to compare

TypeParameterAccessors v0.2.2

Merged pull requests:

  • Fix installation, initial CI workflows (#2) (@mtfishman)
  • Bump codecov/codecov-action from 4 to 5 (#3) (@dependabot[bot])
  • Update package configuration (#4) (@mtfishman)
  • Add examples, fix installation instructions (#8) (@mtfishman)
  • Refactor and improve type stability (#9) (@lkdvos)
  • Make type_parameters strict, pass tuples to type_parameters (#23) (@mtfishman)
  • Add FillArrays package extension (#24) (@lkdvos)

Closed issues:

  • Create examples and docs (#5)
  • Use ITensor organization Github Action workflows (#6)
  • [ENHANCEMENT] Rename nparameters to type_parameter_length (#13)
  • [ENHANCEMENT] Delete positions(::Type, pos::Tuple), use position.(::Type, pos::Tuple) instead (#14)
  • [ENHANCEMENT] Delete [default_]type_parameters(::Type, ::Tuple), use [default_]type_parameters.(::Type, ::Tuple) instead (#15)
  • [ENHANCEMENT] Tag and register v0.2 (#19)
  • [ENHANCEMENT] Support [default_]type_parameters(Matrix{Float64}, (eltype, ndims)) (#20)
  • [BUG] Accessing unspecified types like type_parameters(Array, 1) should error (#22)