Skip to content

Releases: cytomining/CytoTable

v0.0.12

11 Nov 16:15
302ac54
Compare
Choose a tag to compare

Changes

v0.0.11

28 Oct 13:45
ccca87f
Compare
Choose a tag to compare

Changes

  • Add tablenumber capabilities to distinguish repeated image numbers from multiple datasets (@d33bs via #188)
  • Add join concatenation parameter distinction (@d33bs via #181)
  • Disable DuckDB progress bars (@d33bs via #233)
  • Format pyproject.toml file with pyproject-fmt using pre-commit (@d33bs via #232)
  • Bump pre-commit/action from 3.0.0 to 3.0.1 (@dependabot via #231)
  • Bump release-drafter/release-drafter from 5 to 6 (@dependabot via #229)
  • Bump actions/setup-python from 4 to 5 (@dependabot via #230)
  • Enable Dependabot updates for GitHub Actions (@d33bs via #228)
  • Bump cryptography from 42.0.5 to 43.0.1 (@dependabot via #225)

v0.0.10

26 Aug 22:08
81584ba
Compare
Choose a tag to compare

Changes

  • Move to keyset pagination (@d33bs via #220)
  • Fix dependency resolution issues for non-locked installations of CytoTable in tests (@d33bs via #217)

v0.0.9

10 Jul 11:33
2b16e97
Compare
Choose a tag to compare

Changes

v0.0.8

12 Jun 21:35
fac4f56
Compare
Choose a tag to compare

Changes

  • Increase sorting scalability via CytoTable metadata columns (@d33bs via #204)
  • Bump flask-cors from 4.0.0 to 4.0.1 (@dependabot via #207)
  • Bump werkzeug from 3.0.1 to 3.0.3 (@dependabot via #205)
  • Bump jinja2 from 3.1.3 to 3.1.4 (@dependabot via #206)
  • Enable Parsl app concurrency with futures (@d33bs via #194)
  • Remove SECURITY.md to rely on organization-wide community health file (@d33bs via #184)
  • Use declarative version specification for Ubuntu GitHub Actions runners (@d33bs via #199)
  • Avoid macos-latest Python version compatibility issues in GitHub Actions runner images (@d33bs via #196)

v0.0.7

18 Apr 20:40
c1b4765
Compare
Choose a tag to compare

Changes

  • Use compartment tables as basis of preset joins (@d33bs via #183)
  • Add order to limit and offset queries for deterministic results (@d33bs via #182)
  • Bump idna from 3.6 to 3.7 (@dependabot via #186)
  • Enable Python 3.12 compatibility through dependency-based updates (@d33bs via #174)
  • Bump scipy from 1.9.3 to 1.10.0 (@dependabot via #173)
  • Add python 3.11 to automated tests (@d33bs via #172)
  • Remove poetry lockfile to better project testing with scheduled trigger (@d33bs via #170)
  • Changing python's upper limit version to python<3.12 (@axiomcura via #158)

v0.0.6

16 Mar 20:01
f50d42e
Compare
Choose a tag to compare

Changes

  • Move citation.cff validation to pre-commit check (@d33bs via #165)
  • Remove duplicative all-at-once concatenate with join operations (@d33bs via #168)
  • Add and apply pre-commit poetry checks (@d33bs via #164)

v0.0.5

15 Mar 01:41
b1cf641
Compare
Choose a tag to compare

Changes

  • Set upper limit on DuckDB version (<0.10.0) to avoid Arrow errors (@d33bs via #166)
  • Add weekly testing for preventative awareness of external changes (@d33bs via #167)
  • Bump cryptography from 42.0.2 to 42.0.4 (@dependabot via #162)
  • Bump cryptography from 41.0.6 to 42.0.2 (@dependabot via #161)
  • Add pytest warning filters for pkg_resource and sqlalchemy (@d33bs, @kenibrewer via #153)
  • Fix source filename ingest for IN Carta data with spaces and inconsistent casing (@d33bs via #151)
  • Add security community health file (@d33bs via #147)

v0.0.4

19 Jan 22:48
562d493
Compare
Choose a tag to compare

Changes

v0.0.3

22 Oct 21:18
eccee71
Compare
Choose a tag to compare

Changes

  • Patch v0.0.3 (@d33bs via #121)
  • Add related software + paper references to citations (@d33bs via #120)
  • Update readme with additional installation notes (@d33bs via #119)
  • Move to offset-based joins (@d33bs via #113)
  • Add PR author mentions to release drafts (@d33bs via #118)
  • Fix PyPI readme image reference (@d33bs via #117)
  • Use Parsl NoDataFlowKernelError for detecting existing Parsl configurations (@d33bs via #112)
  • Enable DuckDB >= v0.8.0 (@d33bs via #114)