Rev 104 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
110 | bpr | 1 | chemeq (2.3) unstable; urgency=low |
2 | |||
3 | * modified the management of standard potentials and equilibrium |
||
4 | constants upon multiplication : an undefined constant must lead |
||
5 | to an undefined result. |
||
6 | |||
7 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 16 Sep 2007 17:53:33 +0200 |
||
8 | |||
104 | bpr | 9 | chemeq (2.2) unstable; urgency=low |
10 | |||
11 | * added a new multiplicative operator, to be able to multiply every |
||
12 | coefficients of each reactive or product of an equation of reaction |
||
13 | at the same time. |
||
14 | * added some tests into the suite to account for this new feature. |
||
15 | * removed a --strip option in the Makefile. |
||
16 | Closes: #436622 |
||
17 | * modified the format of the outputs when LaTeX notations are |
||
18 | involved. For example 3.2e-12 now gives 3.2\times 10^{-12}. |
||
19 | * Fixed a buggy test item with the direct composition of equations |
||
20 | (# operator), adapted test items according to the modification for |
||
21 | LaTeX outputs. |
||
22 | * Implemented the calculus of equilibrium constants and standard |
||
23 | potentials throughout the possible combinations of chemical |
||
24 | equations, by multiplying, adding, and substracting them with the |
||
25 | operators *, # and ~. |
||
26 | * recoded the files to utf-8. |
||
27 | * updated the scripts chemreport, so the test suite is correctly |
||
28 | formatted with LaTeX. |
||
29 | * fixed a bug for negative standard potential. There stil remains a |
||
30 | documented bug, due to the fact that the syntax -{int} means an |
||
31 | electric charge. |
||
32 | |||
33 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 26 Aug 2007 21:35:39 +0200 |
||
34 | |||
35 | chemeq (2.1) unstable; urgency=low |
||
36 | |||
37 | * added a better simplification behavior: now H2 + H2 is resolved as |
||
38 | 2H2 for example. |
||
39 | * updated the test suite and made it utf-8 compliant. |
||
40 | * Major feature enhancement: added new binary operators, # to add two |
||
41 | chemical equations, and ~ to make a substraction between two chemical |
||
42 | equations. |
||
43 | * added two tests into the suite to account for this new feature. |
||
44 | |||
45 | -- Georges Khaznadar <georgesk@ofset.org> Fri, 01 Jun 2007 00:35:59 +0200 |
||
46 | |||
47 | chemeq (1.13) unstable; urgency=low |
||
48 | |||
49 | * made some modifications to fix compilation bugs with gcc-4.3 |
||
50 | Closes: Bug#417131 |
||
51 | |||
52 | -- Georges Khaznadar <georgesk@ofset.org> Tue, 3 Apr 2007 19:51:22 +0200 |
||
53 | |||
10 | reyssat | 54 | chemeq (1.12) unstable; urgency=low |
55 | |||
56 | * modified the behaviour with -C : now the charge count is displaied |
||
57 | |||
58 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 11 Mar 2007 12:49:31 +0100 |
||
59 | |||
60 | chemeq (1.11) unstable; urgency=low |
||
61 | |||
62 | * fixed an error for the option -C with atom groups; for example |
||
63 | B(OH)3 yelded something like B(OH)3|B:1*1 (O:1*1 H:1*1)3 which |
||
64 | has little sense. Now it yelds B(OH)3|B:1*1 O:1*3 H:1*3, which |
||
65 | would be the same than parsing BO3H3. |
||
66 | |||
67 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 10 Mar 2007 22:00:17 +0100 |
||
68 | |||
69 | chemeq (1.10) unstable; urgency=low |
||
70 | |||
71 | * fixed two stupid errors in operators '&' and '-' for the Membre object: |
||
72 | their return value were undefined! |
||
73 | Now there is no more segmentation error when the normalisation is done. |
||
74 | * added a new feature, bound to the option -C (detailed count) : |
||
75 | it prints a detailed count of molecules and atoms in each member |
||
76 | of the equation. This count can be used by other programs. |
||
77 | * added similar features (options -e and -s), which are simpler than |
||
78 | the option -C: they just print respectively the electric charges, |
||
79 | and the chemical species. |
||
80 | |||
81 | -- Georges Khaznadar <georgesk@ofset.org> Fri, 23 Feb 2007 11:54:22 +0100 |
||
82 | |||
83 | chemeq (1.9) unstable; urgency=low |
||
84 | |||
85 | * recompiled with a new version of flex (see |
||
86 | http://www.debian.org/security/2006/dsa-1020) |
||
87 | |||
88 | -- Georges Khaznadar <georgesk@ofset.org> Sun, 2 Apr 2006 16:45:22 +0200 |
||
89 | |||
90 | chemeq (1.8) unstable; urgency=low |
||
91 | |||
92 | * added a feature: the normalised output (chemeq -n) makes simplifications |
||
93 | by substracting equivalent amounts of chemicals in both members of an |
||
94 | equation. |
||
95 | |||
96 | -- Georges Khaznadar <georgesk@ofset.org> Thu, 16 Feb 2006 23:37:38 +0100 |
||
97 | |||
98 | chemeq (1.7) unstable; urgency=low |
||
99 | |||
100 | * added the environment variables prefixed with w_ to comply with Gang |
||
101 | Xiao's WIMS server. |
||
102 | * updated the manpage |
||
103 | |||
104 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 28 Jan 2006 23:37:03 +0100 |
||
105 | |||
106 | chemeq (1.6) unstable; urgency=low |
||
107 | |||
108 | * fixed issues about the environment variable chemeq_input |
||
109 | * updated the manpage |
||
110 | |||
111 | -- Georges Khaznadar <georgesk@ofset.org> Sat, 28 Jan 2006 20:04:22 +0100 |
||
112 | |||
113 | chemeq (1.5) unstable; urgency=low |
||
114 | |||
115 | * recompilation to be consistent with the new libstdc++ |
||
116 | * dropped the reference to g++-3.0 |
||
117 | |||
118 | -- Georges Khaznadar <georgesk@ofset.org> Thu, 22 Dec 2005 20:38:40 +0100 |
||
119 | |||
120 | chemeq (1.4) unstable; urgency=low |
||
121 | |||
122 | * chemeq takes in account another environment variable, chemeq_input, which |
||
123 | may contain the input string for chemeq. |
||
124 | |||
125 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 27 Feb 2005 23:55:33 +0100 |
||
126 | |||
127 | chemeq (1.3) unstable; urgency=low |
||
128 | |||
129 | * now chemeq takes in account a parameter chemeq_option, which can be used |
||
130 | to pass the options "mMlcwnh" |
||
131 | |||
132 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Wed, 26 Jan 2005 13:36:12 +0100 |
||
133 | |||
134 | chemeq (1.2-1) unstable; urgency=low |
||
135 | |||
136 | * added the -M switch; features molecular weights calculation |
||
137 | * corrected the references to endl (using std::endl instead) |
||
138 | closes: Bug#188906 |
||
139 | other incorrect references to cin, cout and cerr are due to a bad |
||
140 | behavior of flex when used in c++ mode. |
||
141 | |||
142 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Mon, 14 Apr 2003 12:04:35 +0200 |
||
143 | |||
144 | chemeq (1.1.0.3-8) unstable; urgency=low |
||
145 | |||
146 | * Rewritten the "closes" assertion correctly |
||
147 | closes: Bug#176265 |
||
148 | |||
149 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 2 Feb 2003 22:09:56 +0100 |
||
150 | |||
151 | chemeq (1.1.0.3-7) unstable; urgency=low |
||
152 | |||
153 | * modified the type of the "ch" varaible which is used to get the result |
||
154 | of the getopt() function, to int. So the condition -1 == ch can be |
||
155 | reached on every architecture. |
||
156 | Closes: #176265 |
||
157 | |||
158 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sat, 11 Jan 2003 18:45:29 +0100 |
||
159 | |||
160 | chemeq (1.1.0.3-6) unstable; urgency=low |
||
161 | |||
162 | * some fixes to comply with g++-3.2, thanks to Jeroen T. Vermeulen |
||
163 | Closes: #174962 |
||
164 | |||
165 | -- Georges Khaznadar <georgesk@gk.homelinux.org> Sun, 5 Jan 2003 00:15:16 +0100 |
||
166 | |||
167 | chemeq (1.1.0.3-5) unstable; urgency=low |
||
168 | |||
169 | * chemeq is now compliant with g++-v3 and should build on all archs. |
||
170 | Closes: #146530 |
||
171 | |||
172 | -- Georges Khaznadar <georgesk@gk.homelinux.org> Sun, 10 Nov 2002 22:00:10 +0100 |
||
173 | |||
174 | chemeq (1.1.0.3-4) unstable; urgency=low |
||
175 | |||
176 | * corrected build-depends according to last post about Bug#146552 |
||
177 | gcc and g++ are no more in buid-depends. |
||
178 | Closes: #146530, #146552 |
||
179 | |||
180 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 27 Oct 2002 11:22:05 +0100 |
||
181 | |||
182 | chemeq (1.1.0.3-3) unstable; urgency=low |
||
183 | |||
184 | * corrected a missing parenthesis in chemreport.pl (test suite) |
||
185 | |||
186 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 12 May 2002 15:53:36 +0200 |
||
187 | |||
188 | chemeq (1.1.0.3-2) unstable; urgency=low |
||
189 | |||
190 | * added build-depends : flex, bison, gcc, g++ |
||
191 | |||
192 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sat, 11 May 2002 19:06:01 +0200 |
||
193 | |||
194 | chemeq (1.1.0.3-1) unstable; urgency=low |
||
195 | |||
196 | * Integrated test suite |
||
197 | |||
198 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Sun, 05 May 2002 10:12:49 +0200 |
||
199 | |||
200 | chemeq (1.1.0.2-1) unstable; urgency=low |
||
201 | |||
202 | * Initial Release. |
||
203 | |||
204 | -- Georges Khaznadar <gekhajofour@netinfo.fr> Thu, 28 Apr 2002 22:50:45 +0200 |
||
205 | |||
206 | |||
207 | Local variables: |
||
208 | mode: debian-changelog |
||
209 | End: |
||
210 |