Releases: lmmentel/batchcalculator
Releases · lmmentel/batchcalculator
Batch Calculator v0.3.1
Batch Calculator v0.3.0
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
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
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
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
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.