Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
teqp_fork_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven Michael Pohl
teqp_fork_old
Commits
6ec2f6ec
Commit
6ec2f6ec
authored
2 years ago
by
Ian Bell
Browse files
Options
Downloads
Patches
Plain Diff
version 0.9.4
parent
6fe7d7f7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-0
4 additions, 0 deletions
README.md
interface/teqpversion.hpp
+1
-1
1 addition, 1 deletion
interface/teqpversion.hpp
with
5 additions
and
1 deletion
README.md
+
4
−
0
View file @
6ec2f6ec
...
@@ -18,6 +18,10 @@ Written by Ian Bell, NIST.
...
@@ -18,6 +18,10 @@ Written by Ian Bell, NIST.
[

](https://badge.fury.io/py/teqp)
[

](https://badge.fury.io/py/teqp)
*
0.9.4 :
*
Expose the a and b parameters of cubic EOS. See
[
84ebc0fb
](
https://github.com/usnistgov/teqp/commit/84ebc0fb258ff42af30b2521b02a2a4984b7e715
)
*
0.9.3 :
*
0.9.3 :
*
Bugfix: Fixed stopping condition in
``mix_VLE_Tx``
(if
``dx``
was negative, automatic stop, missing
``abs``
). See
[
d87e91e
](
https://github.com/usnistgov/teqp/commit/d87e91ea10bbbd936993edd02f85a53ccd42817d
)
*
Bugfix: Fixed stopping condition in
``mix_VLE_Tx``
(if
``dx``
was negative, automatic stop, missing
``abs``
). See
[
d87e91e
](
https://github.com/usnistgov/teqp/commit/d87e91ea10bbbd936993edd02f85a53ccd42817d
)
...
...
This diff is collapsed.
Click to expand it.
interface/teqpversion.hpp
+
1
−
1
View file @
6ec2f6ec
#include
<string>
#include
<string>
const
std
::
string
TEQPVERSION
=
"0.9.4.dev0"
;
const
std
::
string
TEQPVERSION
=
"0.9.4"
;
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment