Skip to content

Releases: TSGut/BProbeM

v1.0.5

29 Mar 16:59
82699c2
Compare
Choose a tag to compare

Minor conveninence update:

  • Example / training notebooks moved into the package itself.

v1.0.4

29 Mar 16:58
bcf6b48
Compare
Choose a tag to compare

Bug fix release:

ProbeGetOperator[] was working but not properly callable from the user-side of the package due to a missing API entry. This bug has been fixed.

v1.0.3

16 Apr 11:59
37cc840
Compare
Choose a tag to compare

Bug fix release:

  • Hotfixing some ProbeGetOperator[] functionality.

v1.0.2

18 Jan 12:53
2648f31
Compare
Choose a tag to compare

Minor changes release:

  • Added links to GitHub repo in header section of BProbeM files
  • Added DOI badge for citing

v1.0.1

18 Jan 08:05
7d90ef4
Compare
Choose a tag to compare

Bug fix release:

  • Fixed issue where automatic installer would not update to newer version. Works as intended now.

v1.0.0

17 Jan 12:01
b5d3d0a
Compare
Choose a tag to compare

New features release:

  • First full BProbeM release, as a fork of BProbe
  • Now includes fully functional directional scanning tools (see Documentation).
  • Documentation from BProbe has been expanded to suit BProbeM's expanded functionality and fixed in areas where mistakes were present. Some wordings were improved as well.
  • Previously, BProbe would compute the global minimum regardless of whether it was needed or not. BProbeM now skips the computation of a global minimum unless no starting point is specified. It computes the global minimum if prompted to do so via ProbeReset. This cuts down computation time significantly if a starting point is entered.
  • Many other small changes and fixes.

v1.0.0-beta

15 Jan 19:42
070e8db
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Beta release:

  • BProbeM is a fork of BProbe, which aims to add new scanning functionality, provide bug fixes and computation time improvements.
  • Directional scans are in beta now, but function for the most part, will fully work as intended in full release.
  • Some changes for computation time improvements have already been implemented and are stable. Details coming on full release changelog.
  • Tested on Mathematica 10 and 11.

Known issues in Beta release:

  • Documentation still incomplete, to be updated in full release.
  • Auto-installer not working yet, to be fixed in full release.