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

add a map function for SpecDatabase

github.com/radis/radis - 5d76f5e0097df1b4c8fb55d2a213d95bf5f0b28f authored over 6 years ago by Erwan <[email protected]>
a fix in multiply

github.com/radis/radis - d6dabd41226eab11aea94dc74fcb6dbf6db0e0b0 authored over 6 years ago by Erwan <[email protected]>
rescale: quick stop if no change

github.com/radis/radis - 83109fa5722154b6ce57704ad3b28214222a5776 authored over 6 years ago by Erwan <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/radis/radis - ac8f5de109c7040a29db4c1b293addf099cc522f authored over 6 years ago by Nicolas MINESI <[email protected]>
-'find_duplicates' directly provides the name of the duplicates

-possibility to create database on several processors

github.com/radis/radis - a21d715dffa231d2c6b5449c031ed1de0a5ed24e authored over 6 years ago by Nicolas MINESI <[email protected]>
Merge branch 'master' into develop

github.com/radis/radis - 609c82ba3991469a8aeb5b87ba03b0eca84810b0 authored over 6 years ago by Erwan Pannier <[email protected]>
remove autoupdatespec by default

github.com/radis/radis - 1af25b8b9b93e58066d9a7a58654d387bd2e7de5 authored over 6 years ago by Erwan <[email protected]>
added option to automatically update .spec to latest format with

import radis
radis.AUTO_UPDATE_SPEC = True

On any call of load_spec, this fixes the for...

github.com/radis/radis - c0c286fa20cd0345d31045520fc3f89388fcfde6 authored over 6 years ago by Erwan <[email protected]>
a Spectrum is now considered at equilibrium (used in store() and update() ) if "thermal_equilibrium" is defined and True in conditions (before, physical conditions were read)

This can break compatibility with existing codes. If reading from a Database, add:
>>> s.conditi...

github.com/radis/radis - 607535714e3bee380d43568f7a1cb93ed34c2c16 authored over 6 years ago by Erwan <[email protected]>
moved compare_spectra in the compare module

github.com/radis/radis - 9fb83bc59e8b056a4d70881809164670a4f2ee10 authored over 6 years ago by Erwan <[email protected]>
print conditions where comparing spectrum

github.com/radis/radis - 890e06a954e4326dec4f65a19b61f9e9229bc9b7 authored over 6 years ago by Erwan <[email protected]>
minor adjustments

github.com/radis/radis - 17ac8906dab05d0accac11494441903ae7bdf659 authored over 6 years ago by Nicolas MINESI <[email protected]>
added an option in plot_diff to save a png picture of the difference instead of ploting it

github.com/radis/radis - 8032f0fbf91474fa9bb1c5ca1f03358268ff51a7 authored over 6 years ago by minesin <[email protected]>
(misc) update dependency, update docs

github.com/radis/radis - 5336c4076859b5d4cc75dcbe0d9239ddf61841b3 authored over 6 years ago by Erwan <[email protected]>
(docs) update docs

github.com/radis/radis - 5c2fe39071ab9ea9179e3d889718955ecbc21659 authored over 6 years ago by Erwan <[email protected]>
remove some warnings while Merging

github.com/radis/radis - 9dc5f80ed8eedc019e4c0c43498bd29c29d3057a authored over 6 years ago by Erwan <[email protected]>
deprecation warning for AverageDistance

regularize Euclidian distance
add docs

github.com/radis/radis - bdae49e5dbd9413a072031038b542a7c64ca2fca authored over 6 years ago by Erwan <[email protected]>
- fix side effects introduced in slit_dispersion correction when experimental slit was imported

