Skip to content

Releases: lmmentel/batchcalculator

Batch Calculator v0.3.1

21 Jan 21:26
Compare
Choose a tag to compare

Fixes and improvements

  • compatibility fixes for wxPython 4.0.0b2

Batch Calculator v0.3.0

11 Nov 02:13
Compare
Choose a tag to compare

Features

  • New improved layout, with one output frame and buttons to control scaling
  • New option to store, extract, load and export synthesis recipes
  • First draft of the sphinx based documentation
  • Database with essential components and chemicals for zeolite synthesis already included

Fixes and improvements

  • A lot of internal improvements and fixes with considerable simplifications to the code base

Batch Calculator v0.2.1

09 Mar 14:42
Compare
Choose a tag to compare

Changelog

New Features

  • export pdf reports with all three scaling options
  • tables with results in the pdf report now contain the chemical name and volume

Batch Calculator v0.2.0

06 Jan 02:28
Compare
Choose a tag to compare

Changelog

New Features

With the new version you can:

  • add/modify/delete database entries from BatchCalculator without any external software, BatchCalculator has its own interface to manipulate database records,
  • create a new database from scratch and update it with reocord of your choice,
  • export pdf reports using reportlab without TeX installation, both from batch calculation as well as composition calculation,
  • store chemicals that are multicomponent mixtures

In addition

  • a lot of bufixes, improvements and small enhancements

Batch Calculator v0.1.2

29 Oct 22:00
Compare
Choose a tag to compare

Changelog

  • Corrected a bug in the TeX report when rescaling to sample size.
  • Updated the database schema for two tables to remove incompatibilities
    when working with sqlitebrowser.
  • Updated the chemicals table in the database to include densities, pka, smiles.
  • Added an option to change database in the window for calculating the
    composition from masses of reactants.
  • Corrected the labels displayed in the ListCtrls.

Batch Calculator v0.1.1

10 Oct 07:30
Compare
Choose a tag to compare

Changelog

  • Switched completely to ObjectListView for all the list-type display widgets, in the main window as well as in all the relevant dialogs. As a consequence all the dependencies on ListCtrl's mixins were dropped.
  • Added a function to calculate the zeolite composition (molar ratios) from the masses of the reactants.
  • Reduced the number of lists displayed in the main window, now there are two panels, input and output, and each has two lists.
  • Added binaries for Windows and Mac OSX for easier installation.
  • Small adjustments to the database.

Batch Calculator v0.1.0

03 Oct 08:07
Compare
Choose a tag to compare

First stable release!