Commit Graph

  • 8de0f10572
    1.0.0-rc.1. 1.0.0-rc.1 Dimitri Sabadie 2019-04-21 19:20:15 +0200
  • 476f762c5f
    Bump cgmath dependency. Dimitri Sabadie 2019-04-21 19:05:51 +0200
  • 6ee68b4d56 Build without std but do not test (yet). Dimitri Sabadie 2019-04-21 18:17:32 +0200
  • 609ebb0f37 Cleanup. Dimitri Sabadie 2019-04-21 18:17:01 +0200
  • 305ce7ac93 Align and reformat. Dimitri Sabadie 2019-04-21 18:12:04 +0200
  • 70d6cf2081 Implement impl-cgmath. Dimitri Sabadie 2019-04-21 18:11:06 +0200
  • 9d5971a5f7 Remove nalgebra point interpolation. Dimitri Sabadie 2019-04-21 17:55:57 +0200
  • 65a713c51b Implement impl-nalgebra feature. Dimitri Sabadie 2019-04-21 17:54:24 +0200
  • 427895ab10 The cubic_hermite_def function is a bit fucked as impossible to use. Dimitri Sabadie 2019-04-19 15:45:27 +0200
  • 99068fb2d0 Refactor all types in their own modules. Dimitri Sabadie 2019-04-19 13:39:37 +0200
  • d438ed62b1
    Build without std but do not test (yet). Dimitri Sabadie 2019-04-21 18:17:32 +0200
  • ca6f4e471b
    Cleanup. Dimitri Sabadie 2019-04-21 18:17:01 +0200
  • 6bb0625bf4
    Align and reformat. Dimitri Sabadie 2019-04-21 18:12:04 +0200
  • 62ca17040f
    Implement impl-cgmath. Dimitri Sabadie 2019-04-21 18:11:06 +0200
  • f7e8d4e348
    Remove nalgebra point interpolation. Dimitri Sabadie 2019-04-21 17:55:57 +0200
  • b9f6f70544
    Implement impl-nalgebra feature. Dimitri Sabadie 2019-04-21 17:54:24 +0200
  • 89ad337902
    The cubic_hermite_def function is a bit fucked as impossible to use. Dimitri Sabadie 2019-04-19 15:45:27 +0200
  • b4ea4788b8
    Refactor all types in their own modules. Dimitri Sabadie 2019-04-19 13:39:37 +0200
  • 935565ca22
    Add f64-key unit test. #12 Dimitri Sabadie 2019-04-19 13:07:55 +0200
  • f4a90b82bc Fix unit tests. Dimitri Sabadie 2019-04-19 10:36:24 +0200
  • 5b70d6921c Refactor polymorphic sampling code. Dimitri Sabadie 2019-04-17 14:16:42 +0200
  • 48623701a7 Fix some documentation. Dimitri Sabadie 2019-04-17 14:16:31 +0200
  • b548566802 Add support for std/no_std num-traits. Dimitri Sabadie 2019-04-17 11:35:17 +0200
  • f3bd7cee24 Add support for polymorphic sampling type. Dimitri Sabadie 2019-04-15 00:04:03 +0200
  • 678751f1ec
    Fix unit tests. Dimitri Sabadie 2019-04-19 10:36:24 +0200
  • c0cd65f6b5
    Refactor polymorphic sampling code. Dimitri Sabadie 2019-04-17 14:16:42 +0200
  • 7dd2331e12
    Fix some documentation. Dimitri Sabadie 2019-04-17 14:16:31 +0200
  • 49b32bbc55
    Add support for std/no_std num-traits. Dimitri Sabadie 2019-04-17 11:35:17 +0200
  • c81bc6073e
    Add support for polymorphic sampling type. Dimitri Sabadie 2019-04-15 00:04:03 +0200
  • 2b5aac42dd Fix example for clamped_sample change. Dimitri Sabadie 2019-04-16 17:24:08 +0200
  • 55e792a98b Make Spline<T>::clamped_sample return Option<T> instead. #9 Dimitri Sabadie 2019-04-13 22:28:24 +0200
  • ed3543599e
    Fix example for clamped_sample change. Dimitri Sabadie 2019-04-16 17:24:08 +0200
  • 7d9bfd8ab6
    Make Spline<T>::clamped_sample return Option<T> instead. #9 Dimitri Sabadie 2019-04-13 22:28:24 +0200
  • bc329fe736 Migrate to Rust 2018. Dimitri Sabadie 2019-04-13 20:56:59 +0200
  • ed222e001d Fix a typo in the top-level documentation. Dimitri Sabadie 2018-10-13 23:20:00 +0200
  • 12537e9398
    Migrate to Rust 2018. Dimitri Sabadie 2019-04-13 20:56:59 +0200
  • 4da75e7840
    Fix a typo in the top-level documentation. Dimitri Sabadie 2018-10-13 23:20:00 +0200
  • a3a2919eb4
    0.2.3. 0.2.3 Dimitri Sabadie 2018-10-13 03:31:44 +0200
  • 37cf89b566
    Fix the nalgebra dependency to accept 0.14, 0.15 and 0.16. Dimitri Sabadie 2018-10-12 23:27:04 +0200
  • 77ccf0a47b
    Add support for nalgebra along with some tests. nsmryan 2018-09-30 10:11:35 -0400
  • 1e166e9e24
    Merge e8efebef7c into 766066d9ed Noah Ryan 2018-10-04 02:38:04 +0000
  • e8efebef7c fixed formatting to match project conventions. changed Matrix::zip_map to Vector::zip_map for clarity nsmryan 2018-10-03 22:35:40 -0400
  • 18345bf9a0 Merge branch 'nalgebra_generic' of https://github.com/nsmryan/splines into nalgebra_generic nsmryan 2018-10-02 21:43:33 -0400
  • 59fc3b40c2 removed dependance on generic_arrays which was only needed for the matrix implementation of Interpolate, which was removed nsmryan 2018-09-30 21:17:36 -0400
  • 350b7d9179 replaced matrix implementation with simpler vector instances for each of Vector1 through Vector6 nsmryan 2018-09-30 21:15:10 -0400
  • 7c1ca6db31 0.2.2. Dimitri Sabadie 2018-09-30 21:38:49 +0200
  • 6d767f25c9 minor corrections in README.md nsmryan 2018-09-30 10:38:59 -0400
  • e13501dc3e rebased with master nsmryan 2018-10-02 21:40:43 -0400
  • aaa3fea753 bumped version numbers in examples for splines dependancy nsmryan 2018-09-30 10:47:21 -0400
  • 46711a4b2b added basic tests for nalgebra, and cleaned up some unused imports nsmryan 2018-09-30 11:05:54 -0400
  • 313f171299 matrix implementation compiles with new type variable bounds and dependance on generic_array nsmryan 2018-09-30 10:31:08 -0400
  • 2912848397 successfully implemented Interpolate for all Point types. Vectors require an implementation for Matrix, which is proving trickier nsmryan 2018-09-30 10:11:35 -0400
  • f15b5b43ad merged with current master nsmryan 2018-09-30 21:21:58 -0400
  • fb05c123ea removed dependance on generic_arrays which was only needed for the matrix implementation of Interpolate, which was removed nsmryan 2018-09-30 21:17:36 -0400
  • 4ca1c1bbb1 replaced matrix implementation with simpler vector instances for each of Vector1 through Vector6 nsmryan 2018-09-30 21:15:10 -0400
  • 766066d9ed
    0.2.2. 0.2.2 Dimitri Sabadie 2018-09-30 21:38:49 +0200
  • 882b9e7b34 minor corrections in README.md nsmryan 2018-09-30 10:38:59 -0400
  • 0dcfe48415 minor spelling corrections nsmryan 2018-09-30 10:37:08 -0400
  • 24cd0d7fca bumped version numbers in examples for splines dependancy nsmryan 2018-09-30 10:47:21 -0400
  • 15e0efa9c0 added basic tests for nalgebra, and cleaned up some unused imports nsmryan 2018-09-30 11:05:54 -0400
  • 8ed61d31f2 bumped version numbers in examples for splines dependancy nsmryan 2018-09-30 10:47:21 -0400
  • 9189a25a11 minor corrections in README.md nsmryan 2018-09-30 10:38:59 -0400
  • d31cf4eb18 minor spelling corrections nsmryan 2018-09-30 10:37:08 -0400
  • b795267632 matrix implementation compiles with new type variable bounds and dependance on generic_array nsmryan 2018-09-30 10:31:08 -0400
  • 729a8a1f4b successfully implemented Interpolate for all Point types. Vectors require an implementation for Matrix, which is proving trickier nsmryan 2018-09-30 10:11:35 -0400
  • 204b22aa0b fixed typo in feature impl-nalgebra import nsmryan 2018-09-29 13:06:49 -0400
  • 40ddb05797 added impl-nalgebra feature nsmryan 2018-09-29 13:03:37 -0400
  • 3cd65dce54
    Fix feature documentation in both README and lib.rs. 0.2.1 Dimitri Sabadie 2018-09-20 11:56:57 +0200
  • 11791bed70
    0.2. 0.2 Dimitri Sabadie 2018-09-06 15:58:10 +0200
  • 820839abc0 Update the documentation. Dimitri Sabadie 2018-09-06 15:21:37 +0200
  • 865c855ac5 Remove cgmath implementors on no_std. Dimitri Sabadie 2018-09-06 15:16:55 +0200
  • cb091b3a6f
    Update the documentation. Dimitri Sabadie 2018-09-06 15:21:37 +0200
  • 52aa32529a
    Remove cgmath implementors on no_std. Dimitri Sabadie 2018-09-06 15:16:55 +0200
  • 393a8c2f15 Add the std / no_std feature. 0.1.1 Dimitri Sabadie 2018-08-09 01:23:45 +0200
  • 0c8888842f
    Add the std / no_std feature. Dimitri Sabadie 2018-08-09 01:23:45 +0200
  • a24826b879 Enhance the documentation about serialization. Dimitri Sabadie 2018-08-08 00:35:24 +0200
  • 243f4ece9f Add the serialization example. Dimitri Sabadie 2018-08-08 00:23:53 +0200
  • 39c4dffe36 Add support for serde serialization / deserialization. Dimitri Sabadie 2018-08-07 23:40:52 +0200
  • e0c44b8a59
    Add the changelog. Dimitri Sabadie 2018-08-08 12:10:48 +0200
  • dd51eb42a4
    0.1.1. Dimitri Sabadie 2018-08-08 12:10:21 +0200
  • 94914f9aa3
    Enhance the documentation about serialization. Dimitri Sabadie 2018-08-08 00:35:24 +0200
  • 6651e8dd89
    Add the serialization example. Dimitri Sabadie 2018-08-08 00:23:53 +0200
  • b45bcadb22
    Add support for serde serialization / deserialization. Dimitri Sabadie 2018-08-07 23:40:52 +0200
  • 169711c638
    Add all target/ build dir to the .gitignore. Dimitri Sabadie 2018-08-07 01:28:45 +0200
  • c977ec37da
    Add a simple example. Dimitri Sabadie 2018-08-07 01:28:12 +0200
  • 12c6968ffe
    Also test the documentation on cargo test. Dimitri Sabadie 2018-08-07 01:16:38 +0200
  • 6142c24bb8
    Add README and update Cargo.toml to point to splines. 0.1 Dimitri Sabadie 2018-08-05 18:28:46 +0200
  • fbeade556c
    Add impl Interpolate for some cgmath types. Dimitri Sabadie 2018-08-05 17:23:30 +0200
  • fb22023702
    Add several_interpolations_several_keys test. Dimitri Sabadie 2018-08-05 17:13:51 +0200
  • 44154d9728
    Add some unit tests. Dimitri Sabadie 2018-08-05 17:11:44 +0200
  • 118a11b911
    Work on the documentation. Dimitri Sabadie 2018-08-05 14:47:24 +0200
  • 4fd48c167d
    Hide some internal function from the public interface. Dimitri Sabadie 2018-08-05 01:18:50 +0200
  • 8afc967ae9
    Enhance the documentation. Dimitri Sabadie 2018-08-05 01:17:17 +0200
  • c4a6d702fa
    Rename SplineIterator into Iter. Dimitri Sabadie 2018-08-05 01:14:55 +0200
  • 81ffaa8fbf
    Writing the front page documentation. Dimitri Sabadie 2018-08-05 01:12:22 +0200