- Spectrum.plot_slit() now shows all the slit applied in the Spectrum
- added a (non quantitative...

github.com/radis/radis - 0b772c6501626c00f67460de4d97410f1fb429b8 authored over 6 years ago by Erwan <[email protected]>
Merge pull request #18 from radis/develop

0.1.22

github.com/radis/radis - 7979f6fe6689e605f072ca5e70c3354aadbc5d18 authored over 6 years ago by Erwan Pannier <[email protected]>
added missing test file

github.com/radis/radis - 13b39eecb86c63f6334e414fb1bef881c9ea2eda authored over 6 years ago by Erwan <[email protected]>
fix H2O parsing of globu, globl (includes - signs)

github.com/radis/radis - 2c258ba735b1d4e4c07279030323fee3ff9a1e04 authored over 6 years ago by Erwan <[email protected]>
(misc) renaming

github.com/radis/radis - 2f2cda476eb48d9f2cfa4c2dbe2a9b123f13689c authored over 6 years ago by Erwan <[email protected]>
update RADIS version to force regen of cached files

github.com/radis/radis - 6ecce55a5ab9fcf9fae1320aaab7ad4f6d719854 authored over 6 years ago by Erwan <[email protected]>
make PQR branch always numeric.

fix syntax of previous commit

github.com/radis/radis - e4b5d13c429f7bd1c48cd77731a4d9b1d1844230 authored over 6 years ago by Erwan <[email protected]>
HITRAN parser update:

- more functions moved to tools
- add a test case for water with HITRAN 2016
- non numeric values...

github.com/radis/radis - f234246ec3d3b565826a84173792f314648fb476 authored over 6 years ago by Erwan <[email protected]>
moved parsing routines in cache_files and a new io/tools.py file

github.com/radis/radis - dd6e54ccf221a02b1f2807121b3d5be7288e70d7 authored over 6 years ago by Erwan <[email protected]>
read database function use cache=False by default

github.com/radis/radis - a9799b75272a49104fa6680ba937820117694187 authored over 6 years ago by Erwan <[email protected]>
Fix progress_bar test and add a modulo option on update

github.com/radis/radis - 4815794663870e479619d11646cf8ae7aba946c9 authored over 6 years ago by Augustin <[email protected]>
Merge pull request #17 from radis/develop

0.1.21

SpecDatabase use the compress mode by default
apply_slit can correct automati...

github.com/radis/radis - b15a9051f145a9993cf5a486c4180088037584af authored over 6 years ago by Erwan Pannier <[email protected]>
fix database test

mark several fast tests as fast

github.com/radis/radis - 2d4a34f26f3285595fbc44ce7c0a5ee1e8f624c1 authored over 6 years ago by Erwan <[email protected]>
improve how SerialSlabs are calculated (can take as input spectra that have equivalent quantities to transmittance or radiance or both)

add a test for SerialSlabs

github.com/radis/radis - adf28de7f311125039639c83361ebd3a995cd705 authored over 6 years ago by Erwan <[email protected]>
fix a crash in new apply_slit

github.com/radis/radis - 05ccbbd106944d98665ca2d3cc3573e2f2c2c53e authored over 6 years ago by Erwan <[email protected]>
(misc) update print msgs

github.com/radis/radis - 4139fc832542eb287dac09fe60fb535348b33282 authored over 6 years ago by Erwan <[email protected]>
in apply_slit, change slit_dispersion so that it is always assumed to be given in nm

github.com/radis/radis - 6d1d8dec8ad73c27f7d362f57b88607bb6809f51 authored over 6 years ago by Erwan <[email protected]>
Merge branch 'auto-scaling-slit' into develop

github.com/radis/radis - a649f6ccf6beb6159d130a18fd308483df74b955 authored over 6 years ago by Erwan <[email protected]>
fix an error that mixed convoluted quantities after applying slit

update docs
add a test for units after applying slit

github.com/radis/radis - f682be5e41bd6b05150606e72506be28de29f2dc authored over 6 years ago by Erwan <[email protected]>
finished implementing auto-correction of slit dispersion with wavelength

github.com/radis/radis - 0a8bcd07dcc68028ee7b31461b9ccf4fd53195ea authored over 6 years ago by Erwan <[email protected]>
almost there, just missing a little of overlap

github.com/radis/radis - afd8ff632ce88b775cf886b1cc8dfae4fcad0293 authored over 6 years ago by Erwan <[email protected]>
(wip) implemented auto-correction, slit have to renormalize

github.com/radis/radis - d80584ff3c3fe48b188bc0708ba1cff366e9f5b2 authored over 6 years ago by Erwan <[email protected]>
(wip) implementing the auto-correction of dispersion feature of apply_slit()

github.com/radis/radis - 27c81c77133403394f817deca8872bfb64d8b471 authored over 6 years ago by Erwan <[email protected]>
added 1 more rescaling method in Spectrum

github.com/radis/radis - a6ddb512e13b08808c13db75a947f22c1ed444b9 authored over 6 years ago by Erwan <[email protected]>
change SpecDatabase default to binary=True

github.com/radis/radis - 6a1e16cc7dd760a18c6a51a4c9d6babf80199f29 authored over 6 years ago by Erwan <[email protected]>
(misc) improve print msg

github.com/radis/radis - 9a78ebf5d519f99dfcf2d2d2af74a86eec79a2c8 authored over 6 years ago by Erwan <[email protected]>
enforce transmittance_noslit and radiance_noslit are there before applying SerialSlabs (see neq/Issue#45)

github.com/radis/radis - 6bce3a5071508b8243d4821abb33b2af920772ea authored over 6 years ago by Erwan <[email protected]>
make SpecDatabase use compress (binary) mode by default

rewrote load_spec to the other mode if it fails with the first

github.com/radis/radis - 7ab30f2ed432f2060f8318f1cb455c58719f2574 authored over 6 years ago by Erwan <[email protected]>
renamed `print` module as `printer` module (prevents overloading the print function when doing `from radis import *`)

github.com/radis/radis - 314c63da602d59f42cc3e6f0ffa6242d6de1cc33 authored over 6 years ago by Erwan <[email protected]>
(docs) update doc on apply_slit mode=valid

github.com/radis/radis - 81e774ea3b11356d5c10618e88cb388c973bae54 authored over 6 years ago by Erwan <[email protected]>
Merge pull request #15 from minouHub/master

small changes for spectra comparision

github.com/radis/radis - ba4d20af9fe39aebe5f11e20f58a1747c63ed0d5 authored over 6 years ago by Erwan Pannier <[email protected]>
plot diff :

now if normalize=True, the normalized spectra will be ploted
init :
added the multiply function

github.com/radis/radis - f431face3e5ac9a71adb5794f7574ca7d6ab568c authored over 6 years ago by Nicolas MINESI <[email protected]>
Merge pull request #14 from radis/develop

0.1.20

github.com/radis/radis - 8ab04d3f69f4af939018be4fa3077b0e5843edf9 authored over 6 years ago by Erwan Pannier <[email protected]>
removed hard dependency to plotly == 2.5.1

github.com/radis/radis - cf5ba6bbb69cf39671e70797b9991631aed3de69 authored over 6 years ago by Erwan <[email protected]>
(docs) update README

github.com/radis/radis - a3d003246a3f716dc077af593331197f209d69b1 authored over 6 years ago by Erwan <[email protected]>
(docs) update details + add fig in README

github.com/radis/radis - 85fda427a6d8af6e0d8ed6bd5e0c6c03d5d38ff5 authored over 6 years ago by Erwan <[email protected]>
(docs) update link to fig

github.com/radis/radis - 515bc76832783edc0ad64f125b554d16475816af authored over 6 years ago by Erwan <[email protected]>
(docs) fix doc generation, update link

github.com/radis/radis - 4eb81b9b5d902f95f12dffaeec810e05100b59a0 authored over 6 years ago by Erwan <[email protected]>
(docs) add refs to RADIS-examples, including a first multi-temperature fit code

github.com/radis/radis - d40e4abf86b094c741ff646fd17d9d54777850a3 authored over 6 years ago by Erwan <[email protected]>
Merge pull request #13 from radis/develop

0.1.19

github.com/radis/radis - edbfadd2b5da5f5be029c0d13ad3557a01956a59 authored over 6 years ago by Erwan Pannier <[email protected]>
update README

github.com/radis/radis - ff924ec377bd1c893fabe84ceacb3d6fe4c3e7ba authored over 6 years ago by Erwan <[email protected]>
add colored print functions

github.com/radis/radis - 9b2ce3bf9a8affc59894c84e1331eb444c5533f7 authored over 6 years ago by Erwan <[email protected]>
add label when plotting Spectrum

github.com/radis/radis - 1b18b4e88357033a80d9ec51e13f2b467045dea7 authored over 6 years ago by Erwan <[email protected]>
(docs) update

github.com/radis/radis - 8f3c7414eb4e528c21d7c6a205ed5ca70ce3456d authored over 6 years ago by Erwan <[email protected]>
update docs

github.com/radis/radis - 132ef6410d62720775da3936e2e4de738aead380 authored over 6 years ago by Erwan <[email protected]>
update website

github.com/radis/radis - 2592ec053b61ea9bc00ad7816282b73f99caf2df authored over 6 years ago by Erwan <[email protected]>
update website

github.com/radis/radis - 37efb3d34ae30cc829ab04764c6bb9df261e7bfb authored over 6 years ago by Erwan <[email protected]>
new website template

github.com/radis/radis - eae0687acb88dad58d7042810ba22bdf38da31d9 authored over 6 years ago by Erwan <[email protected]>
autopep8: fix whitespaces etc.

github.com/radis/radis - 34c632e64c396fe9a4be9b9bf8a9f30cfe96af9e authored over 6 years ago by Erwan <[email protected]>
Merge pull request #12 from radis/develop

0.1.18

github.com/radis/radis - 7278a6df3fa48cc4980b014c6cbfc5d5edea0bcd authored over 6 years ago by Erwan Pannier <[email protected]>
store file when a Spectrum is loaded from a file

file shows in Plots when no name is given

github.com/radis/radis - 9aa1ea9b1f2d1d75d8562c9a6d91665ab56a0966 authored over 6 years ago by Erwan <[email protected]>
add h5py in conda test environment

removed python 3.5 (3.6 and 2.7 is enough)

github.com/radis/radis - bd87a52c30299fff00b91373b8abfa0fed645941 authored over 6 years ago by Erwan <[email protected]>
fix last compat version

github.com/radis/radis - f0bf306df85f09eaf7817926ea5d2b909166538f authored over 6 years ago by Erwan <[email protected]>
update cache file functions to deal with non str formats

github.com/radis/radis - a38595377eb12ec5457a19698f2b2475711d7ea5 authored over 6 years ago by Erwan <[email protected]>
updated to 0.1.18

github.com/radis/radis - 957d759319bca0760bcfb5c2b7f591629ca5d495 authored over 6 years ago by Erwan <[email protected]>
(tests) ignored some (welcome!) warnings and updated slit function file

github.com/radis/radis - d921a62a53786d510c189f518cd1e2794737d733 authored over 6 years ago by Erwan <[email protected]>
updated cache file parser for hitran/cdsd

github.com/radis/radis - 7927d77e4925773803651e81d97f822beac9639a authored over 6 years ago by Erwan <[email protected]>
merged common part of cdsd & hitran parsers

github.com/radis/radis - 5e47471a39349df87942763258c206ca58f3cf2e authored over 6 years ago by Erwan <[email protected]>
(wip) regen temp file automatically

github.com/radis/radis - 1a9ca751927f864a0b655d73528cb7e977ed707a authored over 6 years ago by Erwan <[email protected]>
functions to check that a cache_file metadata is what we expect

github.com/radis/radis - 0f2851b059a400b692897ea13c5b44508a0df8a6 authored over 6 years ago by Erwan <[email protected]>
renamed generate_test_databases

github.com/radis/radis - c9a61296892e4b4f52b924eacc2d75938e341913 authored over 6 years ago by Erwan <[email protected]>
update docstrings, fix test following change from v1u to vu, update plotly dependency to (temporary) downgrade from latest (bugged) version

github.com/radis/radis - 6b96fb46b755d70576a9935f2dc67c12e7336b68 authored over 6 years ago by Erwan <[email protected]>
update Spectrum to receive conditions as kwargs when generated with from_txt, from_array

github.com/radis/radis - 81bf699465eac0fe2f6d0c0dc38b7c2fcecd0525 authored over 6 years ago by Erwan <[email protected]>
add version of radis in metadata when generating cache files

raise warning/error if version is deprecated
add h5py dependency in setup.py
updated to 0.1.18

github.com/radis/radis - 2147fae6b57b4a47d64653e54b5cf4590c243bfb authored over 6 years ago by Erwan <[email protected]>
(doc) update docstrings

github.com/radis/radis - 0f1c30400a9cf3525cb80d2ccd883e3b916a6a12 authored over 6 years ago by Erwan <[email protected]>
(docs) updated docs, update reference to module constants

github.com/radis/radis - 1daf35ed5b0d64b21bda9c3e3d4b7a87fb2869cb authored over 6 years ago by Erwan <[email protected]>
(docs) pinned Sphinx version to fix

https://github.com/rtfd/readthedocs.org/issues/3769

github.com/radis/radis - 002add51824435994fe59e551101cb2e4725dbd6 authored over 6 years ago by Erwan <[email protected]>
(misc) update docs, try to update docstrings with variables in Spectrum.get()

github.com/radis/radis - 42a725cc81f504c4904f0c6410630c887dd06c60 authored over 6 years ago by Erwan <[email protected]>
Merge pull request #10 from radis/develop

0.1.17

github.com/radis/radis - 636dfc188e7fa2d2814388343903151461c5498f authored over 6 years ago by Erwan Pannier <[email protected]>
fix hitran format error in Windows

github.com/radis/radis - 57bdb746b14496ffc295b99360fd2dd1efb43eb4 authored over 6 years ago by Erwan <[email protected]>
replaced get_residual with a standard norm L1 or L2.

added get_residual_integral
update docs
change a security in MergeSlabs

github.com/radis/radis - d0d9af03a9454005f3ea6d349a3720215e6f9e75 authored over 6 years ago by Erwan <[email protected]>
update error msg

github.com/radis/radis - 99d65aca0f68cd52c799e19961c7a1f5b228c555 authored over 6 years ago by Erwan <[email protected]>
add doc on Spectrum.savetxt method

github.com/radis/radis - 9b642ed94311097ca28fdbf50c292f31bede42e3 authored over 6 years ago by Erwan <[email protected]>
replace all occurences of python setup.py develop with pip install -e .

github.com/radis/radis - 12a02503c1325d88fc88ae0db396107d2a381a50 authored over 6 years ago by Erwan <[email protected]>