Activity for 3Depict

  • AnotherUser AnotherUser modified a comment on ticket #1

    We have switched our development code to libqhullcpp as of (11th July 21), however we have not yet released this. Our next release should pick this up (and have more testing)

  • AnotherUser AnotherUser posted a comment on ticket #1

    We have switched our development code to libqhullcpp as of 3130:8f9d2fe3d9dd (11th July 21), however we have not yet released. Our next release should pick this up (and have more testing)

  • AnotherUser AnotherUser modified ticket #2

    0.0.23 tarball is missing "stats/erfinv.h"

  • AnotherUser AnotherUser posted a comment on ticket #2

    Closing as this cannot be fixed retrospectively, and works in our hg archive.

  • AnotherUser AnotherUser modified a comment on ticket #2

    This file is present in our hg archive, here, and yes it was incorrectly missed during the tarball construction; I am unclear how this passed in the QA scripts however. I don't want to change the checksums of the uploaded tarballs, so I can't retrospectively update that - it will need to be patched until we release 0.0.24, probably around Dec this year. https://sourceforge.net/p/threedepict/code/ci/default/tree/src/backend/stats/erfinv.h Thanks for reporting it though.

  • AnotherUser AnotherUser posted a comment on ticket #2

    This file is present in our hg archive, here, and yes it was incorrectly missed during the tarball construction. I dont' want to change the checksums of the uploaded tarballs, so I can't retrospectively update that - it will need to be patched until we release 0.0.24, probably around Dec this year. https://sourceforge.net/p/threedepict/code/ci/default/tree/src/backend/stats/erfinv.h

  • Orion Poplawski Orion Poplawski created ticket #2

    0.0.23 tarball is missing "stats/erfinv.h"

  • Orion Poplawski Orion Poplawski created ticket #1

    Support qhull_r

  • AnotherUser AnotherUser committed [b919af]

    Fix compilation under debian bullseye

  • AnotherUser AnotherUser committed [fe2cbe]

    Import debian patches for bashism fixes, and FTGL detection

  • 3Depict 3Depict released /0.0.23/3Depict-0.0.23-win64.exe

  • AnotherUser AnotherUser committed [16abed]

    * Minor typo fixes

  • AnotherUser AnotherUser committed [70b184]

    * Fix compilation

  • AnotherUser AnotherUser committed [16dda4]

    * Fix changelog date

  • AnotherUser AnotherUser committed [712291]

    * Update debian packaging from debian VCS

  • AnotherUser AnotherUser committed [e4cd64]

    * Update manual date

  • AnotherUser AnotherUser committed [094820]

    Added tag 3Depict-0.0.23 for changeset ddc58624ded2

  • AnotherUser AnotherUser committed [6a8e0b]

    * Update version numbers to 0.0.23

  • AnotherUser AnotherUser committed [e7c015]

    * Merge

  • AnotherUser AnotherUser committed [ddc586]

    * Fix compilation error with chrono under certain configurations

  • AnotherUser AnotherUser committed [412cc1]

    * Fix installation issues during win build

  • AnotherUser AnotherUser committed [4709f1]

    * Merge patches from debian, remove from packaging folder

  • AnotherUser AnotherUser committed [88c974]

    * Update translations from internal 2f2d838fd031

  • 3Depict 3Depict released /0.0.23/3Depict-0.0.22-win64.exe

  • 3Depict 3Depict released /0.0.23/3Depict-0.0.23.tar.gz

  • 3Depict 3Depict released /3Depict-0.0.23.tar.gz

  • AnotherUser AnotherUser committed [64a938]

    * Update version

  • AnotherUser AnotherUser committed [f095b4]

    * Update translations

  • AnotherUser AnotherUser committed [2cd931]

    * Update configure and changelog

  • AnotherUser AnotherUser committed [3b9c80]

    * Update changelog

  • AnotherUser AnotherUser committed [14b098]

    * Add missing files for confidence estimation

  • AnotherUser AnotherUser committed [f2e530]

    * Update to internal 2cdf51c47f2b

  • AnotherUser AnotherUser committed [fc2de8]

    * Minor compilation fixes. Most notably we disable std::mutex when building under mingw64

  • AnotherUser AnotherUser committed [8903fe]

    * Import patch from debian bug 956460

  • AnotherUser AnotherUser committed [12cf12]

    * Merge

  • Hugh McMaster Hugh McMaster posted a comment on discussion General

    The paths in pkg-config files differ across arches, so they can't go in /usr/share or /usr/lib for that matter. Thanks for the merge.

  • AnotherUser AnotherUser posted a comment on discussion General

    I missed your patch earlier. OK, I see where the problem is: $ apt-file find libxml-2.0 libxml2-dev: /usr/lib/x86_64-linux-gnu/pkgconfig/libxml-2.0.pc Its not part of /usr/share, but is in the multiarch area of /usr/lib. I'm not sure why that is, but that's fine. This is why I did not find it earlier. This is now committed, changeset 620:ef0dadf6ee49.

  • AnotherUser AnotherUser committed [ef0dad]

    * Import patch from https://sourceforge.net/p/threedepict/discussion/general/thread/7cf17441d0/

  • Hugh McMaster Hugh McMaster modified a comment on discussion General

    Hi, thanks for responding so quickly. libxml2's pkg-config file is definitely included in the Debian stable development package (libxml2-dev). The correct pkg-config command is pkg-config libxml-2.0 --{libs|cflags|exists} Note that PKG_CHECK_MODULES takes libxml-2.0 as the second argument (as per the patch in post 1).

  • Hugh McMaster Hugh McMaster modified a comment on discussion General

    Hi, thanks for responding so quickly. libxml2's pkg-config file is definitely included in the Debian stable development package. The correct pkg-config command is pkg-config libxml-2.0 --{libs|cflags|exists} Note that PKG_CHECK_MODULES takes libxml-2.0 as the second argument (as per the patch in post 1).

  • Hugh McMaster Hugh McMaster posted a comment on discussion General

    Hi, thanks for responding so quickly. libxml2's pkg-config file is definitely included in the Debian stable development package. The correct pkg-config command is pkg-config libxml-2.0 --{libs|cflags|exists} Note that PKG_CHECK_MODULES just takes libxml-2.0, as per the patch in post 1.

  • AnotherUser AnotherUser modified a comment on discussion General

    Firstly, thanks for reporting! Yes, we have this in our private repository, and I've seend this on the debian bug reports. Privately I have a patch, but can't test it without access to a pkg-config that ships libxml2. Currently on my system (debian stable): /usr/share/pkgconfig$ ls xml ls: cannot access 'xml': No such file or directory but I assume this is now in testing - I need to update my testing vms. Edit: Debian bug is https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949049

  • AnotherUser AnotherUser posted a comment on discussion General

    Firstly, thanks for reporting! Yes, we have this in our private repository, and I've seend this on the debian bug reports. Privately I have a patch, but can't test it without access to a pkg-config that ships libxml2. Currently on my system (debian stable): /usr/share/pkgconfig$ ls xml ls: cannot access 'xml': No such file or directory but I assume this is now in testing - I need to update my testing vms.

  • Anonymous posted a comment on discussion General

    Debian is removing xml2-config in favour of pkg-config. The attached patch uses the PKG_CHECK_MODULES macro to detect the libxml2 library. Thank you Hugh

  • Hugh McMaster Hugh McMaster posted a comment on discussion General

    Hmmm. I thought I was logged in.

  • 3Depict 3Depict released /0.0.22/3Depict-0.0.22-win64.exe

  • AnotherUser AnotherUser committed [a9b2b9]

    * Fix bug in composition profile, where decomposed normalised profiles would be wrong

  • AnotherUser AnotherUser committed [ae18f0]

    * Add upload date

  • AnotherUser AnotherUser committed [b4496b]

    Added tag 3Depict-0.0.22 for changeset ae18f04cf873

  • AnotherUser AnotherUser committed [bb3cf2]

    * Minor updates to tarball packaging

  • 3Depict 3Depict released /0.0.22/3Depict-0.0.22.tar.gz

  • 3Depict 3Depict released /0.0.22/3Depict-0.0.22-win64.exe

  • AnotherUser AnotherUser committed [4ff023]

    * Update bootstrap and windows installer

  • AnotherUser AnotherUser committed [c4144b]

    * Update about box (C) date

  • AnotherUser AnotherUser committed [05a9e5]

    * Merge

  • 3Depict 3Depict released /0.0.22/3Depict-0.0.22-win64.exe

  • AnotherUser AnotherUser committed [e09492]

    * Fix regression where if config/state file did not exist, would be

  • AnotherUser AnotherUser committed [1d27ee]

    * Improve error handling when writing config & state files

  • AnotherUser AnotherUser committed [1f0f70]

    * Remove unneeded re-assignment of mass in case of no denominator ions in

  • AnotherUser AnotherUser committed [13c943]

    * Fix property not being copied during clone.

  • AnotherUser AnotherUser committed [4ef2b7]

    * Mitigation for progress reporting data race

  • AnotherUser AnotherUser committed [45c2d6]

    * Fix ion colour progress not updating to 100%

  • AnotherUser AnotherUser committed [e6e974]

    * Add remap file to windows install list

  • AnotherUser AnotherUser committed [900738]

    * Fix incorrectly named function in child class (ClusterAnalysis)

  • AnotherUser AnotherUser committed [0b4429]

    * Re-redo the progress wheel

  • AnotherUser AnotherUser committed [a223cf]

    * Decrease spectrum bin width

  • AnotherUser AnotherUser committed [86f926]

    * Fix sign error in correction term for anderson-darling test.

  • AnotherUser AnotherUser committed [b9bd96]

    * Slightly weaken the statistical threshold for anderson darling test

  • AnotherUser AnotherUser committed [0c15eb]

    * add check for progress pointer in KD tree

  • AnotherUser AnotherUser committed [d9d040]

    * Fixes for dogtail tests.

  • AnotherUser AnotherUser committed [482fc1]

    * Fix typo in changelog

  • AnotherUser AnotherUser committed [ce0ac3]

    * Add changelog from internal repo

  • AnotherUser AnotherUser committed [3085de]

    * Fix sometimes crash in density analysis when bad points present

  • AnotherUser AnotherUser committed [41d53f]

    * Switch to GSL for random number selection in strong random mode

  • AnotherUser AnotherUser committed [114056]

    * Import patches for mingw build

  • AnotherUser AnotherUser committed [65cbab]

    * Update mingw bootstrap code

  • AnotherUser AnotherUser committed [33a80d]

    * Coverity fixes

  • AnotherUser AnotherUser committed [b5f94b]

    * Update translations from transifex, and from program

  • AnotherUser AnotherUser committed [bbf8d7]

    * Update to internal 58185888032e

  • AnotherUser AnotherUser committed [47790c]

    * Simplify checking for freetype

  • AnotherUser AnotherUser committed [a38601]

    * Fix incorrect key in downsampling when using fraction mode

  • AnotherUser AnotherUser committed [ac4295]

    Added tag 3Depict-0.0.21 for changeset efe562336078

  • AnotherUser AnotherUser committed [c0f281]

    * Fix cluster analysis not handling abort in size crop correctly

  • 3Depict 3Depict released /0.0.21/3Depict-0.0.21-win64.exe

  • AnotherUser AnotherUser committed [dbfbf9]

    * Disable DF sweeping from the UI from this release

  • AnotherUser AnotherUser committed [7df18c]

    * Change string from Amu to Da

  • AnotherUser AnotherUser committed [76895f]

    * Fix property bug in profile

  • AnotherUser AnotherUser committed [d91886]

    * Fix spectrum not correcting properly if used in conjunction with normalisation

  • AnotherUser AnotherUser committed [b01b96]

    * Fix transfer function and builtin colourmap properties not cloned

  • AnotherUser AnotherUser committed [cb9140]

    * Change double left click in transfer function dialog to single click

  • AnotherUser AnotherUser committed [d8e0e7]

    * Fix unit test failure

  • AnotherUser AnotherUser committed [3ada31]

    * Fix regression under linux introduced when modifying switch chars

  • AnotherUser AnotherUser committed [70a710]

    * Possible fix for non-visible voxels?

  • AnotherUser AnotherUser committed [5a3e19]

    * Fix bug in configFile warning writer

  • AnotherUser AnotherUser committed [cd545f]

    * Add exception handling (bail-out) to volume render

  • AnotherUser AnotherUser committed [539431]

    * Update commenting

  • AnotherUser AnotherUser committed [934cd9]

    * fix crash due to GLEW not being initialised

1 >