Skip to content

Releases: philippgovernale/dijkstrapy

v0.1.4.1

21 Jan 21:57
Compare
Choose a tag to compare

What's fixed:

  • Fix incorrect stack number printing when the same number appears in the stack
  • Fix character showing bug for drop function
  • Restore rm functionality
  • Revert to sane default quit key

v0.1.4

21 Jan 04:13
5694d8d
Compare
Choose a tag to compare

What's new?

  • Configure dijkstrapy options (such as colours) by editing the config.ini file !
  • Added ability to use new more accurate Decimal module
  • New swap operators function (invoked with #)
  • New ncr function
  • Pass in command line arguments!

What's fixed:

  • Fix crash from help command output

Notes:

  • Pip will not work with this because i haven't found a good solution for installing the configuration file

v0.1.3

28 Jan 12:32
Compare
Choose a tag to compare

Colour Support

What's new?

  • Functions, numbers and help command are colour coded for easier viewing. Works even on Windows 10 consoles!
  • New 'ver' function which prints out the version

EDIT: This release is broken. Try v0.1.4 instead

v0.1.2.1

27 Jan 09:14
Compare
Choose a tag to compare

What's fixed

  • Fixed critical backspace bug

v0.1.2

27 Jan 08:47
Compare
Choose a tag to compare

What's new?

  • Install with pip
  • Scientific notation support with 'E' command
  • New invert sign function with '$' command
  • New 'rnd' function which rounds to specified significant digits
  • New 'dp' function which cuts a floating point number to a specified number of decimal places

What's been fixed

  • Help command is updated when using backspace
  • Catch more maths exceptions
  • Allow inbuilt help for basic operators

What's changed

  • The character for the power function has been changed from 'pow' to '^'

v0.1.1

14 Jan 23:52
Compare
Choose a tag to compare

First release for Linux!

What's new?

  • Linux support

v0.1

14 Jan 06:10
Compare
Choose a tag to compare

This is the initial release of dijkstrapy!

Unfortunately the release is for windows only.

These are the features:

  • Full rpn experience
  • Real time input. No need to press enter unneccesarily
  • Supports a wide array of math functions that can be called with short keywords
  • Easily enter constants
  • Manage stacks with builtin commands
  • Extensible. Add your own math functions
  • Inbuilt function help
  • Inbuilt manual

There will be Linux and mac OS support as soon as I find a replacement library for msvcrt