v1.0.0 #3
hechtprojects
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AMEP 1.0.0 Release Notes
This is the first public version of AMEP. It fully integrates the analysis of
continuum simulation data, fixes various bugs of version 0.5.0, and provides
useful new features. It is also the first version that is available from PyPI via
pip
.AMEP 1.0.0 supports Python 3.10.0 or higher and requires the following Python libraries:
New features:
amep.continuum.cluster_properties
(LH)amep.evaluate.ClusterGrowth
(KS)amep.plot.draw_box
with new text features (KD)pbc
keyword now consitently available in all evaluate classes (LH)amep.base.BaseField
(KS)Bug fixes:
traj.animate
colorbar bug fixed (LH)amep.statistics.distribution
for large datasets fixed (ME)amep.evaluate.LDdist
bug fixed related to keyword forwarding (KD)amep.evaluate.OACF
fixed (LH)amep.evaluate.ClusterSizeDist
related to negative density fields fixed (KS)amep.order.local_density
fixed (LH)amep.plot.add_colorbar
now returns the axis object (LH)amep.spatialcor.spatialcor
fixed related to incorrect calculation forpbc=True
(LH)amep.base.BaseEvaluation.save
fixed (LH)amep.load.traj
related to dots in path names fixed (LH, KD)amep.order.next_neighbors
fixed related to incorrect ids from the voronoi tesselation (KD)save
method ofamep.evaluate.HexOrderCor
fixed (LH)amep.base.check_path
fixed (LH)amep.reader.ContinuumReader
related to missing keywordsnth
,start
, andstop
fixed (LH)reload=True
inamep.load.traj
fixed (LH)amep.base.BaseFrame.data
related to wildcard characters fixed (LH, KD)amep.cluster.sf2d
fixed (AM)amep.plot.particles
fixed (KD)amep.order.voronoi_density
related to QhullError fixed (KD)amep.utils.average_func
fixed (LH)amep.statistics.binder_cumulant
fixed (LH, LW)amep.pbc.kdtree
related to an error occured when particles are exactly at the border of the simulation box fixed (LH)amep.plot.format_axis
improved (LH, ME)Deprecation and removals:
local_density
in moduleorder
replaced by the three functionslocal_number_density
,local_mass_density
, andlocal_packing_fraction
(LH)amep.plot.savefig
removed (LH, KD)amep.cluster.cluster
replaced byamep.cluster.identify
(AM)amep.cluster.csf2d
renamed toamep.cluster.sf2d
(LH)amep.continuum.cluster
replaced byamep.continuum.identify_clusters
andamep.continuum.cluster_properties
(AM)Contributors:
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions