Skip to content

[looking for adoption of the crate] Numerics iterator tools; cumulative sum and linearly spaced floats and such.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bluss/itertools-num

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Itertools-num

Extra iterator adaptors, functions and macros.

Please read the API documentation here

crates

How to use with cargo:

[dependencies]
itertools-num = "0.1"

How to use in your crate:

extern crate itertools_num;

How to contribute:

  • Fix a bug or implement a new thing
  • Include tests for your new feature, preferably a quickcheck test
  • Make a Pull Request

Recent Changes

  • 0.1.3
    • Bump quickcheck dev-dependency by @ignatenkobrain
  • 0.1.2
    • Bump dependencies, in particular itertools
  • 0.1.1
    • Add .cumsum().
  • 0.1.0
    • Initial release

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.

About

[looking for adoption of the crate] Numerics iterator tools; cumulative sum and linearly spaced floats and such.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages