Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Radis

We develop an open source code that makes state of the art spectral databases available to everyone to compute spectra of stars, gases and plasma
Collective - Host: opensource - https://opencollective.com/radis - Website: https://t.co/nJsMsSCO40 - Code: https://github.com/radis/radis

Merge pull request #155 from erwanp/develop

fix wildcards not working if used in a list of paths

github.com/radis/radis - cc6e52cb6214e991ca8586afd96fbee7cdfd2bbd authored about 4 years ago
Rename todo to todo.md

github.com/radis/radis - b321427945e8bfdd9a3b4f7388f56007f584703b authored about 4 years ago
Create todo github template

github.com/radis/radis - 58edaad5d936d07ea7502e45a0486804d0ce10f5 authored about 4 years ago
Merge pull request #152 from suzil/cleanup/use-hapi-pypi

Remove hapi.py from RADIS files, update to TIPS-2017

github.com/radis/radis - 4c33c453d26dc25597a1d072b31e16a920e99acb authored about 4 years ago
fix wildcards not working if used in a list of paths

(updated compare_torch performance results in the process)

github.com/radis/radis - c19ebf3fa351e003a00dd0ce41b2427325bacc2f authored about 4 years ago
update hardcoded test files to account for the change of partition function calculation from TIPS 2011 to TIPS 2017 with new HAPI version

github.com/radis/radis - 42639d7d4feb9d351c4d9f2b7837497b8c1c93a5 authored about 4 years ago
Add htiran-api to pip section of environment.yml

github.com/radis/radis - 8ccef2601b9fbd6b5933081d2590958b9d3ea675 authored about 4 years ago
Remove hitran-api from environment.yml

github.com/radis/radis - 944c0a483608200933c955a436155b5bc34d6c3b authored about 4 years ago
(misc) add option to change threshold when checking for slit dispersion.

automatically try to use the other orientation when loading slit from a file

github.com/radis/radis - 33fdb8001e3d60d0f1ae5066ec86b29755b22668 authored about 4 years ago
Remove hapi.py from RADIS files

This requires upgrading the version of HAPI that RADIS is using. Before
`hapi.py` was at version...

github.com/radis/radis - def798e3cc934e355ee366cdca9f465c772928d7 authored about 4 years ago
fix SpecDatabase get_closest() failing because means() tried to compute the mean of Spectrum objects themselves (possible since w implemented Spectrum algebra with __add_ )

github.com/radis/radis - bebde46cf06e118679942254a335d546c5334011 authored about 4 years ago
Merge pull request #149 from suzil/cleanup/148-remove-six

Remove six (no longer need Py2 support)

github.com/radis/radis - 867bb57a1c497edfb939e60923baaadb1ff8d16b authored about 4 years ago
Remove six (no longer need Py2 support)

github.com/radis/radis - d09072a7264235c3b75d9fd240b952d5aaa05618 authored about 4 years ago
Merge pull request #140 from suzil/add/isort

Add isort

github.com/radis/radis - 8fb445539125517b91209eb728fa7021383949e0 authored about 4 years ago
moved definitions of HITRAN groups and list of supported molecules in radis/db

github.com/radis/radis - d7a30bbc3af6f6b0a971535eba1a595a77764ad8 authored about 4 years ago
Add isort

github.com/radis/radis - fd4405a69a7faab35bcfad2050728b4a43040507 authored about 4 years ago
Merge pull request #147 from suzil/cleanup/fix-mixed-line-endings

Use a consistent line ending with pre-commit

github.com/radis/radis - 5a60dca4bae70bc986b867d3f4c45cd22d1e0eb2 authored about 4 years ago
Use a consistent line ending with pre-commit

github.com/radis/radis - 2e195af4f6115bcc47b87d7b4dff3df767b60e47 authored about 4 years ago
Merge pull request #142 from suzil/cleanup/strip-trailing-whitespace

Add stripping of trailing whitespace to pre-commit

github.com/radis/radis - 0aa078e191c618c11c9e7343941de0d7edd6b8d2 authored about 4 years ago
(docs) adds authors list explicitely

github.com/radis/radis - 037d88a6b7cfb52e3dc74a45e99eb6c6abc45177 authored about 4 years ago
Add stripping of trailing whitespace to pre-commit

github.com/radis/radis - 28b558d3a695c560d7dacebe1b60c58b92ed9639 authored about 4 years ago
(docs) add authors list explicitely

github.com/radis/radis - 2ac0f047d585d96cd33449a171d96e2f0d1c2c31 authored about 4 years ago
Merge pull request #146 from erwanp/fix-and-improve-docs

update docs

github.com/radis/radis - 035e0128fc58bb50250dce826ec36c8618a76570 authored about 4 years ago
update docs:

- fix label links
- add link to full list of contributors as Authors of the document
- add refere...

github.com/radis/radis - d5881a973dfd00591618df560a54d269ddcd884e authored about 4 years ago
Merge pull request #145 from erwanp/fix-plotly

fix plot.ly links

github.com/radis/radis - de79590c3f3afb174c41b280a9b22f1019dc0111 authored about 4 years ago
fix plot.ly links

github.com/radis/radis - 9f3b6667ced47aa8fd1cf32896318e1b2d440adf authored about 4 years ago
Merge pull request #141 from suzil/cleanup/remove-unnecessary-future-imports

Remove unnecessary future imports (only needed for py2 support)

github.com/radis/radis - c2ae18ffadb7f30eb570811b71601efb865462b6 authored about 4 years ago
Remove unnecessary future imports (only needed for py2 support)

github.com/radis/radis - f82008ecd58db1dc4d825bfe64d50f265b3bc463 authored about 4 years ago
Merge pull request #139 from suzil/cleanup/enable-flake8

Run flake8 in CI

github.com/radis/radis - 0e14966eab390ec50b0704c903e98387798f2b71 authored about 4 years ago
Add hapi.py to flake8 exclude

github.com/radis/radis - 2dc3283b7be81d7236fe9fd48218cf88dd56046f authored about 4 years ago
Update radis/test/tools/test_database.py

Co-authored-by: Erwan Pannier <[email protected]>

github.com/radis/radis - 7e1296bed2c947baa0b66277862cdd05142e7ec5 authored about 4 years ago
Remove pre-commit install

github.com/radis/radis - 4189eb44778fb88e4eeb86fa80e36af3bb3ca878 authored about 4 years ago
Add install step for lint stage

github.com/radis/radis - 93cdea390c7bf6ec90795ef9fb153bbe9d65ad9b authored about 4 years ago
Move linting to its own stage

github.com/radis/radis - a850572492c640c077b0f9fc6b594565b2a7aeba authored about 4 years ago
Fix tests

github.com/radis/radis - eac99600ff0f079c0cbe2ae1873ee1af941b83fd authored about 4 years ago
Run flake8 in CI

github.com/radis/radis - f089370f63317f25784eeaa4f406727464283501 authored about 4 years ago
Merge pull request #137 from suzil/cleanup/combine-configs-setupcfg

Combine coverage, flake8, pytest configs to setup.cfg

github.com/radis/radis - e197e14555372d2446f8769018516bfde86ef291 authored about 4 years ago
Merge pull request #138 from suzil/fix/links

Fix incorrect links

github.com/radis/radis - 2710e1839fdbef39f02b903c3786a00c9fdb2f70 authored about 4 years ago
Fix incorrect links

github.com/radis/radis - 9cd6c88571bcc32eb84f2e0c779844e3db3b8111 authored about 4 years ago
Combine coverage, flake8, pytest configs to setup.cfg

github.com/radis/radis - 785a3a80eef5c2363d42bf35f3459b250bc6efa1 authored about 4 years ago
replace latex superscripts with unicode !

github.com/radis/radis - 887c3fe2ff342f025df3913c62c38b13832046cb authored about 4 years ago
add legendargs** option for plot_diff

github.com/radis/radis - 9b15768368f16530f24d2ed699e36ece075085cd authored about 4 years ago
Merge pull request #119 from radis/develop

0.9.26

Featuring new major functionalities such as GPU support for equilibrium calculations (...

github.com/radis/radis - 35d8fb2cd6755e1fb07528ce69e29138e281abbd authored about 4 years ago
prepare version number for 0.9.26

https://github.com/radis/radis/pull/119

github.com/radis/radis - fafa0e18f645c7224c7994f8312be7caf9780055 authored about 4 years ago
Merge pull request #133 from erwanp/fix-102

Fix 102

github.com/radis/radis - 01450514f5f02430ad3cb8ae6e8ba79e03f0e390 authored about 4 years ago
added tests from @minouHub

github.com/radis/radis - 38dc8a57dfb50cdb1e24e9d3396fee80349d58d2 authored about 4 years ago
add new Spectrum.take() method (to keep only one spectral variable)

implement get_residual() with new normalize() function.

github.com/radis/radis - 2be1d0ead3f74ce9a2e62c9c0be9c87b9ef3df7d authored about 4 years ago
Merge pull request #132 from suzil/fix/dev-guide-link

Fix Developer Guide link

github.com/radis/radis - 79c2e068f5dd6e124787660fe103be2bffd2cf91 authored about 4 years ago
Fix Developer Guide link

github.com/radis/radis - fe989551c94de1d191c91402b876bb0239f9eae8 authored about 4 years ago
Merge pull request #130 from dcmvdbekerom/develop

Fix error in optimized weights

github.com/radis/radis - 70551dcae8045d1dfd36df60f73afe8191954eb8 authored over 4 years ago
Fix error in optimized weights

fixes https://github.com/radis/radis/issues/129

github.com/radis/radis - aba5e44c28fece73a7c7b3ef253ec9b4473078fb authored over 4 years ago
(struggling with black-reformatter challenging its own changes) > bumped black to >=20.18, force it into install : pip install -e .[dev]

github.com/radis/radis - 7fcc0a772f7845c4b45566087e7e139f4f7ae2a7 authored over 4 years ago
re-run black with version 20.18. Fixes #128 for good

github.com/radis/radis - 90ce007e21041119354eca9cbbb36b24f602ce77 authored over 4 years ago
(misc) fix imports

github.com/radis/radis - 94d608b131acac6687a0cfcdd53dbc0cf7bbcf87 authored over 4 years ago
Merge remote-tracking branch 'upstream/develop' into develop-upstream

# Conflicts:
# radis/lbl/base.py
# radis/lbl/broadening.py
# radis/lbl/calc.py
# radis/lbl/facto...

github.com/radis/radis - 00f0d36020eed971503cdb77eff2dd3c9151a182 authored over 4 years ago
Merge remote-tracking branch 'upstream/develop' into develop-upstream

# Conflicts:
# radis/lbl/base.py
# radis/lbl/broadening.py
# radis/lbl/calc.py
# radis/lbl/facto...

github.com/radis/radis - 96d6416ed40c75b3a6fbaff1c30889bbac10e07e authored over 4 years ago
replaced tabs with spaces in a docstring that resulted in problems with the newest black version. Fixes #128

fixes flake8 errors for all files

github.com/radis/radis - 155a800365d74afc44e5f80ef581d66cc0e6dab5 authored over 4 years ago
Merge pull request #117 from pkj-m/gpu

Equilibrium spectra calculation using GPU [GSoC]

github.com/radis/radis - 69fabc2b213fe00cd073bf3ad73c509ad1d1b7d2 authored over 4 years ago
Merge pull request #122 from erwanp/feature-multiply-units

dimensionned units for multiply/division

github.com/radis/radis - e500147e3bc976e7b0b12790a10977d2bf94a7f1 authored over 4 years ago
fix travis test

github.com/radis/radis - 149411ec763d3c943c39940050686768763aa4c7 authored over 4 years ago
add link to gpu page:

github.com/radis/radis - b01c5149fa88e85154bf201314715a8fe8e4fe1e authored over 4 years ago
add link to gpu page on index

github.com/radis/radis - 52a2be67af0d3b3b65d838b0c1800f0a7a171e44 authored over 4 years ago
skip cuda tests

github.com/radis/radis - 735600b5a9fa97ccc924a9a0deef020a0a0dcd4c authored over 4 years ago
docs and test update

github.com/radis/radis - ee4fd41f70367c5076e319734611db4dd6c0a733 authored over 4 years ago
gpu docs updated

github.com/radis/radis - a6dababaa733e5c776223e3e7316b07eff9592d3 authored over 4 years ago
add gpu docs

github.com/radis/radis - a0e1f85a3f4f237a768d5103dc075b5a18a95b74 authored over 4 years ago
added verbose controls

github.com/radis/radis - bec378d68787fb941d922ea4de40eb11913ce196 authored over 4 years ago
add lines calculated for gpu spectra

github.com/radis/radis - 6fc708aa48a85d3622d1e594f19e9080f7fdea91 authored over 4 years ago
add lines and bug fix

github.com/radis/radis - 6758fd362ac723acfcbbda1d01695372790f04be authored over 4 years ago
merge with develop

github.com/radis/radis - 893e826c762eaa9f7323f52d505141c9f8b61c7e authored over 4 years ago
added basic test

github.com/radis/radis - e9eb9c9eab4beaaf7e1204aee83d42cd3b1e486f authored over 4 years ago
added npy example

github.com/radis/radis - fb394f1688f875e6ec3bed20819e4e5b26250f7c authored over 4 years ago
add example

github.com/radis/radis - cd78d316a56ef32d2749c242ac45773dce34d4f0 authored over 4 years ago
Merge branch 'gpu' of https://github.com/pkj-m/radis into gpu

github.com/radis/radis - bde2a9014c7cb7f7caae6e4c3bc4019561b10c1f authored over 4 years ago
add calc time

github.com/radis/radis - cbc37b7ddd9c292567d3050a1a371915b8e73cf4 authored over 4 years ago
Apply suggestions from code review

Co-authored-by: Erwan Pannier <[email protected]>

github.com/radis/radis - b1a1c7ebcd321130182e5c7aac401ac6b0ebe0a7 authored over 4 years ago
Apply suggestions from code review

doc change

Co-authored-by: Erwan Pannier <[email protected]>

github.com/radis/radis - 6696c4814bf3626a442a7960bd402a273dcd6de3 authored over 4 years ago
Merge branch 'develop' of https://github.com/dcmvdbekerom/radis into develop

github.com/radis/radis - 2c1e21875cce94b20a4df14cbaabfdcc18ef8833 authored over 4 years ago
Merge pull request #116 from dcmvdbekerom/develop

Implementing optimized weights

github.com/radis/radis - d146cee017359dea5ba719a50b078c84f07a4acf authored over 4 years ago
Revert "Merge remote-tracking branch 'dirk/develop' into develop-dirk"

This reverts commit d86275f86c3e7fb9e4a2d78f6ff633cb6fc76b3b, reversing
changes made to 71a701b8...

github.com/radis/radis - 61348af45b3e732202e30a344cea19c3833ad014 authored over 4 years ago
Update test_calc.py

github.com/radis/radis - 1627ed8c29cc8322415cbed3c85f5a0f87fc739f authored over 4 years ago
Merge remote-tracking branch 'dirk/develop' into develop-dirk

github.com/radis/radis - d86275f86c3e7fb9e4a2d78f6ff633cb6fc76b3b authored over 4 years ago
- re-run compare_torch example (requires local copy of CDSD-HITEMP. Passes tests, and the DLM version is faster (and fits better, probably because of band width).

github.com/radis/radis - 71a701b83e756ce8042219832ab53998477be0f0 authored over 4 years ago
- set the values of optimization=None in old tests, and optimization="simple" in new ones. That should fix tests.

- make broadening_method an input parameter of SpectrumFactory
- clean code, in particular unused...

github.com/radis/radis - 6ab7a1d3202306e729771b94b590a99d9ac7147e authored over 4 years ago
force non-DLM test

github.com/radis/radis - 15fc4b70718df2992bb9b3f6132b91f63c9487ff authored over 4 years ago
fixed bugs

github.com/radis/radis - e4e285549f33263316ece9e71f5e2cd093b0a37d authored over 4 years ago
added custom function for special gpu params

github.com/radis/radis - a44796b1cfad00a307815a74e926c0218d39478a authored over 4 years ago
added molarmass and abundance

github.com/radis/radis - 8f5e4703bf9cb5c4f59964bcf90463c731100732 authored over 4 years ago
set parsum to private

github.com/radis/radis - e6ba71677f288315654cdb95fa4d0b0e28ef12f2 authored over 4 years ago
add example

github.com/radis/radis - 2bfdaced0a4afbc8555425575e95a9ad6c36d4fd authored over 4 years ago
added gpu files

github.com/radis/radis - 73858e9cb1465490e3326689285238ef47f167e7 authored over 4 years ago
updated function doc

github.com/radis/radis - 148fb9267628cdd03f95e06ee55821cfe34e58b8 authored over 4 years ago
remove hardcoded value

Co-authored-by: Erwan Pannier <[email protected]>

github.com/radis/radis - 5c2e313d51b15b18e8664d660472fd9411b647d2 authored over 4 years ago
(WIP) proposition for the new database format "npy"

github.com/radis/radis - f6fb33285411ca850ce7cef7b4042af0c3d9f70d authored over 4 years ago
add calculation time in conditions

github.com/radis/radis - 40ff043509852a4bc70e07e447bfe2f27bfbe42a authored over 4 years ago
avoid async error

github.com/radis/radis - 46a851b76a9e3c753a699bdc7f0bd474d103e56a authored over 4 years ago
cython gpu code

github.com/radis/radis - c383e8ad6ed9b59834209d2e095bacb556a5c458 authored over 4 years ago
dynamic compilation working

github.com/radis/radis - 67ef4798483e92424fff9bda1784979d1587610c authored over 4 years ago