Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.27.0 #901

Merged
merged 70 commits into from Jun 2, 2021
Merged

Release v0.27.0 #901

merged 70 commits into from Jun 2, 2021

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    f70e7f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #870 from dimforge/dvector_serialize

    Fix serialization of DVector
    sebcrozet committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9e5e8e7 View commit details
    Browse the repository at this point in the history
  3. Release v0.26.1

    sebcrozet committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3ec5701 View commit details
    Browse the repository at this point in the history
  4. Update Changelog.

    sebcrozet committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    28bfb4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    984bb1a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    43cf22a View commit details
    Browse the repository at this point in the history
  2. Add more conversion for Isometry

    Add [T; D] -> Isometry<T, R, D>
    Add SVector<T, D> -> Isometry<T, R, D>
    Add Point<T, D> -> Isometry<T, R, D>
    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    09be376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db27a08 View commit details
    Browse the repository at this point in the history
  4. Add more conversions for translations

    Add [T; D] <-> Translation<T, D>
    Add Point<T, D> -> Translation<T, D>
    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    65b94cc View commit details
    Browse the repository at this point in the history
  5. Add more conversion for glam types

    Add Isometry3 <-> (Vec3, Quat)
    Add Isometry2 <-> (Vec3, Quat)
    Add Translation2/3/4 <-> Vec2/3/4
    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d59d438 View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0745384 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #874 from dimforge/more_conversions

    More conversions
    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    fb21476 View commit details
    Browse the repository at this point in the history
  8. Release v0.26.2

    sebcrozet committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    58bea21 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Update criterion

    vks committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c5a44ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209b476 View commit details
    Browse the repository at this point in the history
  3. Fix benchmarks

    vks committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    4bc62bc View commit details
    Browse the repository at this point in the history
  4. Fix criterion warning

    vks committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    35b9634 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4387a7f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    105e894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c420afd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #884 from chammika-become/missing-doc-tests

    add missing doc tests
    sebcrozet committed May 2, 2021
    Configuration menu
    Copy the full SHA
    e8d0088 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    e976922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab95cf7 View commit details
    Browse the repository at this point in the history
  3. Fix warnings, refactor code

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ed83350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dccdb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e60136f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec2a5a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7098a4f View commit details
    Browse the repository at this point in the history
  8. Implement SMatrix::from_array_storage and use it in matriX! impl

    This allows us to avoid injecting unsafe code into every macro
    invocation, which seems desirable.
    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    9142dc8 View commit details
    Browse the repository at this point in the history
  9. Impl DMatrix/DVector::from_vec_storage

    These methods enable safe & const construction of DMatrix/DVector from a
    given VecStorage.
    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    d2c11ad View commit details
    Browse the repository at this point in the history
  10. Implement dmatrix![] macro

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    5c84302 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d56db1a View commit details
    Browse the repository at this point in the history
  12. vector! and dvector! macros

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    07d41e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da07749 View commit details
    Browse the repository at this point in the history
  14. Document macros

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b96c755 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eeab4db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0bde07f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    041b8c4 View commit details
    Browse the repository at this point in the history
  18. Test nalgebra-macros on CI

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    08a77dd View commit details
    Browse the repository at this point in the history
  19. Cargo fmt

    Andlon committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8552fc8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    5d638a3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    f42ecf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57541aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6026a05 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Andlon committed May 5, 2021
    Configuration menu
    Copy the full SHA
    39b275f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    5bff536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b398a5e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    3a3bc55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    922393b View commit details
    Browse the repository at this point in the history
  3. Update matrixcompare version to 0.3.0

    Fixes some warnings produced by earlier versions since Rust 1.51.
    See Andlon/matrixcompare#5 for more details.
    
    Note that we only update dev-dependencies, so there is no API breakage.
    Andlon committed May 7, 2021
    Configuration menu
    Copy the full SHA
    b85335b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Merge pull request #892 from Andlon/update-matrixcompare

    Update matrixcompare version to 0.3.0
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d268c4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #890 from dimforge/row_vector_array_convert

    Re-add conversion between arrays and row vectors.
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    02614cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #889 from dimforge/dvector_deserialize

    Fix potential unsoundness after deserializing a DVector with a bad number or elements.
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    a803271 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #886 from Andlon/matrix-macro

    Matrix macro
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    23ac85e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #885 from chammika-become/coo-reserve

    CooMatrix::reserve added
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d67aec8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #866 from vks/improve-bench

    Improvements to benchmarks
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    511a515 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b48b104 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38dd334 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fff10b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #891 from djkoloski/dev

    Add partial `rkyv` support
    sebcrozet committed May 9, 2021
    Configuration menu
    Copy the full SHA
    fb7c22f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79ef862 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge pull request #894 from dfarnham/dev

    Fix docs on csc_data(), csc_data_mut()
    sebcrozet committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f9a128a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Add a point! macro for construction points

    This macro is similar to the `vector!` macro, except that it builds a point instead of a vector.
    sebcrozet committed May 24, 2021
    Configuration menu
    Copy the full SHA
    8810b85 View commit details
    Browse the repository at this point in the history
  2. Fix macros tests.

    sebcrozet committed May 24, 2021
    Configuration menu
    Copy the full SHA
    d6d2a3e View commit details
    Browse the repository at this point in the history
  3. Fix typo

    sebcrozet committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0490a84 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request #899 from dimforge/point_macro

    Add a point! macro for constructing points
    sebcrozet committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ef3257b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    4af979c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a4f52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #900 from dimforge/glam-multiversion

    Support multiple version of the optional glam conversion
    sebcrozet committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    de705a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Release v0.27.0

    sebcrozet committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    dfc8ad3 View commit details
    Browse the repository at this point in the history