oeis2 v1.0.0 Release Notes

Release Date: 2019-01-08 // over 5 years ago
  • ๐Ÿ“ฆ A similar library oeis already existed, but there is the following problems:

    1. The key of HashMap is not instance of Eq.
    2. The values of Maple and Mathematica are swaped.
    3. Although OEIS provides JSON, it uses line-keyd ASCII. ๐Ÿ‘ 4. HTTPS is not supported.
    4. Cannot receive multiple search results (only the 1st result). ๐Ÿ›  6. Many search prefixes are provides, but only id: and seq: can be used.
    5. And each function is separate for each Prefix.

    First, I sent a few lines pull requests to solve 1, 2.
    ๐Ÿ”€ The request has merged to master of oeis.

    After that, I noticed problems from 3..7.
    I thought it is hard to fix all of these only with pull request.
    So, I have make a new library, and solved all problems of 3..7.

    โž• Added

    • ๐Ÿ‘‰ Make possible to get all search results.
    • ๐Ÿ‘Œ Support all search prefixes in here.
      • Make possible to give each Prefix by data constructor of SearchStatus.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make to use JSON by OEIS.
    • ๐Ÿ‘Œ Support HTTPS.