Git Product home page Git Product logo

medians's Introduction

  • ๐Ÿ‡ฆ๐Ÿ‡บ I am interested in Maths, Algorithm Design, Data Analysis, Encryption, ...

  • ๐Ÿ“– Here is my book: ๐Ÿ”– Bash for Fun ๐Ÿ”–. To support me, just buy the e-book online and enjoy, thank you! It explains Bash and also relates to my Bash+Rust compressing/encrypting/archiving app here: TokenCrypt

  • โœ๏ธ I am currently writing a new book Science with Rust

  • ๐Ÿ’ž๏ธ My repositories here are written mostly in Rust and are directly usable in your code via crates.io:

  • ๐Ÿ”— rstats, indxvec, medians, times, ran, sets

  • ๐ŸŽฌ My presentation at Scientific Computing in Rust, 18th July 2024

  • ๐Ÿ“ซ How to reach me: [email protected]

medians's People

Contributors

liborty avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

medians's Issues

Can't compile

I have the following compilation error:

 error[E0599]: no method named `max_1_min_k` found for reference `&[T]` in the current scope
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/medians-2.1.0/src/lib.rs:225:14
    |
225 |         self.max_1_min_k(self.len() / 2 + 1)
    |              ^^^^^^^^^^^ method not found in `&[T]`

error[E0599]: no method named `max_2_min_k` found for reference `&[T]` in the current scope
   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/medians-2.1.0/src/lib.rs:233:14
    |
233 |         self.max_2_min_k(self.len() / 2 + 1)
    |              ^^^^^^^^^^^ method not found in `&[T]`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `medians` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.

I use rustc 1.69.0.

Backwards incompatible changes in 2.2

I think you should know that semver forbids backwards-incompatible changes in x.y.z without a change in x. So you should be releasing a 3.0. This does not apply where x=0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.