Releases: equinor/neqsim
Releases · equinor/neqsim
NeqSim 3.0.1
What's Changed
- bugfix for v 3.0.0 by @EvenSol in #1132
- set method for force single phase type by @EvenSol in #1134
- refact: rename remaining camelcase package names to lower case by @asmfstatoil in #1135
- Cleanup by @asmfstatoil in #1136
- Fix pkg name by @asmfstatoil in #1137
- chore: disable some tests that are failing on mac m1 by @asmfstatoil in #1140
- update 3.0.1 by @EvenSol in #1141
Full Changelog: v3.0.0...v3.0.1
NeqSim 3.0.0
NeqSim version 3 will typically not be compatible with programs using version 2.
- Package names are now in lowercase letters only.
- A name is required for all process equipment
- Deprecated functions from version 2 have been removed.
What's Changed
- update by @EvenSol in #1103
- Named equipment test by @asmfstatoil in #1104
- feat: Force naming of process equipment by removing deprecated constructors. by @asmfstatoil in #1105
- chore: bump maven dependencies by @asmfstatoil in #1106
- feat: Require named streams by removing deprecated constructors by @asmfstatoil in #1107
- chore: fix typos by @asmfstatoil in #1108
- chore: style and silenced println by @asmfstatoil in #1111
- test: fix stream names by @asmfstatoil in #1110
- feat: new functions to clone and then set a new name by @asmfstatoil in #1112
- chore: add information to pom-files by @asmfstatoil in #1114
- Minor changes by @asmfstatoil in #1115
- refact: clean up, processequipment and stream creation by @asmfstatoil in #1116
- feat: properly name output, mixed and split streams by @asmfstatoil in #1117
- refact: clean up stream classes by @asmfstatoil in #1118
- feat: Do not allow multiple ProcessEquipment with same name in ProcessSystem by @asmfstatoil in #1109
- feat: removed unused constructors by @asmfstatoil in #1119
- refact: remove deprecated constructors and replace calls to deprecate… by @asmfstatoil in #1120
- try fix anti surge calc by @EvenSol in #1122
- reduce tolerance for recycle by @EvenSol in #1123
- change location log4j by @EvenSol in #1124
- update calculator for antisurge by @EvenSol in #1125
- make phaseFractionMinimumLimit static by @EvenSol in #1126
- refact: eclipse cleanup by @asmfstatoil in #1127
- remove capital letters in package names by @EvenSol in #1128
- update package names for tests by @EvenSol in #1130
- version 3.0.0 by @EvenSol in #1113
Full Changelog: v2.5.35...v3.0.0
NeqSim 2.5.35
NeqSim 2.5.34
NeqSim 2.5.33
What's Changed
- added test for Plus fraction model by @EvenSol in #1079
- update h2 database version by @EvenSol in #1082
- added to accept infinite by @EvenSol in #1085
- fix for bug phaseType by @EvenSol in #1088
- Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows by @dependabot in #1090
- 1078 implement gamma distribution model for plus fraction characterization by @Sviatose in #1086
- flow adjsuter fix by @EvenSol in #1089
- chore: release v2.5.33 by @Sviatose in #1092
- set max out pressure compressors new version by @EvenSol in #1091
- add ref process test by @EvenSol in #1093
- update bubpres test by @EvenSol in #1094
Full Changelog: v2.5.32...v2.5.33
NeqSim 2.5.32
What's Changed
- upgrade H2 db by @EvenSol in #1070
- 1063 add delta t specification for heat exchangers by @EvenSol in #1071
- chore: add checkstyle plugin by @asmfstatoil in #1072
- test a new method for phase envelope calculation by @EvenSol in #1074
- chore: fixed warnings by @asmfstatoil in #1073
- start adding more fluid property models by @EvenSol in #1075
- fix bug in PC calculation for oil components and all tests by @EvenSol in #1076
- change default phase envelope algorithm by @EvenSol in #1077
Full Changelog: v2.5.31...v2.5.32
What's Changed
- upgrade H2 db by @EvenSol in #1070
- 1063 add delta t specification for heat exchangers by @EvenSol in #1071
- chore: add checkstyle plugin by @asmfstatoil in #1072
- test a new method for phase envelope calculation by @EvenSol in #1074
- chore: fixed warnings by @asmfstatoil in #1073
- start adding more fluid property models by @EvenSol in #1075
- fix bug in PC calculation for oil components and all tests by @EvenSol in #1076
- change default phase envelope algorithm by @EvenSol in #1077
Full Changelog: v2.5.31...v2.5.32
NeqSim 2.5.31
What's Changed
- fixed bug in json HX response by @EvenSol in #1058
- added pump output by @EvenSol in #1060
- use key overall in stream and fluid response by @EvenSol in #1061
- added set pressure with unit by @EvenSol in #1062
- doc: fix javadoc @link to type double causing javadoc warnings by @asmfstatoil in #1057
- chore: update maven plugins, require maven version 3.8.8 and java 8 by @asmfstatoil in #1064
- chore: fix javadoc by @asmfstatoil in #1066
- chore: fix javadoc by @asmfstatoil in #1067
- feat: publish releases to maven central repository by @asmfstatoil in #1068
- chore: release v2.5.31 by @asmfstatoil in #1069
Full Changelog: v2.5.30...v2.5.31
NeqSim 2.5.30
What's Changed
- Cv method valves by @EvenSol in #1047
- Rvpupdate2 by @EvenSol in #1049
- improved TVflash by @EvenSol in #1051
- Fix-failed-SimpleReservoirTest.testRun by @EvenSol in #1052
- added more RVP methods by @EvenSol in #1053
- [Snyk] Upgrade org.jfree:jfreechart from 1.5.4 to 1.5.5 by @EvenSol in #1054
- fix: Heat Exchangers wrong Enthalpy calculations by @Sviatose in #1055
- Version 2.5.30 by @Sviatose in #1056
Full Changelog: v2.5.29...v2.5.30
NeqSim 2.5.29
What's Changed
- add set and get methods and a test by @EvenSol in #1039
- Update Splitter.java by @EvenSol in #1043
- remove unhandeled runtime exception by @EvenSol in #1042
- add vol correction test for CO2 by @EvenSol in #1041
- feat: update flow rate adjuster and fix negative change request if value is small (<1e-12) by @Sviatose in #1044
- fix: flow rate adjuster phases by @Sviatose in #1045
- Version 2.5.29 by @Sviatose in #1046
Full Changelog: v2.5.28...v2.5.29
NeqSim 2.5.28
What's Changed
- mior update logger floe rate adjuster by @EvenSol in #1035
- fix json error on report by @EvenSol in #1034
- add temperature dependent volume correction for gas by @EvenSol in #1036
- fix: oil sep bug by @Sviatose in #1037
- version 2.5.28 by @Sviatose in #1038
Full Changelog: v2.5.27...v2.5.28