bsumlin / PyMieScatt

A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations
http://pymiescatt.readthedocs.io/en/latest/
MIT License
99 stars 38 forks source link

Version update on PYPI #6

Closed kmuehlbauer closed 5 years ago

kmuehlbauer commented 5 years ago

The latest version on PyPI is 1.7.1 (https://pypi.org/project/PyMieScatt/#history). The latest version in this repo is 1.7.3. Would be nice if PyPI can be updated and while doing so, please also have a look here: #1.

kmuehlbauer commented 5 years ago

@bsumlin If all license issues are sorted out, it would be great to release a new version which contains all these changes and upload to PyPI.

kmuehlbauer commented 5 years ago

@bsumlin Now that the licensing is fixed it would be great to release a new version and upload it to PyPI.

Then we can wait for the conda-bot to create a version update PR.

kmuehlbauer commented 5 years ago

BTW, your package is used for teaching students at the University of Bonn, Germany.

Keep up the good work. And I'm trying to help improving this PyMieScatt.

kmuehlbauer commented 5 years ago

Is this something which we can expect to happen in the near future? The current version on PyPI (1.7.1) lacks some fixes for Mie-Processing (see https://github.com/bsumlin/PyMieScatt/commit/36f06c5bc47769d1331371c07f5f51d2cdf7a7bb).

bsumlin commented 5 years ago

I swear I'd fixed that! Let me get a new version rolling, I'll update when it's complete. Thanks very much for your help! Can you tell me a little more about how PyMieScatt is being used for education? That's very exciting to hear!

kmuehlbauer commented 5 years ago

@bsumlin Great! Yes it's already fixed here, but the latest version wasn't uploaded to PyPI.

kmuehlbauer commented 5 years ago

@vecoveco is doing the teaching, he can be more verbose.

Short version: in our remote sensing lecture, scattering etc (Rayleigh, Mie etc) is teached and for the exercise we use PyMieScatt to get the students hands dirty.

vecoveco commented 5 years ago

@bsumlin Hi! Yes we are using PyMieScatt for our remote sensing lecture since this semester. It is based on G. Petty and Bohren. The students have to calculate and analyze different parameters of a certain cloud (DSD, Q, Phasefunc, beta...etc) for their final thesis with PyMieScatt. These are then used for Monte Carlo simulation and Two Stream approximation. A big compliment to PyMieScatt!

kmuehlbauer commented 5 years ago

@bsumlin Sorry for nagging. When can we expect 1.7.3 at PyPI? The latest version there is 1.7.1.

bsumlin commented 5 years ago

Whoops! Apparently some time ago I edited my PyPi update script to update one of my private repos of a completely unrelated project. I’ve been running it all this time wondering why PyMieScatt wasn’t updating. I’ve fixed it, 1.7.3 should be on PyPi now!

-- Ben

From: Kai Mühlbauer notifications@github.com Sent: Friday, February 1, 2019 4:11 AM To: bsumlin/PyMieScatt PyMieScatt@noreply.github.com Cc: Sumlin, Ben bsumlin@wustl.edu; Mention mention@noreply.github.com Subject: Re: [bsumlin/PyMieScatt] Version update on PYPI (#6)

@bsumlinhttps://github.com/bsumlin Sorry for nagging. When can we expect 1.7.3 at PyPI? The latest version there is 1.7.1.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bsumlin/PyMieScatt/issues/6#issuecomment-459672691, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Ac7Fc-hjTDNeaVWydu3yPHAkNf002_Wlks5vJBLQgaJpZM4ZK0fw.

kmuehlbauer commented 5 years ago

Thanks @bsumlin!